Search found 11 matches
- Wed Jul 06, 2005 8:05 pm
- Forum: PSP Development
- Topic: ftp server
- Replies: 38
- Views: 34771
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...
- Wed Jul 06, 2005 5:18 pm
- Forum: PSP Development
- Topic: ftp server
- Replies: 38
- Views: 34771
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...
- Sat Jul 02, 2005 8:47 am
- Forum: PSP Development
- Topic: Web Server
- Replies: 32
- Views: 20186
- Fri Jul 01, 2005 11:48 pm
- Forum: PSP Development
- Topic: Remap X & O on Jap PSP?
- Replies: 14
- Views: 6717
- Fri Jul 01, 2005 11:46 pm
- Forum: PSP Development
- Topic: Web Server
- Replies: 32
- Views: 20186
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...
- Fri Jul 01, 2005 11:42 pm
- Forum: PSP Development
- Topic: Web Server
- Replies: 32
- Views: 20186
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...
- Fri Jul 01, 2005 11:39 pm
- Forum: PSP Development
- Topic: Web Server
- Replies: 32
- Views: 20186
- Fri Jul 01, 2005 11:26 pm
- Forum: PSP Development
- Topic: Web Server
- Replies: 32
- Views: 20186
- Fri Jul 01, 2005 8:44 pm
- Forum: PSP Development
- Topic: Remap X & O on Jap PSP?
- Replies: 14
- Views: 6717
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...
- 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: 2048
- Fri Jul 01, 2005 8:09 pm
- Forum: PSP Development
- Topic: Web Server
- Replies: 32
- Views: 20186
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...