Posted By: wraggster
Sanik posted some news on a WIP project for the Neoflash Coding Comp, heres the details:
Purpose:
Allows a PC to go online using the PSP's wifi, through USB
Description:
1) User sets their Browser's proxy to 127.0.0.1 and the port 10101
2) A LocalHost Server is started which redirects signals from the local port to the USB
3) The PSP APP picks up on the signals from USB and then tells the wifi to do as such
4) For Windows only
Todo:
1) When switching pages, part of the old transmission shows up on the new transmission - got to fix that
2) The speed is 512 bytes/s currently to make it easier for me to debug. I plan to add extra send/receive buffers to get it to at least 32Kb/s
Download:
--Not Yet--
I still wannah iron out some things