Using Wi-Fi

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

Moderators: cheriff, TyRaNiD

Post Reply
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Using Wi-Fi

Post by gambiting »

Hi!Do you know ANY tutorial,or any samples of using psp's wi-fi?I want to connect to infrastructure,and send some files over a net.I already have a client,I need anly app for psp.Please help!
siberianstar
Posts: 70
Joined: Thu Jun 22, 2006 9:24 pm

Post by siberianstar »

I Suggest you to look at the net/simple example of the sdk.
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Post by gambiting »

Ok,thanks,already figured it out...now I can cammunitcate between psp and computer,but how can use the web?I mean,is there any function that can download a file over http?Like pspdownload(http://server.com/file1.zip); Is it possible,or I have to do it on my own?
AnonymousTipster
Posts: 197
Joined: Fri Jul 01, 2005 2:50 am

Post by AnonymousTipster »

Look into libcurl. I think it's in subversion.
mbf
Posts: 55
Joined: Fri Aug 18, 2006 7:43 pm

Post by mbf »

There's also the Do It Yourself way:

http://www.w3.org/Protocols/rfc2616/rfc2616.html

Even if you use libcurl, it should give you a good insight on how the whole HTTP thing works.
Post Reply