Tanganelli / CoAPthon

CoAPthon is a python library to the CoAP protocol aligned with the RFC
MIT License
221 stars 130 forks source link

coap-client to CoAPthon #145

Open ghost opened 5 years ago

ghost commented 5 years ago

I have coap-client running on a Raspberry Pi but i wanne it to translate this script coap-client -m post -u "Client_identity" -k "$GATEWAYCODE" -e '{"9090":"$USERNAME"}' "coaps://$GATEWAYIP:5684/15011/9063" to CoAPthon.

How can i set the Client_identity and $GATEWAYCODE in CoAPthon