WiFi Delivery of Homebrew Updates

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

Moderators: cheriff, TyRaNiD

Post Reply
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

WiFi Delivery of Homebrew Updates

Post by Art »

Has anyone bothered with this?
The USB on my Win2K op system only works as USB1,
and can't transfer a working PSP program.

I wonder it a PSP app could be used to simply save apps
straight into the Game folder ready to run.
__count
Posts: 22
Joined: Thu Mar 23, 2006 8:40 pm

Re: WiFi Delivery of Homebrew Updates

Post by __count »

Art wrote:Has anyone bothered with this?
The USB on my Win2K op system only works as USB1,
and can't transfer a working PSP program.

I wonder it a PSP app could be used to simply save apps
straight into the Game folder ready to run.
Uh yeah I guess so but why don't you just install USB 2.0 drivers? They should be on the CD that came with your motherboard (and on the site of the manufacturer).
AnonymousTipster
Posts: 197
Joined: Fri Jul 01, 2005 2:50 am

Post by AnonymousTipster »

This would be relatively easy to download the new update from a web server, however the problem would be replacing the currently running EBOOT with the new one. It may require downloading two EBOOTs - an 'installer' and the 'application'.
The app would download the files and then launch the installer EBOOT, dumping the original app behind. The installer would then copy the new EBOOT into the place of the old one, cleanup, then launch the new EBOOT, leaving the installer behind.

So you'd probably need cURL to download the update, a .zip (or other) deflator, and some EBOOT launching code.
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

I might have thought since the program has loaded to RAM,
it could delete it's own ms program files.
You can do this with LUA applications over USB (while the script is running).

The USB drivers are in 2.0 mode with XP, but nothing I do makes it
work under Win2K where cygwin is. I might buy another USB board.
There is no chance I'll bother installing cygwin on XP again.
User avatar
Shazz
Posts: 244
Joined: Tue Aug 31, 2004 11:42 pm
Location: Somewhere over the rainbow
Contact:

Post by Shazz »

Look at Titan Hombrew Manager, released by McZonk for the Neoflash compo.
It downloads PSP apps from a website and copy them thru wifi/cURL to the MS.

That's a nice idea, unfortunately the 802.11b is quite "slow" (~220Kb/s), be patient if you want to download movies or music to the ms. But that's perfect for classic homebrew apps (a few megabytes).
- TiTAN Art Division -
http://www.titandemo.org
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

I'm talking about the constant updates of your own program,
say overwriting the same app about 50 times in one night.
It might work in theory, but become cumbersome.
I might try that HTTPD LUA app. I think it supports 2 way communication now.
Art.
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

Have you looked at psplink?
Shoot Pixels Not People!
Makeshift Development
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

Ahh, that's the serial app, someone beat you to it,
and advised me by email. the MAX232 circuit isn't a problem,
I'll have to look at the thread to see speed test results.
If it's anything like my GPS, a 2Mb xfer is very slow.
Maybe the character pacing is tighter with the psp.
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

psplink works great over Wifi, Sio or USB
so go have your problems removed ;)
10011011 00101010 11010111 10001001 10111010
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

From a brief look PSPlink doesn't look suitable for a flash writing application.
TedZero browser would be good if I can get it working.
Post Reply