1 | initial version |
Hi,
You should use what we call "Common Simple scenario " described in the FIWARE IoT Architecture here:
https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/InternetofThings%28IoT%29ServicesEnablementArchitecture
This means you should be using: 1) Orion ContextBroker (as the northbund data inteface). http://catalogue.fiware.org/enablers/publishsubscribe-context-broker-orion-context-broker
2) IDAS IoT Agents (These are connectors from well-known IoT comm protocols to the Orion ContextBroker). The exact IoT Agent depends on your devices/gateways implementations. We do support UL2.0/HTTP, MQTT and LWM2M/CoAP. Also there is a node.js library to build up your own IoT Agent in case you do not use any of the above mentioned standards.
Cheers,