Skip to content

A micro framework'ish project for micropython to ease webserver developement process

License

Notifications You must be signed in to change notification settings

TakshakRamteke/Unit-7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A micro framework'ish project for micropython to ease webserver developement process

Topics

Resources

License

Stars

Watchers

Forks