micropyserver
Web server
A simple HTTP server for MicroPython projects, enabling basic web functionality on ESP32/ESP8266 boards.
MicroPyServer is a simple HTTP server for MicroPython projects.
130 stars
9 watching
33 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
esp32esp32-webserveresp8266esp8266-webservermicropythonwebserver
Related projects:
Repository | Description | Stars |
---|---|---|
guycarver/micropython | A collection of hardware and software drivers and utility libraries for MicroPython on various platforms | 148 |
larsks/micropython-noggin | A simple web server for MicroPython that allows developers to create and deploy small web applications. | 18 |
gradoj/nanoserver | An embedded LoRaWAN server implemented in Python on a micropython platform. | 6 |
jczic/microwebsrv | A micro HTTP Web server that supports WebSockets and templating for MicroPython-based devices. | 654 |
cpopp/microtelnetserver | A simple telnet server for interacting with the REPL in MicroPython-based systems. | 77 |
hugokernel/micropython-nanoweb | A full asynchronous web server for Micropython with a small memory footprint. | 106 |
belyalov/tinyweb | A lightweight HTTP server for microcontrollers with limited resources | 255 |
grantgmiller/micropython_ntpserver | An NTP server implementation written in Python for microcontrollers. | 3 |
cpopp/microftpserver | A minimal FTP server for remote file management on an ESP8266 microcontroller | 36 |
kost/micropython-socks | MicroPython SOCKS server implementation | 5 |
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 |
robert-hh/ftp-server-for-esp8266-esp32-and-pybd | A small, simplified FTP server implementation for embedded devices with limited multitasking capabilities | 151 |
belyalov/tinydns | A simple DNS server for small devices with limited resources. | 32 |
majoson-chen/micropython-urouter | A lightweight HTTP request routing processing library for Micropython | 50 |
cwyark/micropython-uaioftp | A lightweight FTP server implementation for MicroPython using asyncio. | 3 |