We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, @hirotakaster
I would just like to ask one question. I managed to make your code work communicating between two ESP32s without using libcoap.
For them to work, isn't libcoap necessary? Can we send the commands without it?
On the left, the server created an IP and is functioning as an AP, receiving GET messages.
On the other, the client is sending a Hello World.
The text was updated successfully, but these errors were encountered:
@JeanSath this Coap-simple-library is not use libcoap. libcoap is only for testing with other server/app.
Sorry, something went wrong.
No branches or pull requests
Hello, @hirotakaster
I would just like to ask one question. I managed to make your code work communicating between two ESP32s without using libcoap.
For them to work, isn't libcoap necessary? Can we send the commands without it?
On the left, the server created an IP and is functioning as an AP, receiving GET messages.
On the other, the client is sending a Hello World.
The text was updated successfully, but these errors were encountered: