Search found 8 matches

by nergal
Tue Apr 29, 2008 10:58 pm
Forum: PSP Development
Topic: IP over USB
Replies: 12
Views: 10924

No, I'm not after USB to ethernet directly, only through a PC. But there should be no wifi involved. My first approach is to use wifi substitute (module) on the psp and some application that acts as a proxy/gateway on the computer.
by nergal
Tue Apr 29, 2008 5:06 pm
Forum: PSP Development
Topic: IP over USB
Replies: 12
Views: 10924

Good to hear, I guess the prx module could be loaded as a plugin with 3.90 at startup. Using wifi through a PC is not an solution since wifi is prohibited at some places due to security reasons and that would ruin the fun of a new project ;) Time to start gathering knowledge about IP over USB, I kno...
by nergal
Tue Apr 29, 2008 7:33 am
Forum: PSP Development
Topic: IP over USB
Replies: 12
Views: 10924

IP over USB

So, I got to thinking about getting my hands on a new project for my psp. Due to restricted wifi access at some places, and only access to wired ethernet. I come to think about getting TCP/IP over USB for the psp. Is this idea totally madness or is it possible? Could be good to get some hints before...
by nergal
Thu Apr 17, 2008 6:14 am
Forum: PSP Development
Topic: Compiling psptoolchain on FreeBSD
Replies: 0
Views: 832

Compiling psptoolchain on FreeBSD

If anyone are intrested, I just compiled psptoolchain on FreeBSD 7.0 (current) and can give a few hints about how I did it, since it wasn't working by default. 1. I've downloaded the latest psptoolchain from ps2dev.org 2. I've downloaded OSX patches (see http://forums.ps2dev.org/viewtopic.php?t=9306...
by nergal
Thu Apr 03, 2008 6:58 am
Forum: PSP Development
Topic: Question about wifi support for the slim
Replies: 7
Views: 1867

That level of control isn't needed for most apps, so you'll probably have to figure it out yourself. Not going to be much if anything in the way of examples for that. :) But I've googled some application that performs access point finding (wifi sniffing), they must have implemented some low level w...
by nergal
Thu Apr 03, 2008 4:46 am
Forum: PSP Development
Topic: Question about wifi support for the slim
Replies: 7
Views: 1867

You won't find much because other than initializing the wifi, it uses plain sockets. So you look at the example code for how to init and connect to the access point, then do everything you want to do via sockets. I saw that there are functions like "sceWlanGPSend" but not in the API heade...
by nergal
Thu Apr 03, 2008 12:34 am
Forum: PSP Development
Topic: Question about wifi support for the slim
Replies: 7
Views: 1867

Great! Thanks, guess I was bit to fast surfing through the headers.
(The documentation hadn't yet been downloaded/compiled)
by nergal
Wed Apr 02, 2008 11:33 pm
Forum: PSP Development
Topic: Question about wifi support for the slim
Replies: 7
Views: 1867

Question about wifi support for the slim

Hey, I have some plans to do some coding with pspsdk, but I was surfing the header files and examples last night and it seems that the API header for wifi support is rather thin. Does it work to send/recv data through wifi using the sdk? Is there full support for wifi on the slim psp through the psp...