Using Telnet to Execute Relook CommandsThis is a list of commands that can be issued to the Relook using a telnet session. Show Current (Relook) Time in the telnet window
echo web_get_cur_time > /dev/commander Show Current Channel Number in telnet window
echo web_get_cur_ch_num > /dev/commander Switch to warm standby
Note: this command seems a bit slow at times. Switch back to normal mode
Note: this command seems a bit slow at times. Show Current Channel Name in telnet window
echo web_get_cur_ch > /dev/commander Show Current Volume on Screenecho pipe_get_cur_vol > /dev/commander Set the Volume
echo web_set_cur_vol 50 > /dev/commander Show a message on your TV screen
For example, to show a popup with the text "Hello, world!"
Dump list of recorded files
The filelist can be found in Dump tuner status
The status can be found in Dump EPG in XML file
The XML file can be found in Add / delete recording schedule
I haven't tested this, but if someone else does, please correct
Show a message on the Front Panelfront_ioctl -devname /dev/tts/1 -job puts "message" Show the console window and its output
fb_ioctl -dev /dev/fb/0 connect # this turns on the console window fb_ioctl -dev /dev/fb/1 connect # restore the normal picture List the kernel messages in the telnet window
cat /proc/kmsg List the disk statistics in the telnet windowcat /proc/diskstats List the Processor Details in the telnet window
cat /proc/cpuinfo
processor : 0 List the Memory Statistics in the telnet windowcat /proc/meminfo List the Loaded Modules in the telnet windowcat /proc/modules List the Current Mount Pointscat /proc/mounts or just mount List the flash address mappingcat /proc/mtd List the Linux version in the telnet window
cat /proc/version
|
|||