micropython-urouter
Micropython web framework
A lightweight HTTP request routing processing library for Micropython
A lightweight HTTP request routing processing support library based on micropython. The previous name was micro-route
50 stars
0 watching
8 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
majoson-chen/micropython-ulogger | A lightweight log module designed for micropython to reduce unnecessary operations and improve performance. | 35 |
belyalov/tinyweb | A lightweight HTTP server for microcontrollers with limited resources | 252 |
miguelgrinberg/microdot | A lightweight web framework for Python and MicroPython enabling the creation of small web applications | 1,522 |
cwyark/micropython-uaioftp | A lightweight FTP server implementation for MicroPython using asyncio. | 3 |
peterhinch/micropython-msgpack | MicroPython MessagePack implementation | 28 |
peterhinch/micropython-nano-gui | A lightweight MicroPython GUI library for display drivers based on the FrameBuffer class. | 507 |
peterhinch/micropython-iot | Provides a resilient full-duplex communication link between WiFi-enabled microcontrollers and servers. | 89 |
hugokernel/micropython-nanoweb | A full asynchronous web server for Micropython with a small memory footprint. | 106 |
wybiral/micropython-aioweb | A lightweight asyncio web framework for MicroPython-based projects | 29 |
troublegum/micropyserver | A simple HTTP server for MicroPython projects | 126 |
deshipu/micropython-bno055 | A Python implementation of a navigation system using a BNO055 IMU sensor. | 4 |
radeklat/micropython-thingspeak | A library for sending data to Thingspeak.com from MicroPython-based IoT devices | 13 |
peterhinch/micropython-filters | Digital filter implementation in MicroPython for real-time and non-realtime applications | 64 |
josverl/micropython-magic | Enables MicroPython code execution within Jupyter Notebooks for rapid prototyping and development of IoT projects | 22 |
peterhinch/micropython-mqtt | A driver for asynchronous MQTT communication in MicroPython | 581 |