Skip to content
New issue

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

How to send binary data for faster send and receive? #3

Open
williamesp2015 opened this issue Jun 30, 2017 · 2 comments
Open

How to send binary data for faster send and receive? #3

williamesp2015 opened this issue Jun 30, 2017 · 2 comments

Comments

@williamesp2015
Copy link

Text data transmission is slow compare to binary. How can send and receive binary data?

@ThomasBarth
Copy link
Owner

ThomasBarth commented Jul 5, 2017

This implementation accepts a pointer and a size and does not care about the datatype.
How to generate char arrays (aka strings) efficiently, is not part of the websocket.

@ThomasBarth
Copy link
Owner

Or do you mean as a different transfer mode for websocket protocol?
Im not sure about the lwip API in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants