You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Add notes about websockets
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# example from https://github.com/micropython/micropython-lib/blob/master/python-ecosys/aiohttp/examples/ws.py
|
||||
# works with:
|
||||
# import mip
|
||||
# mip.install(aiohttp)
|
||||
# mip.install("aiohttp")
|
||||
# but only on esp32 target, not unix?!
|
||||
|
||||
import sys
|
||||
import ssl
|
||||
|
||||
@@ -5,3 +5,5 @@ This /lib folder contains:
|
||||
- mip.install('github:jonnor/micropython-zipfile')
|
||||
- mip.install("shutil") for shutil.rmtree('/apps/com.example.files') # for rmtree()
|
||||
|
||||
- maybe mip.install("aiohttp") # easy websockets
|
||||
- maybe mip.install("base64") # for nostr etc
|
||||
|
||||
Reference in New Issue
Block a user