You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to make Microcoap works on esp8266. And it works good! But only when tested with Copper in Firefox. I don't get request response when I try to access it with node-coap (https://github.com/mcollina/node-coap/). The node-coap response event doesn't fire.
Node-coap works with "coap://coap.me:5683/", so I guess the issue should be in Microcoap, or maybe some protocol implementation difference? Any ideas are welcome.
The text was updated successfully, but these errors were encountered:
I try to make Microcoap works on esp8266. And it works good! But only when tested with Copper in Firefox. I don't get request response when I try to access it with node-coap (https://github.com/mcollina/node-coap/). The node-coap response event doesn't fire.
I found a similar question with (probably) the same issue here: https://stackoverflow.com/questions/31369908/can-not-connect-to-coap-resource-on-arduino
Node-coap works with "coap://coap.me:5683/", so I guess the issue should be in Microcoap, or maybe some protocol implementation difference? Any ideas are welcome.
The text was updated successfully, but these errors were encountered: