Skip to content

Minimal MicroPython webserver / TCP connection handler using uasyncio v3 (MicroPython 1.13+), with fallback for earlier versions of uasyncio / MicroPython

Notifications You must be signed in to change notification settings

metachris/micropython-minimal-webserver-asyncio3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal MicroPython webserver, using uasyncio v3 (MicroPython 1.13+), with a fallback for earlier versions of uasyncio/MicroPython.


A simple TCP server that reads request line and headers, and sends a HTTP 1.0 response.

For a more fully featured webserver, I recommend tinyweb (and picoweb for pycopy).

References:

About

Minimal MicroPython webserver / TCP connection handler using uasyncio v3 (MicroPython 1.13+), with fallback for earlier versions of uasyncio / MicroPython

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project