Good Wifi tutorial

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Ess
Posts: 16
Joined: Thu Apr 20, 2006 8:16 am

Good Wifi tutorial

Post by Ess »

Are there any good WiFi tutorials around that anyone knows about? Or maybe a working example with source (telnet, chat).
danzel
Posts: 182
Joined: Fri Nov 04, 2005 11:03 pm

Post by danzel »

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 :)
Post Reply