Difference between revisions of "Octoblu"

From air
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Octoblu (ex Skynet.IM) : Opérateur [[PubSub-as-a-Service]] pour l'[[IoT]]
+
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>
 
<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>
 
</pre>

Latest revision as of 18: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