Add notes about websockets

This commit is contained in:
Thomas Farstrike
2025-05-15 06:31:58 +02:00
parent b483cd5c66
commit 30743aaca8
2 changed files with 6 additions and 1 deletions
@@ -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
+2
View File
@@ -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