Good Wifi tutorial
Good Wifi tutorial
Are there any good WiFi tutorials around that anyone knows about? Or maybe a working example with source (telnet, chat).
Someone will probably pop in and suggest peldet (It is an irc and telnet client)
http://localhost.geek.nz/telnet/
But, it's not really a good learning source anymore.
On the PSP you can use standard bsd style sockets, so search out some examples:
http://www.cs.rpi.edu/courses/sysprog/sockets/sock.html
and then learn to use select (because it is awesome) :)
http://www.lowtek.com/sockets/select.html
To connect to wifi check out the wifi samples in:
/usr/local/pspdev/psp/sdk/samples/net/simple
Infact, that is a full wifi sample, check it out, it's fairly good :)
http://localhost.geek.nz/telnet/
But, it's not really a good learning source anymore.
On the PSP you can use standard bsd style sockets, so search out some examples:
http://www.cs.rpi.edu/courses/sysprog/sockets/sock.html
and then learn to use select (because it is awesome) :)
http://www.lowtek.com/sockets/select.html
To connect to wifi check out the wifi samples in:
/usr/local/pspdev/psp/sdk/samples/net/simple
Infact, that is a full wifi sample, check it out, it's fairly good :)