Skip to content

A Dockerfile with lots of CoAP implementations.

Notifications You must be signed in to change notification settings

jdede/coap-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

coap-docker

A Dockerfile with lots of CoAP implementations.

The built image is available at https://registry.hub.docker.com/u/markushx/coap/ . Feel free to modify and sent me your pull requests

Using the Image

Start the image in interactive mode using using

docker run -i -t -p 5683:5683/udp markushx/coap-docker

This command binds your local UDP port for CoAP (5683) to the docker instance.

Start any CoAP application, i.e. Californium:

cd Californium/run
java -jar cf-server-0.18.7-final.jar

Now you can access the CoAP server: coap://127.0.0.1

About

A Dockerfile with lots of CoAP implementations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%