You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for contributing. Sure, please paste/link your changes or do a pull request.
However, I am not sure whether I already understand this topic. I use this library to transfer binary data (packets from an RF receiver), where its binary content shall not be translated or stringified.
There was an issue with sending utf-8 to the socket. The format of the format of the packet from the USB HID was still in the usage id. Adding the dictionary from the following git project:
https://gist.github.com/not-inept/3219ca6e56d62594c1be9e6f0c6067af
and type casting the string to bytes also helped.
Also set the bind address to 0.0.0.0.
The text was updated successfully, but these errors were encountered: