| View previous topic :: View next topic |
| Author |
Message |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sat Jul 12, 2008 6:32 am Post subject: Raw Sockets |
|
|
| 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. |
|
| Back to top |
|
 |
dbarrade
Joined: 31 Mar 2004 Posts: 6
|
Posted: Sat Jul 12, 2008 4:46 pm Post subject: |
|
|
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... |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sat Jul 12, 2008 4:56 pm Post subject: |
|
|
Thanks, I'll look it over.
EDIT: No good - that uses streaming sockets, not raw sockets. |
|
| Back to top |
|
 |
|