| View previous topic :: View next topic |
| Author |
Message |
wagon
Joined: 18 Mar 2008 Posts: 8
|
Posted: Tue Mar 18, 2008 8:32 pm Post subject: anyone can give me a WANL CONNECTION demo? |
|
|
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 :wagon169@126.com
sorry about my poor english! |
|
| Back to top |
|
 |
Cpasjuste
Joined: 29 May 2005 Posts: 214
|
Posted: Tue Mar 18, 2008 9:18 pm Post subject: |
|
|
| Take a look at pspsdk sample. |
|
| Back to top |
|
 |
tyranos
Joined: 20 Apr 2006 Posts: 8
|
Posted: Wed Mar 19, 2008 5:43 am Post subject: |
|
|
| just use pspssh from zx81 , works even with ir keyboards if u have a phat psp |
|
| Back to top |
|
 |
Vincent_M
Joined: 03 Apr 2007 Posts: 73
|
Posted: Wed Mar 19, 2008 3:15 pm Post subject: |
|
|
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! |
|
| Back to top |
|
 |
wagon
Joined: 18 Mar 2008 Posts: 8
|
Posted: Thu Mar 20, 2008 7:27 pm Post subject: than you all ,especially *****_M thankyou!!! |
|
|
| than you all especially *****_M thankyou!!! |
|
| Back to top |
|
 |
wagon
Joined: 18 Mar 2008 Posts: 8
|
Posted: Thu Mar 20, 2008 7:41 pm Post subject: an other question: do i just write a net program use C like |
|
|
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! |
|
| Back to top |
|
 |
danzel
Joined: 04 Nov 2005 Posts: 182
|
Posted: Thu Mar 20, 2008 8:58 pm Post subject: |
|
|
Yeah, u need to connect to the wifi first on the PSP however.
Check the SDK samples for how to do that :-) |
|
| Back to top |
|
 |
|