Multicast discoverable CoAP server
See original GitHub issueIssue Description
I’m struggling with how to use node-coap
to create a coap server that is discoverable via multicast per the CoRE RFC Discovery
I see createServer has options for multicast, however if I have multiple coap servers on my network, how do I associate a unique piece of info with each server so clients know which server to connect to?
I know mDNS, and I’d like to get rid if it in favor of CoRE discovery - but I have to admit I’m a noob in this space so not sure how to pull it off.
I’m aware of https://github.com/mcollina/node-coap/issues/53 but it does not help.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8
Top Results From Across the Web
Multicast discoverable CoAP server · Issue #143 - GitHub
I'm struggling with how to use node-coap to create a coap server that is discoverable via multicast per the CoRE RFC Discovery.
Read more >Advanced topics for using the Constrained Application ...
To discover another CoAP server, the client is required to either know about the resource ahead of time or to support multicast CoAP...
Read more >Group Communication for the Constrained ... - IETF CoRE WG
This document specifies group communication using the Constrained Application Protocol (CoAP) [RFC7252], together with UDP/IP multicast as ...
Read more >RFC 7252: The Constrained Application Protocol (CoAP)
Intermediary A CoAP endpoint that acts both as a server and as a client towards an ... As CoAP runs over UDP, it...
Read more >Thread CoAP Examples - Nordic Semiconductor Infocenter
Thread CoAP Examples are server and client examples that demonstrate interactions between nodes performing different Thread roles with the use of OpenThread ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Unfortunately I would love to help, but I do not have time to.
This issue has been automatically closed because of inactivity. Please open a new issue if still relevant and make sure to include all relevant details, logs and reproduction steps. Thank you for your contributions.