Draft: introduce agent_ubus_event.c step 1
Signed-off-by: Janusz Dziedzic janusz.dziedzic@iopsys.eu
Edited by Janusz Dziedzic
Merge request reports
Activity
assigned to @anjancx
Agent will communicate with following -
- ieee1905 via "ieee1905.cmdu" prefixed messages over system bus (UBUS events).
- events via "wifi.*" prefixed messages over system bus (UBUS events).
- operations via "wifi.*" prefixed messages over system bus (UBUS methods)
- user commands via "map.agent" prefixed messages (UBUS methods).
- configuration
Hopefully, not missing any ;) We should build APIs around each of the above. As a first step, we can cleanly separate 1 and 2.
Please register or sign in to reply