Wiki

Clone wiki

http-server-firmware / Home

PyWebServer

Light weight micro webserver written in Python, runs on top of Py Bottle

Author

Weqaar Janjua weqaar.janjua@linuxiot.ie

Security:

Look elsewhere or use Apache/Nginx if you have security requirements.

This is NOT a secure web server!

Use iptables/netfilter for filtering below the application layer.

Download

Go ahead and clone:

$ git clone git@bitbucket.org:wajanjua/http-server-firmware.git

Install Dependencies

Run as root or sudo:

pip install -r requirements.txt

Usage

Modify "LinuxIoTHttpServer.py" and add files to "images/" and "html/"

Run with "./start.sh"

Have fun!

Updated