forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

psp wireless chipset/sourcecode

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
HaQue



Joined: 25 Nov 2005
Posts: 91
Location: Adelaide, Australia

PostPosted: Mon Nov 28, 2005 11:21 pm    Post subject: psp wireless chipset/sourcecode Reply with quote

I am starting work on a new project, but dont get my PSP for another week.
Anyone have info on the wireless chipset in the PSP?
Is there any sourcecode around dealing with manipulating the wireless chip directly?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
HaQue



Joined: 25 Nov 2005
Posts: 91
Location: Adelaide, Australia

PostPosted: Thu Dec 01, 2005 9:10 am    Post subject: marvell chipset Reply with quote

In addition to my previous post, it looks like it is a Marvell Libertas Chipset.
Am I correct in saying there has been NO homebrew with the wifi yet?
I'd like to hear from anyone who has done research on it.
HaQue
_________________
www.smartwave-wireless.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
sandberg



Joined: 05 Oct 2005
Posts: 90
Location: Denmark

PostPosted: Fri Dec 02, 2005 12:54 am    Post subject: Reply with quote

Hi,

There is plenty of homebrew with WiFi support. Like PSPRadio.

Link to forum.

http://pspradio.berlios.de/phpBB/index.php

Link to SVN repository for the sourcecode.

https://developer.berlios.de/svn/?group_id=4862
_________________
Br, Sandberg
Back to top
View user's profile Send private message
PspPet



Joined: 30 Mar 2005
Posts: 210

PostPosted: Fri Dec 02, 2005 2:11 am    Post subject: Reply with quote

As mentioned, there are plenty of WiFi samples out there.
Including http://www.aibohack.com/psp/wifitest.htm
Also partial support in the current PSPSDK.

----
> Is there any sourcecode around dealing with manipulating the wireless chip directly?
Everything is done using the Sony sceNet? system libraries. This is at the level similar to Berkeley sockets (TCP/IP, UDP/IP). There are a few lower level APIs (to get the network configuration, MAC and IP addresses etc).
There is a different MAC->MAC adhoc mode used for game sharing.

If that's not sufficient, please explain what you are trying to do.

AFAIK nobody has bothered to go directly to the chips themselves, because there has been no need.
(unlike the Nintendo DS where they had to reverse engineer the hardware, and are still working on a TCP/IP stack -- the PSP has it all built in and relatively easy to use)
Back to top
View user's profile Send private message Send e-mail Visit poster's website
HaQue



Joined: 25 Nov 2005
Posts: 91
Location: Adelaide, Australia

PostPosted: Fri Dec 02, 2005 10:12 am    Post subject: Reply with quote

What I need is the equivalent control like the *nix commands iwconfig, iwpriv

I want to be able to put the card into monitor mode.

I have already seen all that you mention and it is just dealing with using the PSP's already configured wireless settings. I did alot of googling and link following before I posted.

The app I am writing is called PSPstumbler and is a cross between kismet and netstumbler.

I hope that you can see that the current sourcecode around isn't as helpful to this kind of app as it would be to a game or other comms program.

Thanks for the replies though!

HaQue
_________________
www.smartwave-wireless.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
PspPet



Joined: 30 Mar 2005
Posts: 210

PostPosted: Sat Dec 03, 2005 2:36 am    Post subject: Reply with quote

>What I need is the equivalent control like the *nix commands iwconfig, iwpriv

The 'sceUtility*NetParam' APIs are closest to common 'iwconfig' features. Once you find an access point, you need to store the net parameters in the system, probably as a new configuration (otherwise other programs won't be able to use them)

----
The 'sceNetApctlScan' API provides a rudamentary 'net stumbler' feature (ie. system network config AP scanning). The exact details of he API haven't been figured out yet.

Related thread:
http://forums.ps2dev.org/viewtopic.php?t=3961
Back to top
View user's profile Send private message Send e-mail Visit poster's website
HaQue



Joined: 25 Nov 2005
Posts: 91
Location: Adelaide, Australia

PostPosted: Sat Dec 03, 2005 10:52 am    Post subject: Reply with quote

Thanks alot for the link, It is good & bad!

Firstly good that someone else has the same ideas as I do - but bad because I now have to rename my project! PSPstumbler was pretty darn obvious, I should have been more inventive.

If anyone comes across anything further, please let us know.
Thanks,
HaQue
_________________
www.smartwave-wireless.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group