This project contains an example for running a true IoT server with Python and Twisted for async I/O.
- python-dev
- libffi-dev
- libssl-dev
To install the requirements via Aptitude in Raspbian, run the following command at a terminal:
sudo apt-get install -y python-dev libffi-dev libssl-devUse Easy Install to setup the server:
python setup.py developDepending on the platform, run the appropriate file:
python pi-server.py
python edison-server.py