COAP mbed Beispiel

Dependencies:   EthernetInterface mbed-rtos mbed nsdl_lib

Fork of IoTKit_CoAP by mc-b

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.

Files at this revision

API Documentation at this revision

Comitter:
stefan1691
Date:
Mon Mar 16 18:35:44 2015 +0000
Parent:
11:99178da0f3fa
Commit message:
COAP mbed Beispiel

Changed in this revision

EthernetInterface.lib Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/EthernetInterface.lib	Wed Feb 04 19:49:52 2015 +0000
+++ b/EthernetInterface.lib	Mon Mar 16 18:35:44 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/EthernetInterface/#d1ccbed7687a
+http://mbed.org/users/mbed_official/code/EthernetInterface/#2fc406e2553f
--- a/mbed-rtos.lib	Wed Feb 04 19:49:52 2015 +0000
+++ b/mbed-rtos.lib	Mon Mar 16 18:35:44 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#9387d4c49609
+http://mbed.org/users/mbed_official/code/mbed-rtos/#d3d0e710b443
--- a/mbed.bld	Wed Feb 04 19:49:52 2015 +0000
+++ b/mbed.bld	Mon Mar 16 18:35:44 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/7e07b6fb45cf
\ No newline at end of file