This repository was archived by the owner on Dec 23, 2025. It is now read-only.
TCP/IP and Networking Discussion #1187
Closed
1ComputerL
started this conversation in
General
Replies: 3 comments 2 replies
|
I believe the wiznet people at some point posted some glue for the W5500 to the Pico and Fuzix but they never actually bothered to submit anything. Providing it's using a Wiznet it should be trivial because the support is there to use it for most things (it's not a full stack on the wiznet so funky stuff isn't possible). ssh might be a bit painful - not sure how fast a Pico could do all the crypto handshaking. Certainly on the old 8bit micros thats the fundamental problem with a lot of stuff - https handshakes take far too long to be viable etc. For the Pico-W someone would need to sort out the networking glue and device bits, so would be a fairly big job. |
0 replies
|
mm, ok. thanks for the response |
2 replies
|
alright, thank you |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was wondering about how the networking features are developing for FUZIX, as I recently bought a PicoCalc and am eager to develop some kind of usable setup with a Pico W inside and maybe ssh. Please tell me if this will be possible in the future.
All reactions