-
Notifications
You must be signed in to change notification settings - Fork 423
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
Does libcoap with LwIP supports Client applications ? #591
Comments
I don't see why it should not be able to do this. There currently is only a server example, and it should not be difficult to add a client example if someone wants to volunteer. |
Hello -- may be "it should not be difficult to add a client example", but can you (@mrdeep1 or @obgm) help in this questions:
what I try to do: Line 819 in df9071c
and next, in coap_io_lwip.c, in function coap_socket_connect_udp() Line 193 in df9071c
finaly, I goto error; and session == NULL, and I'm here with the same problem as topic starter -- sry for my english |
PR #884 has been raised which provides LwIP coap-client support. |
Closed as fixed in #926 which is now in the develop branch. Client support is now available. |
No description provided.
The text was updated successfully, but these errors were encountered: