Octoblu: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Opérateur PubSub-as-a-Service https://developer.octoblu.com/#service") |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Opérateur PubSub-as-a-Service |
Octoblu (ex Skynet.IM) : Opérateur [[PubSub|PubSub-as-a-Service]] pour l'[[IoT]] |
||
https://developer.octoblu.com/#service |
https://developer.octoblu.com/#service |
||
API : [[HTTP REST]], [[WebSockets]], [[CoAP]], [[MQTT]] |
|||
=API REST= |
|||
<pre> |
|||
curl -X GET http://skynet.im/status |
|||
</pre> |
|||
<pre> |
|||
curl -X POST http://skynet.im/devices |
|||
curl -X POST -d "type=drone" http://skynet.im/devices |
|||
curl -X POST -d "type=drone&color=black" http://skynet.im/devices |
|||
</pre> |
|||
Latest revision as of 16:38, 12 November 2014
Octoblu (ex Skynet.IM) : Opérateur PubSub-as-a-Service pour l'IoT
https://developer.octoblu.com/#service
API : HTTP REST, WebSockets, CoAP, MQTT
API REST
curl -X GET http://skynet.im/status
curl -X POST http://skynet.im/devices curl -X POST -d "type=drone" http://skynet.im/devices curl -X POST -d "type=drone&color=black" http://skynet.im/devices