Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 323 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 323 Bytes

#Installation

Install this littul utility with:

go get -u github.com/RobMeades/coap-echo-server

There is command-line help. An example command line that leaves the echo server running on port 1000 might be:

nohup coap-echo-server -p 1000 > coap.log &

If no port is specified the default COAP port of 5683 is used.