CoAP example application for mbed OS 5. I refer F411-mbed-os-example-simpleHTTPClient code

Dependencies:   DHT

Fork of coap-example by sandbox

README.md

Committer:
fbdp1202
Date:
2018-01-02
Revision:
2:88961540141d
Parent:
0:0681e205d0e9

File content as of revision 2:88961540141d:

# mbed-os-example-coap

This application demonstrates how to connect to a CoAP server from mbed OS 5. It connects to coap://coap.me, sends a message to `/hello` and receives the response.

## To build

1. Open ``mbed_app.json`` and change the `network-interface` option to your connectivity method ([more info](https://github.com/ARMmbed/easy-connect)).
2. Build the project in the online compiler or using mbed CLI.
3. Flash the project to your development board.
4. Attach a serial monitor to your board to see the debug messages.