COAP mbed Beispiel
Dependencies: EthernetInterface mbed-rtos mbed nsdl_lib
Fork of IoTKit_CoAP by
Constrained Application Protocol (Coap) ist ein Software-Protokoll welches für Internet der Dinge Geräte zugeschnitten ist.
COAP ist auf den meisten Geräten, die UDP Unterstützen, lauffähig.
Ein COAP fähiges Gerät publiziert seine Sensoren und Aktoren in einem Resource Directory oder stellt selber ein solches zur Verfügung.
Mittels Resource Discovery können die vorhandenen Sensoren und Aktoren mit ihren Attributen abgefragt werden.
Revisions of main.cpp
Revision | Date | Message | Actions |
---|---|---|---|
11:99178da0f3fa | 2015-02-04 | Abgestimmt mit IoTKit | File Diff Annotate |
10:57352d0c287c | 2015-01-18 | Lokaler Server | File Diff Annotate |
9:18f4959c2bac | 2015-01-18 | CoAP Client Beispiel | File Diff Annotate |
8:cdf868ccae03 | 2014-08-04 | Updated dependencies. | File Diff Annotate |
7:6b068978be9a | 2013-10-22 | Endpoint names are no longer constrained to a fixed length. Also changed default prefix to "mbed-" instead of "mbed-demo-" | File Diff Annotate |
6:442775856f5f | 2013-10-21 | Change comment; | File Diff Annotate |
4:15690450a797 | 2013-10-15 | Changed endpoint prefix | File Diff Annotate |
3:52c1b649eb04 | 2013-10-15 | Fixes buffer overflows, invalid server address and other issues. | File Diff Annotate |
2:7e489126fe7a | 2013-10-15 | Code refactoring. | File Diff Annotate |
1:e35d7f10999a | 2013-10-15 | Bug fixed + minor modifications | File Diff Annotate |
0:2edbfea18d23 | 2013-10-09 | Adding nsdl example app | File Diff Annotate |