Hi all
I'm exploring the possibility of establishing communication between an OpenWRT access point (AP) and a Wireless LAN Controller (WLC) using the MQTT protocol. I'm interested in understanding how scalable this approach is for managing network devices and whether there are any existing documentation or resources that could assist in this setup.
Additionally, I would like to know if there are better alternatives to MQTT for achieving this bi-directional communication effectively. Any insights, suggestions, or experiences you could share would be greatly appreciated.
check out the mongoose library ... its very well documented and can run on bare metal. It does mqtt but also sntp, websocket, json over rcpd ..etc small footprint and very powerful. I am currently integrating it with ubus and lua bindings.