Scott Shawcroft
|
c3a96a63c0
|
Enable* web workflow for Pico W
* Except for circuitpython.local which depends on MDNS and will be
done in a follow up PR.
Progress on #7214
|
2022-11-21 16:24:05 -08:00 |
Jeff Epler
|
452ebe27ae
|
socketpool: make socket objects selectable
.. which will lead to them being usable in async contexts, pending
relevant changes in asyncio
|
2022-11-05 12:05:19 -05:00 |
Scott Shawcroft
|
61d0f7947b
|
WIP doesn't flush response before closing
|
2022-06-27 13:34:13 -07:00 |
Scott Shawcroft
|
f84cb94819
|
Remove OSError(0) and old network modules
The newer modules are `socketpool` and `ssl`.
Fixes #3924, related to #2021, closes #1880, closes #2273, closes #2274
|
2021-07-21 17:33:40 -07:00 |
microDev
|
a52eb88031
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
Lucian Copeland
|
4d26ffb447
|
Make timeout core types consistent
|
2021-02-05 12:32:41 -05:00 |
Lucian Copeland
|
8277ffca86
|
Fix hash, close, error bugs
|
2021-02-01 11:04:12 -05:00 |
Lucian Copeland
|
9f34ec78c4
|
Separate Socket and SSLSocket, add LWIP connect
|
2021-01-25 17:07:25 -05:00 |
Lucian Copeland
|
37a8c1c575
|
Complete non-blocking implementations, add socket close checking
|
2021-01-13 19:05:07 -05:00 |
Lucian Copeland
|
32736dd2c3
|
Implement server API
|
2020-12-20 17:12:03 -05:00 |
Lucian Copeland
|
0bbdf05936
|
Implement recvfrom_into and sendto for UDP
|
2020-11-17 16:11:04 -05:00 |
Scott Shawcroft
|
7fd73c7d39
|
Initial UDP work. Need to test
|
2020-10-28 18:08:31 -07:00 |
Scott Shawcroft
|
380cbfba55
|
Add hash to Socket so it can be used in dicts
|
2020-08-25 16:15:45 -07:00 |
Scott Shawcroft
|
eb8b42aff1
|
Add basic error handling
|
2020-08-19 14:23:28 -07:00 |
Scott Shawcroft
|
b3a449c276
|
Turn on json and enable socket.close
|
2020-08-19 14:23:28 -07:00 |
Scott Shawcroft
|
eb2c38825e
|
HTTP works with my adafruit_requests
|
2020-08-19 14:23:18 -07:00 |
Scott Shawcroft
|
c9ece21c28
|
SocketPool stubbed out
|
2020-08-19 14:22:13 -07:00 |