Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 277 Bytes

File metadata and controls

11 lines (7 loc) · 277 Bytes

CoAP Version

This version of the arduino code communicates with the CoAP protocol.

How to test:

Start a CoAP test server inside a Docker container, exposing port 5863:

docker run --name coap-test-server -i --rm -p 5683:5683/udp aleravat/coap-test-server:latest