Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 638 Bytes

File metadata and controls

7 lines (4 loc) · 638 Bytes

The Things Network Server Development Environment

This repository contains the server development environment (devenv) for The Things Network.

The Things Network's back-end contains two services: croft, and jolie. They are connected through a RabbitMQ message queue. Jolie stores received data in an InfluxDB database and will MongoDB for application state storage.

Note that dike is for basic demonstration purposes only and will be replaced shortly by an example that uses proper message routing.