User Tools

Site Tools


l0dables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
l0dables [2011/12/29 23:58] emdetel0dables [2012/12/28 18:53] (current) hybris
Line 1: Line 1:
-this page is intendet to list l0dables that are already implemented, their features and source.+==== l0dables ====
  
-L0dables are small (<2.5k) loadable modules for the r0ket firmware. <del>In the default released firmware these need to be encrypted signed to be run (only true for original camp firmware)</del> The default l0dables are+=== 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. <del>In the default released firmware these need to be encrypted signed to be run (only true for original camp firmware)</del>  
 + 
 +=== 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}}   * BLINK {{:blink.c0d}}
Line 39: Line 54:
 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! 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====+=== 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. 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.
Line 65: Line 82:
 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.   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====+=== LeiwandVille Demo ===
  
 We are proud to present you the official LeiwandVille Demo App for your batch. We are proud to present you the official LeiwandVille Demo App for your batch.
  
-===signed version===+=== 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!  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===+=== 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. 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 ====+=== Show *.lcd Files ===
  
 This l0dable shows you .lcd files (images or animations) stored on your r0ket. This l0dable shows you .lcd files (images or animations) stored on your r0ket.
Line 86: Line 103:
 (Sorry for the lame hosting... I don't have webspace) (Sorry for the lame hosting... I don't have webspace)
  
-==== Unsigned .c files ====+=== Unsigned .c files === 
   * [[http://the-k3x.de/files/uploads/2011.08.11_11.29.41_tetris.c|Tetris]]   * [[http://the-k3x.de/files/uploads/2011.08.11_11.29.41_tetris.c|Tetris]]
   * [[http://the-k3x.de/files/uploads/2011.08.11_11.29.49_dei_mudda.c|Dei Mudda]]   * [[http://the-k3x.de/files/uploads/2011.08.11_11.29.49_dei_mudda.c|Dei Mudda]]
Line 99: Line 117:
   * [[https://github.com/WilstonOreo/r0ket/blob/master/firmware/l0dable/rtr0ket.c|rtr0ket]] A tiny real-time raytracer with nickname for the r0ket!   * [[https://github.com/WilstonOreo/r0ket/blob/master/firmware/l0dable/rtr0ket.c|rtr0ket]] A tiny real-time raytracer with nickname for the r0ket!
   * [[https://github.com/0xtob/r0ketstuff/blob/master/okr0ket.c|okr0ket.c]] [[https://github.com/0xtob/r0ketstuff/blob/master/okr0ket.c0d|okr0ket.c0d]] Matchmaking for nerds. Find love with your r0ket!   * [[https://github.com/0xtob/r0ketstuff/blob/master/okr0ket.c|okr0ket.c]] [[https://github.com/0xtob/r0ketstuff/blob/master/okr0ket.c0d|okr0ket.c0d]] Matchmaking for nerds. Find love with your r0ket!
 +  * [[http://www.mgnet.de/r0ket/newyear.c|newyear.c]] [[http://www.mgnet.de/r0ket/newyear.c0d|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|LCD Art]] For Nick-Animations, Animations and Images please see [[lcd_art|LCD Art]]
  
l0dables.1325199494.txt.gz · Last modified: 2011/12/29 23:58 by emdete

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki