Raw Sockets

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

Moderators: cheriff, TyRaNiD

Post Reply
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Raw Sockets

Post by J.F. »

Does the PSP actually do raw sockets? I was making a test app to see, and I can open a socket with SOCK_RAW, but it doesn't seem to receive anything.
dbarrade
Posts: 6
Joined: Wed Mar 31, 2004 12:49 pm
Contact:

Post by dbarrade »

I've read that it can do this, and I think someone called NineByNine does it in this project: http://sourceforge.net/projects/pspvorbo/

Have a read of his http_transport.c file.

If that's not what you are looking for, then maybe you could use a Proxy with similar code?

Oh yeah, thanks heaps for Basilisk II, my PSP now emulates my first 3 computers.

If you can get the networking working, the PSP should be the best PDA on the planet imho :)
Working on PSP Guitarismo...
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Thanks, I'll look it over.

EDIT: No good - that uses streaming sockets, not raw sockets.
Post Reply