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
59
stars
50
forks
source link
File "coapclient.py", line 145, in main response = client.post(path, payload, proxy_uri=proxy_uri) File "CoAPthon/coapthon/client/helperclient.py", line 203, in post for k, v in kwargs.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems' #19
Sorry was using python2.x version. Closing issue.