An open API service indexing awesome lists of open source software.

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

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