Replies: 2 comments
-
This is only used by the broker. It is not the part of library. Just a tool. |
Beta Was this translation helpful? Give feedback.
0 replies
-
NOTE: broker part is NOT a part of public APIs. It is tool expansion for broker. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The broker part of async_mqtt uses Boost.PropertyTree JSON parser.
async_mqtt/include/async_mqtt/broker/security.hpp
Line 15 in 8d3ef84
It is for Access Control List.
JSON doesn't have a way to write comments. So async_mqtt add comments functionality. It works as preprosessor of Boost.PropertyTree JSON parser:
async_mqtt/include/async_mqtt/broker/security.hpp
Lines 48 to 69 in 8d3ef84
I guess that there is more elegant way.
Beta Was this translation helpful? Give feedback.
All reactions