Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface mbed-rtos mbed nsdl_lib
Fork of COAPmbed by
You are viewing an older revision! See the latest version
Homepage
Sandbox Server¶
Eclipse stellt einen Testserver unter http://leshan.eclipse.org/ zur Verfügung. Das Programm verbindet sich mit diesem und ist unter mbed-k64f... erreichbar.
cURL¶
Die Funktionen können mittels cURL oder Browser wie folgt getestet werden:
# Alle Clients abfragen (Antwort im JSON Format)
curl http://leshan.eclipse.org/api/clients
# Wert von LED2 abfragen (Antwort im text/plain Format) - mbed-k64f... anpassen
curl http://leshan.eclipse.org/api/clients/mbed-k64f-.../10/0/2
