Difference between revisions of "TheThingsNetwork"

From air
Jump to navigation Jump to search
Line 2: Line 2:
 
The Things Network is a global open crowdsourced Internet of Things data network. http://thethingsnetwork.org
 
The Things Network is a global open crowdsourced Internet of Things data network. http://thethingsnetwork.org
   
=Sous-projet=
+
=Sous-projets=
 
* [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:56, 15 March 2016

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

Sous-projets