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

ipv6 support #27

Open kmartinez opened 4 years ago

kmartinez commented 4 years ago

Hi - it looks like some work is needed for ipv6 compatibility? The ipv6 test is commented out and has some issues...? it runs and says OK so maybe its OK? I have tested the coapclient against the server and a GET of /xml for example recives Un-Matched incoming response messages. coap-client can GET from the same server OK. Thanks!