Skip to content
MonsterCode8000 edited this page Jan 13, 2016 · 13 revisions

Welcome to the Environ.me wiki!

6LoWPAN on a Raspberry Pi

6LoWPAN-on-a-Raspberry-Pi

Use libcoap with MySQL

Webserver / Interface

You have to install the following:

sudo apt-get -y install python3 sudo apt-get -y install mysql-server

sudo apt-get install python-mysqldb sudo apt-get install python3-mysql.connector

pip3 install flask pip3 install flask-login pip3 install flask-openid pip3 install flask-mail pip3 install flask-sqlalchemy pip3 install sqlalchemy-migrate pip3 install flask-whooshalchemy pip3 install flask-wtf pip3 install flask-babel pip3 install guess_language pip3 install flipflop pip3 install coverage

Clone this wiki locally