Tanganelli / CoAPthon

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

how to build a coap-http proxy?is there any wrong? #131

Closed a108483 closed 5 years ago

a108483 commented 5 years ago

I run the command : "python CoAPthon/coapthon/http_proxy/coap_http_proxy.py -ip '0.0.0.0' -p 8006 -p '/get_information' " and the shell print: "2018-11-19 14:07:08,288 - MainThread - main - INFO - Starting CoAP-HTTP/HTTPS Proxy..." but then when i send packet to "coap://47.94.164.42:8006/get_information" with Proxy-Uri:"http:47.94.164.42:8002/get_information",my flask server and the the coap proxy all print nothing. why?is there any things?