PDA

View Full Version : LuaLinker (Remote File Grabber)



modsyn
January 10th, 2006, 06:43
Hello all,
I just finished this LUA program I named LuaLinker. It lets you download
files from the internet based on file type by using bookmarks. Here's a
screenshot
http://www.cs.ulm.edu/~jself/jmenc/LUA-stuff/linker-screenshot.png

and the readme:

LuaLinker - Remote file grabber for the PSP
This program allows you to grab files from the internet
from a list of websites you save on your memory stick.

Everything is completely customizable. You can:
Use your own bookmarks (bookmarks.inf)
Define your own file extensions list (type.inf)
Choose where to save the files you download (dirs.inf)

The future?
Possible to allow following links (maybe a VERY primitive
text-based web browser)

much of this code was borrowed. here is the credits
Elxx - modified graphicsPrint()
LuMo - str_explode/implode
ema - Button (pad) control
[your name here] - if i forgot someone, oops...

thanks to p4ch3c0 and LordCthulu for the handy-dandy advice
on domain resolving!

wraggster
January 10th, 2006, 07:06
any download ?

modsyn
January 11th, 2006, 05:42
oh, i always forget: download (http:cs.ulm.edu/~jself/jmenc/LUA-stuff/LINKER.rar)

r00t
January 17th, 2006, 01:37
wow, thanks :o

modsyn
January 18th, 2006, 05:56
i have been working on the transfer speed and now it downloads approximately
as fast (or faster) than the 2.X PSP Web Browser. the reason it wasn't so fast
before turned out to be the freetype font printing i was doing during the
progress indication. just by changing it to regular screen printing boosted the
speed enourmously. cheers and enjoy the fast version, i know i will.