Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.13 KB

File metadata and controls

52 lines (27 loc) · 1.13 KB

Unit-7

webserver for micropython made easy 🐍

What is it ❓

A framework for developing webservers on microcontrollers running micropython 🐍

that's a lot of micro we got there 🤔

Our Goal 🥅

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

Setup guide 🔌

Assuming that you have micropython already setup

  1. Clone this repo via git clone https://github.com/TakshakRamteke/Unit-7.git
  2. Change directory with cd Unit-7
  3. Copy the u7.py & boot.py file from src to your microcontroller
  4. Change the ssid and password in boot.py

Creating a Server ✨

After you've setted up this project you can create a server by

  1. Import u7 by using from u7 import U7

  2. Create a server using

app = U7
app.run(app.render("your html file"))

Licence 📜

This project is licenced under MIT