We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run the airctrl command, I get loads of debug output from coapthon3.
Shouldn't that only be shown if the debug flag is given?
2020-11-26 22:24:18,195 - MainThread - coapthon.layers.messagelayer - DEBUG - send_request - From None, To ('192.168.50.221', 5683), None-None, POST-QU, [Uri-Path: sys, Uri-Path: dev, Uri-Path: sync, ] 74C781E8...8 bytes 2020-11-26 22:24:18,195 - MainThread - coapthon.client.coap - DEBUG - send_datagram - From None, To ('192.168.50.221', 5683), CON-64825, POST-QU, [Uri-Path: sys, Uri-Path: dev, Uri-Path: sync, ] 74C781E8...8 bytes 2020-11-26 22:24:18,196 - Thread-1 - coapthon.client.coap - DEBUG - Start receiver Thread
etc..
The text was updated successfully, but these errors were encountered:
This is another nonsense from CoAPthon3, see issue #55
Sorry, something went wrong.
Update README to point to my fork of CoAPthon3
9f5808d
The original repo is unmaintained and I am pushing fixes to my own fork now. Issue: #55 Issue: #71 Issue: #69
No branches or pull requests
When I run the airctrl command, I get loads of debug output from coapthon3.
Shouldn't that only be shown if the debug flag is given?
etc..
The text was updated successfully, but these errors were encountered: