https://github.com/webproject-xyz/docker-coap-client-dlts
https://github.com/home-assistant/libcoap with dtls dockerised
https://github.com/webproject-xyz/docker-coap-client-dlts
coap-client dlts docker docker-container docker-image libcoap
Last synced: about 2 months ago
JSON representation
https://github.com/home-assistant/libcoap with dtls dockerised
- Host: GitHub
- URL: https://github.com/webproject-xyz/docker-coap-client-dlts
- Owner: WebProject-xyz
- Created: 2018-02-09T19:34:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T14:53:15.000Z (about 1 year ago)
- Last Synced: 2024-04-15T14:38:13.268Z (about 1 year ago)
- Topics: coap-client, dlts, docker, docker-container, docker-image, libcoap
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-coap-client-dlts (LIBCOAP)
https://github.com/home-assistant/libcoap/tree/dtls with DLTS dockerized## Credits
all credits go to https://github.com/home-assistant/libcoap/graphs/contributors## Usage
##### Build
`docker build -t webproject/coap-client:latest . `#### Run command in Docker
#### Generate API User and (Shared Key)
`docker run --rm --net=host --name coap-client webproject/coap-client -m post -u "Client_identity" -k "" -e '{"9090":"php-api-user"}' "coaps://:5684/15011/9063""`#### Get all api endpoints
`docker run --rm --net=host --name coap-client webproject/coap-client -m get -u "php-api-user" -k "" "coaps://:5684/.well-known/core"`#### Show help
`docker run -rm --net=host --name coap-client webproject/coap-client`## License
see creators licence: at https://github.com/home-assistant/libcoap/tree/dtls