u9n / mqtt-sn-gateway

An asyncio Python implementation of a MQTT-SN Gateway
MIT License
3 stars 2 forks source link

Support Gateway Advertisement and Discovery #2

Open Krolken opened 3 years ago

Krolken commented 3 years ago

To support Gateway Advertisement and Discovery we also needs support of setting a Gatway ID.

Should be easy enough to just have a separate async task that on schedule sends multicast messages and also can receive an push from a search request to send the multcast message sooner.