shamblett / coap

A Coap package for dart
Other
16 stars 13 forks source link

Is there a sample server? #1

Closed bsmelo closed 3 years ago

bsmelo commented 6 years ago

Hello,

Is there a sample server application available? Something I could just run and start sending CoAP Requests with a given client (such as Firefox Copper) and receive back CoAP Responses containing some example resources?

Thanks! Bruno Melo.

shamblett commented 6 years ago

Not yet, I've not completed this project yet, still trying to get back to it.

pedromassango commented 4 years ago

Hi everyone. Any update on this?

shamblett commented 4 years ago

No immediate plans to do this myself unfortunately.

thejoker101 commented 3 years ago

FWIW, this page lists a bunch of CoAP implementations in various languages. Firefox Copper (mentioned above) is no longer an option due to Firefox plugin architecture changes (see here https://github.com/mkovatsc/Copper). For me, the node.js implementation was easiest to get running npm install coap --save. See here: https://github.com/mcollina/node-coap/ Quite a few really simple examples in there as well to get you up and running quickly.