-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 use this library? #11
Comments
Try this http://martinsikora.com/libwebsockets-simple-websocket-server |
That explains a websocket server and I need a websocket client, build in c or c++, not in js |
Closed
The test client included in the lws tree is the simplest example. Just chop out what's not needed in your case. |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm completely lost here...
Is there a SUPER SIMPLE working example of a websocket client that would go like this:
include libwebsockets
int main () {
websocket ws = new websocket();
ws.connect();
ws.send();
...
}
Thank you!
The text was updated successfully, but these errors were encountered: