thought I would post this here as well in case someone is not on the QL users email list.
I just managed to finish a second prototype of an ethernet expansion card for the QL with an onboard TCP/IP chip. There's a picture here: http://www.flickr.com/photos/petrip/6883064083/
The TCP/IP module is the WizNet W5300 and I'm using the prototyping breakout board called WIZ830MJ. It can handle eight simultaneous socket connections and has 128kbytes of socket buffer memory. More details can be found here: http://www.wiznet.co.kr/sub_modules/en/ ... 5&pid=1012
Now that I have a working prototype available I can start putting together the software side of things. There's a rather rudimentary socket driver available for the WizNet chip and I was planning to use it to create a very simplistic HTTP client that could be used to e.g. download files to the QL. If that goes well then next steps would probably be a more comprehensive networking library that ideally should be compatible with the existing socket library. And then maybe a Twitter client

At some point I would also like to design a proper PCB based version so that if someone wants one they can easily build it...
Cheers,
Petri