l0dables
Intro
this page is intended to list l0dables that are already implemented, their features and source.
How to write your own l0dables is documented in l0dable
L0dables are small (<2.5k) loadable modules for the r0ket firmware. In the default released firmware these need to be encrypted signed to be run (only true for original camp firmware)
New on 28C3
- Feel free to link to your own developments here!
- MP0NG http://y.nu/mp0ng.c0d - r0ket to r0ket wireless pong, source in current git
- okr0ket http://tinyurl.com/okr0ket - dating software for r0ket - find a partner matching your profile
Preinstalled
The default l0dables are
- BLINK blink.c0d
- INVADERS invaders.c0d –New new version: workaround for mesh problems.
- MANDEL mandel.c0d
- PWGEN pwgen.c0d
- ROCKETS rockets.c0d
- RECVCARD recvcard.c0d
- SENDCARD sendcard.c0d
l0dables which replace the nickname display have the extension .NIK
- ANIM anim.nik
- IMAGE image.nik
- LIFE life.nik
- PLAIN plain.nik
- SCR0LL scr0ll.nik
After-release l0dables:
- SHOWCARD showcard.c0d
- displays a vcard
- VOLTAGE voltage.c0d
- Check your battery voltage and charging status
- SNAKE snake.c0d
- <some witty comment>
- MATRIX matrix.nik
- random characters :)
- INVADERS invaders.nik
- invaders-style nickname
- JUMP jump.c0d
- a Doodle Jump clone
- SCOPE scope.c0d
- Oscilliscope which reads from the hackbus ports. Put your fingers on and see your electric field.
All these modules can be downloaded here and placed on your r0ket via the usb_storage mode.
If you write a l0dable, stop by at our table to get it integrated into the repository. As no signatures are needed any more, you can also simply put c/c0d file for download here or on your own server and link to it! Happy c0ding!
Fahrplan
Bugfix: since day3 saving the current position messed up the schedule. This has now been fixed, you need to copy .c0d und .scd file. For those interested: the switch from 16Bit to 24Bit pointers was incomplete. Thanks to Sturle for finding.
28C3 Schedule on your r0ket. This l0dable is pre-installed in the 28C3 firmwares, but as the Fahrplan changes quite often updates are offered here. You need to have a current firmware though, so if you haven't done so so far, go to init and flash it.
Newest version: http://y.nu/r0ket-fahrplan.zip
The Archive contains 4 files, the l0dable fahrplan.c0d and three editions of the schedule: fahrplan.scd is the 100K default, containing length limited texts, fp-mini.scd is only 8K for those needing their dataflash for other stuff, but contains only the titles. fp-big.scd finally contains full descriptions and eats up about half your r0kets dataflash.
Simply unzip the archive, boot your r0ket while moving joystick down (to battery connector, not press), mount the USB volume and copy fahrplan.c0d and fahrplan.scd to it. For big or mini version simply copy it like cp fp-big.scd /mnt/mountpoint/fahrplan.scd, as the l0dable always loads the file called fahrplan.scd.
Using the Fahrplan: I hope it's quite self explaining, start the l0dable and after an init screen you are in the schedule, like:
D1 1400+0100 2 Hacking na r0ket++ By: lilafisch, Stefan 'Sec'
First line shows Day (D1 to D4) starttime+duration and the room, second line the Track and language (na for not available). Then Title and description follow.
To navigate through the schedule press right or left for next and previous talk, they are sorted by Day, Time, Room so you will see them in the order like they happen and move forward through it as congress progresses. When you leave the fahrplan by pressing the joystick it remembers your last position. Up/Down simply scroll through the description, we know it's hard to read, but - it's r0ket science!
Hint: if you use the fahrplan often and find it too deep down the list, mount the volume, delete fahrplan.c0d and the first (or whatever position you want) l0dable in the list and then copy the fahrplan.c0d (and possibly a backup of the other l0dable…) back in that order.
LeiwandVille Demo
We are proud to present you the official LeiwandVille Demo App for your batch.
signed version
If you haven't flashed your badge, here is the official signed version: http://staging.magicbooks.org/r0ket/leiwand.c0d. Just attach badge to computer, enter mass storage mode (menu → usb_storage) and copy the file to the mass torage device. Don't forget to unmount/eject the device before unplugging!
open source version
Download the files http://staging.magicbooks.org/r0ket/leiwand.c and http://staging.magicbooks.org/r0ket/leiwand.h to the directory “firmware/l0dable” in your local copy of the GIT repo and make a release build as described in the r0ket wiki.
Show *.lcd Files
This l0dable shows you .lcd files (images or animations) stored on your r0ket. It also allows you to choose the animation speed. (See also LCD Art)
(Sorry for the lame hosting… I don't have webspace)
Unsigned .c files
- Fixed blink.c source git signed .c0d
- r0ket JUMP! (a Doodle Jump clone) jump.c
- original freakshare mirror GeekLoc(TM) See which geeks are nearby :) (uses your configured nick)
- Battery: A graphical voltage replacement (CTHN Village)
- simple singleplayer p0ng - n0w w0rking as l0dable 0n the badge! :D
- waste-0-meter - let others know how wasted you are and keep track of your consumption
- rtr0ket A tiny real-time raytracer with nickname for the r0ket!
- okr0ket.c okr0ket.c0d Matchmaking for nerds. Find love with your r0ket!
- newyear.c newyear.c0d Happy New Year app for the r0ket! (Github link to come next year ;) )
- http://pastebin.com/puKJDvaW Test your reactions (aka myFirstTry)
- http://pastebin.com/Cn9PGEpC 29c3 moto
For Nick-Animations, Animations and Images please see LCD Art