A framework for developing webservers on microcontrollers running micropython 🐍
that's a lot of micro we got there 🤔
The goal of this project is to create a framework for micropython which would ease the webserver developement process
p.s. : please look this discussion to get a more clear idea
Assuming that you have micropython already setup
- Clone this repo via
git clone https://github.com/TakshakRamteke/Unit-7.git
- Change directory with
cd Unit-7
- Copy the
u7.py
&boot.py
file from src to your microcontroller - Change the ssid and password in
boot.py
After you've setted up this project you can create a server by
-
Import
u7
by usingfrom u7 import U7
-
Create a server using
app = U7
app.run(app.render("your html file"))
This project is licenced under MIT