Tanganelli / CoAPthon3

CoAPthon3 is a porting to python3 of my CoAPthon library. CoAPthon3 is a python3 library to the CoAP protocol compliant with the RFC. Branch is available for the Twisted framework.
MIT License
58 stars 50 forks source link

CoAP Forward Proxy Issue #31

Open samken600 opened 4 years ago

samken600 commented 4 years ago

There seems to be a problem in coapthon/layers/forwardLayer.py on line 3, where coapclient import HelperClient needs to be changed to from coapthon.client.helperclient import HelperClient