anyone can give me a WANL CONNECTION demo?

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

Moderators: cheriff, TyRaNiD

Post Reply
wagon
Posts: 8
Joined: Tue Mar 18, 2008 8:08 pm

anyone can give me a WANL CONNECTION demo?

Post by wagon »

I'd like to write a TELNET running on mypsp.
so i can control my remote PC. lol.

may be FTP MAIL after my TELNET works.
but i'm a fresh man in programming under linux. (allways windos vc6)
so i need a demo to learn.

thanks a lot. you can post here or mail me :[email protected]
sorry about my poor english!
Cpasjuste
Posts: 214
Joined: Sun May 29, 2005 8:28 am

Post by Cpasjuste »

Take a look at pspsdk sample.
tyranos
Posts: 8
Joined: Thu Apr 20, 2006 10:49 am

Post by tyranos »

just use pspssh from zx81 , works even with ir keyboards if u have a phat psp
Vincent_M
Posts: 73
Joined: Tue Apr 03, 2007 4:16 am

Post by Vincent_M »

Yeah, take a look at the 'simple' sample in the net folder in the pspsdk samples. It will show you how to connect to an access-point. The next thing you want to do is get into socket programming. There's some pretty good guides out there. If you want to jump into that, do a google search on "beej's guide" which has some pretty cool things in it. It will get you up and running. If you have a good networking background unlike me, you'll do really well! :D

EDIT: Socket programming is pretty simple, and there is a good chance you'll be ready to write your telnet app in a day!
wagon
Posts: 8
Joined: Tue Mar 18, 2008 8:08 pm

than you all ,especially *****_M thankyou!!!

Post by wagon »

than you all especially *****_M thankyou!!!
wagon
Posts: 8
Joined: Tue Mar 18, 2008 8:08 pm

an other question: do i just write a net program use C like

Post by wagon »

an other question: i just write a net program use C like On PC(windows)?

like send() recieve();?
then it's works good in my psp? that would be good!
danzel
Posts: 182
Joined: Fri Nov 04, 2005 11:03 pm

Post by danzel »

Yeah, u need to connect to the wifi first on the PSP however.
Check the SDK samples for how to do that :-)
Post Reply