Replies: 1 comment
|
I agree that it would be great to make an autodiscovery. I think mdns won't fit into Arduino nano flash. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was thinking of how to simplify configuration of the client for a nibegw. A few options arises.
I think 1 is easiest to implement. That way you only need to configure the listening port on you system and everything else can be discovered.
Mdns and ssdp would make the gw unit more complex,.but it would be a separation of concern and a somewhat more standard solution.
All reactions