hirotakaster / CoAP-simple-library

Other
113 stars 49 forks source link

Test without libcoap #44

Open JeanSath opened 1 week ago

JeanSath commented 1 week ago

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.

image

hirotakaster commented 1 week ago

@JeanSath this Coap-simple-library is not use libcoap. libcoap is only for testing with other server/app.