Difference between revisions of "TheThingsNetwork"

From air
Jump to navigation Jump to search
(Created page with " The Things Network is a global open crowdsourced Internet of Things data network. http://thethingsnetwork.org =Sous-projet= * [https://github.com/TheThingsNetwork/croft cro...")
 
Line 3: Line 3:
   
 
=Sous-projet=
 
=Sous-projet=
* [https://github.com/TheThingsNetwork/croft croft] : Exposes an UDP endpoint that processes packets from a [[LoRaWAN]] gateway and enqueues the message on a RabbitMQ queue, typically consumed by Jolie.
+
* [https://github.com/TheThingsNetwork/croft croft] : Exposes an UDP endpoint that processes packets from a [[LoRaWAN]] gateway and enqueues the message on a [[RabbitMQ]] queue, typically consumed by Jolie.
* [https://github.com/TheThingsNetwork/jolie jolie] : Consumes a RabbitMQ queue with data typically sent by Croft, stores data in InfluxDB and exposes and endpoint to query data.
+
* [https://github.com/TheThingsNetwork/jolie jolie] : Consumes a RabbitMQ queue with data typically sent by Croft, stores data in [[InfluxDB]] and exposes and endpoint to query data.
 
* Déploiement avec [[Docker]] : https://github.com/TheThingsNetwork/server-devenv
 
* Déploiement avec [[Docker]] : https://github.com/TheThingsNetwork/server-devenv

Revision as of 22:50, 15 March 2016

The Things Network is a global open crowdsourced Internet of Things data network. http://thethingsnetwork.org

Sous-projet