TCP IP OVER WLAN AND PC

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

Moderators: cheriff, TyRaNiD

Post Reply
helliption
Posts: 2
Joined: Fri Jun 26, 2009 11:44 am

TCP IP OVER WLAN AND PC

Post by helliption »

hi,

I am looking a sample or more of tcp/ip function with psp.

I already know that psplink exist for that and sdk sample too.
I spend many time on the forum and i dont find what i am looking for.

What i am looking for is the meaning to transfert data betwin pc and psps with wireless or ad hoc.

something who work like nethostfs and video player

I need a good sample even basic :

- how psps send data to pc
- how pc send or answer to psp request.
- other ....

the goal is to stream data, not file wit it.

thanks to you all
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

The PSPSDK supports the berkeley sockets, the same way you would write a TCP program in C on Linux. Same header files, same everything.
helliption
Posts: 2
Joined: Fri Jun 26, 2009 11:44 am

Post by helliption »

Torch wrote:The PSPSDK supports the berkeley sockets, the same way you would write a TCP program in C on Linux. Same header files, same everything.
thanks
Post Reply