Skip to content

An echo server for COAP, responding to any confirmable COAP message with an acknowledgement containing a copy of the received message.

Notifications You must be signed in to change notification settings

RobMeades/coap-echo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

#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.

About

An echo server for COAP, responding to any confirmable COAP message with an acknowledgement containing a copy of the received message.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages