TheThingsNetwork

From air
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Sous-projets

Installation et Lancement

Installation de Docker

sudo apt-get update
sudo apt-get install docker.io
docker --help
sudo apt-get install docker-compose

sudo usermod -aG docker ${USER}

sudo service docker status
sudo service docker stop
sudo service docker status
sudo service docker start

Installation de TTN via Docker


mkdir ~/ttn
cd ~/ttn
git clone https://github.com/TheThingsNetwork/croft.git
git clone https://github.com/TheThingsNetwork/jolie.git
git clone https://github.com/TheThingsNetwork/server-devenv.git
git clone https://github.com/TheThingsNetwork/ttn.git

cd ~/ttn
cd server-devenv
./buildup.sh