Search found 11 matches

by theno23
Wed Jul 06, 2005 8:05 pm
Forum: PSP Development
Topic: ftp server
Replies: 38
Views: 34539

Sure, co-working would be great. I have a CVS server at work we can use, but another one would be better. I've some plans for the http implementation, including making it properly complaint with the rec., but I wont have time in the near future. Mail me on steve at totl.net if you want to sort thing...
by theno23
Wed Jul 06, 2005 5:18 pm
Forum: PSP Development
Topic: ftp server
Replies: 38
Views: 34539

To the author, Nice work! Are you interested in integrating the httpd code with your ftpd? I was hoping to find time to add an FTP thread and HTTP PUT, but I'm very busy. Having both servers in one program would probably be more useful. The httpd code is a real mess, sorry. You can catch me on the I...
by theno23
Sat Jul 02, 2005 8:47 am
Forum: PSP Development
Topic: Web Server
Replies: 32
Views: 20026

Great, and thanks for your work on the sample code, it was essential.

- Steve
by theno23
Fri Jul 01, 2005 11:48 pm
Forum: PSP Development
Topic: Remap X & O on Jap PSP?
Replies: 14
Views: 6679

On at least some of them you can remat the buttons yourself, eg. in the config of one of the SNES emulators.
by theno23
Fri Jul 01, 2005 11:46 pm
Forum: PSP Development
Topic: Web Server
Replies: 32
Views: 20026

About the DHCP thing... have you looked into looking into the source of dhclient on linux? I'm dont even have a clue on how a dhcp client talks to a server, but it's prolly somewhere in that source. The kernel does the DHCP negotiation for you, as far as I can tell. But it looks like its waiting fo...
by theno23
Fri Jul 01, 2005 11:42 pm
Forum: PSP Development
Topic: Web Server
Replies: 32
Views: 20026

how do i make it so it has a static ip address Its in the networking configuration, you have to use custom config. not easy. Set IP address setting to manual, give it an IP address (like one you get from DHCP, but not one in use), subnet mask will be 255.255.255.0 probably, and set anything for the...
by theno23
Fri Jul 01, 2005 11:39 pm
Forum: PSP Development
Topic: Web Server
Replies: 32
Views: 20026

Is anyone looking into the DHCP thing? I dont have time at the moment, and static addresses are easier for testing.
by theno23
Fri Jul 01, 2005 11:26 pm
Forum: PSP Development
Topic: Web Server
Replies: 32
Views: 20026

Cheers, I forgot to take a photo before I left for work. Can I link to that page from the homepage?

- Steve
by theno23
Fri Jul 01, 2005 8:44 pm
Forum: PSP Development
Topic: Remap X & O on Jap PSP?
Replies: 14
Views: 6679

Japanse signage is X for exit (as you go in, i.e. no entry) and O for entry, eg. in train stations. That is confusing at first. Though, as a european, it's driving me nuts too! Not enough to want to mess with my flash to fix it though. It would have been better if sony had just idoctinated us to the...
by theno23
Fri Jul 01, 2005 8:26 pm
Forum: PSP Development
Topic: ScummVM-PSP hang on startup issue... Please help if you can.
Replies: 2
Views: 2019

Does that static allocation end up calling the constructor?

If so thats more likly to be your problem, I spect some of the synbols in the String class are not defined, or not implemented as expected.
by theno23
Fri Jul 01, 2005 8:09 pm
Forum: PSP Development
Topic: Web Server
Replies: 32
Views: 20026

Web Server

I've made a web server for the PSP, it lets you browse your memory stick and internal flash devices. http://www.microsith.com/psp-http/ The networking code is from pspet's wifi sample code, and has the same problem; it will only work with static IP addresses. The home button doesn't work (its runnin...