Felix Dörre
772d240f81
webrepl: Implement file transfer protocol in python.
...
Signed-off-by: Felix Dörre <felix@dogcraft.de>
2024-10-12 16:52:04 +00:00
Felix Dörre
47e13387ca
webrepl: Changes for more webrepl features while making it smaller.
...
This change:
- Moves the password checking to python
- Removes the special file transfer protocol
- Moves the REPL data to websocket binary packages
Signed-off-by: Felix Dörre <felix@dogcraft.de>
2024-02-29 16:39:03 +00:00
Angus Gratton
786c0ea895
all: Add missing const imports
...
Found by Ruff checking F821.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
2023-08-22 22:43:18 +10:00
Jim Mussared
afc9d0a541
micropython: Add missing metadata for packages.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-04-07 13:24:15 +10:00
iabdalkader
900dd1c61b
ntptime: Allow overriding default NTP timeout.
...
The default 1 second timeout is sometimes not enough depending on the host
and network latencies. This patch makes timeout configurable.
2022-10-26 00:05:19 +11:00
Jim Mussared
58f8bec54d
micropython/net: Add "ntptime" client from main repo.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-06 13:26:12 +10:00
Jim Mussared
cc2cdeb94b
micropython/net: Add "webrepl" server from main repo.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-06 13:25:21 +10:00