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

Welcome to the Environ.me wiki!

6LoWPAN on a Raspberry Pi

6LoWPAN-on-a-Raspberry-Pi

Use libcoap with MySQL

Compile the libcoap and follow this instruction and see here . Now you should have a workinglibcoap on your Raspberry.

Now we have to combine MySql and libcoap. There fore look here.

Webserver / Interface

You have to install the following:

maybe you have to add new repository’s with allow you to install python 3 from the repositories.

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

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

Clone this wiki locally