Although ps2client is mute it is still able to send code to ps2link, so I was able to try myPS2 I’ve found at this site :
It seems to only work at a fat PS2 probabily due to incompatible code when using the network adapter and even at the fat, it stopped at init with the error “Loading GUI String Table…”.
From the same site, I’ve got the sources and I was looking for what file or resource it failed to load, since I get no printf output from the PS2 at this moment. The contains a lot of interesting stuff.
First, it has code for MP3 decoding (well, it uses MAD library calls), net MP3 streaming (it supports shoutcast radios) and best of all, a thread scheduler!
Looks very good stuff indeed and it will be handy for sure. I’m still digesting its details, still…