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
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
Add a feature to compile the crate with C wrappers for the TCP stack.
Make the lib call C functions to create a socket, connect, send, receive, and close. Make those functions blocking at the moment to simplify things (at some point, that would be great to have a handler called when data is received).
Add a feature to compile the crate with C wrappers for the TCP stack.
Make the lib call C functions to create a socket, connect, send, receive, and close. Make those functions blocking at the moment to simplify things (at some point, that would be great to have a handler called when data is received).