You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.
At the moment Wakaama uses preprocessor #ifdefs to enable certain codepaths (server, client, bootstrap server, json), transport properties (dtls) and other features (firmware upgrade).
The compiler and linker are already eliminating dead code, so independent features like firmware upgrade do not need to be #ifdef'ed.
Server, client and bootstrap functionality should be separated more and refactored into own classes with an own state machine each.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At the moment Wakaama uses preprocessor #ifdefs to enable certain codepaths (server, client, bootstrap server, json), transport properties (dtls) and other features (firmware upgrade).
The compiler and linker are already eliminating dead code, so independent features like firmware upgrade do not need to be #ifdef'ed.
Server, client and bootstrap functionality should be separated more and refactored into own classes with an own state machine each.
The text was updated successfully, but these errors were encountered: