Skip to content

Commit 30743aa

Browse files
Add notes about websockets
1 parent b483cd5 commit 30743aa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

internal_filesystem/apps/com.example.btcticker/assets/echo.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
# example from https://github.com/micropython/micropython-lib/blob/master/python-ecosys/aiohttp/examples/ws.py
2+
# works with:
13
# import mip
2-
# mip.install(aiohttp)
4+
# mip.install("aiohttp")
5+
# but only on esp32 target, not unix?!
36

47
import sys
58
import ssl

internal_filesystem/lib/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ This /lib folder contains:
55
- mip.install('github:jonnor/micropython-zipfile')
66
- mip.install("shutil") for shutil.rmtree('/apps/com.example.files') # for rmtree()
77

8+
- maybe mip.install("aiohttp") # easy websockets
9+
- maybe mip.install("base64") # for nostr etc

0 commit comments

Comments
 (0)