irset.app.bin v1.0 ------------------ This is ext3-boot (0.9 and newer) and wdlxtv compatible app pack for wdtv created by droopy Installation ------------ Copy irset.app.bin file to USB drive with ext3-boot firmware. Use that USB drive to boot ext3-boot on wdtv. If already in use, just reboot wdtv by "reboot -f" command or by disconnecting wdtv from power. Known bugs and limitations -------------------------- - irset logs every ir command wdtv catches to messages.txt. not only commands from wdtv remote, but every ir command wdtv catches from every remote control. - this logging causes slowdowns of wdtv menu movement and responsiveness and brakes speedup in scrolling trought filelists (holding "down" or "up" key normally speedups movement trought filelists). - irset is not included in PATH after telnet login, therefore you have to call "/apps/irset/bin/irset" instead of just "irset". - related to bug in ext3-boot 0.9 version (not a bug in irset) - newer versions of ext3-boot (0.9.1+) or any wdlxtv (0.4.4+) works ok Contact ------- - for questions, suggestions and bug reports contact me at avsforum: http://www.avsforum.com/avs-vb/member.php?u=7956938 - based on irset 0.43 binary pack from pibos: http://www.avsforum.com/avs-vb/member.php?u=8098706 -------------------------------------------------------------------------------- README by pibos --------------- irset 0.43 - receive & send ir commands from from console shell Hi all, Since my last update, I have completed development on irset's ability to send commands to ir stream (/dev/ir). here is the link to new irset.app.bin and modified root.bin (ext3 0.8.6 based) http://www.mediafire.com/?sharekey=58f012dbf1a4c8a9d9d5c56d04dfa8b0e04e75f6e8ebb871 Here is the help screen for irset tool: OpenWDTV IRSset version 0.43 - Copyright 2009 Bogdan Pietroiu aka pibos irset [w "CMD-1[ sleepMS]" CMD-2 ... CMD-N] - writes cmd 1-n to ir then exits; cmd can be simple: up, down (see ir.commands) or optionally timed: "up 3000" "enter 400" sends command up then waits 3000 ms then sends command enter and waits 400 ms; default wait time if not specified is 500 ms irset [r [x]] - reads x commands from ir then exits; x defaults to 1 irset - interactive mode, displays captured commands and accepts from keyboard irset c - shows loaded commands from ir.commands file located in crt dir or /apps/irset/bin/ or /etc/ Example: irset r - reads one ir command, prints the name of command on the screen then quits irset r 2 - reads two ir commands, prints the name of commands on the screen then quits irset w home down "down 1500" - send home cmd, waits 500ms (default), send down cmd, waits 500ms (default), send home cmd, waits 1500ms (user value), quits And interactive mode banner: OpenWDTV IRSset version 0.43 - Copyright 2009 Bogdan Pietroiu aka pibos press on your keyboard to control remote or to quit. pibos.