micropython-noggin
Web server
A simple web server for MicroPython that allows developers to create and deploy small web applications.
18 stars
3 watching
2 forks
Language: Python
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
hugokernel/micropython-nanoweb | A full asynchronous web server for Micropython with a small memory footprint. | 106 |
jczic/microwebsrv | A micro HTTP Web server that supports WebSockets and templating for MicroPython-based devices. | 652 |
belyalov/tinyweb | A lightweight HTTP server for microcontrollers with limited resources | 254 |
belyalov/tinydns | A simple DNS server for small devices with limited resources. | 32 |
troublegum/micropyserver | A simple HTTP server for MicroPython projects | 126 |
roterfux/esp8266_ntp_webserver | A MicroPython-based IoT project combining WiFi connectivity, LED control, time synchronization, and basic web serving capabilities for an ESP8266 microcontroller. | 2 |
jczic/microwebsrv2 | A highly optimized web server designed for embedded systems and IoT devices | 663 |
larsks/py-mpu6050 | This project provides a Micropython interface for interacting with the MPU6050 6DOF IMU sensor. | 82 |
grantgmiller/micropython_ntpserver | An NTP server implementation written in Python for microcontrollers. | 3 |
larsks/micropython-stepper-motor | A Python module for driving stepper motors with microcontrollers | 9 |
billzhong/inbox.py | An asynchronous SMTP server for handling incoming emails. | 1,507 |
tibbe/hyena | A Haskell web application server for running Haskell web applications behind more robust web servers | 60 |
betaravener/upy-websocket-server | An ESP8266/ESP32 websocket server implementation allowing client-server communication | 84 |
p-doyle/micropython-dnsserver-captive-portal | A MicroPython implementation of a captive portal that redirects DNS queries and HTTP requests to a web server. | 16 |
joewez/captivewebserver | A simple web server script for serving websites from a captive portal using MicroPython on an ESP8266 device | 1 |