Usage of web interface
It is possible to use anyremote2html package to organize web interface for anyRemote. With help of this interface any device which contains web browser and which can connect to PC with anyRemote by TCP/IP (GPRS, Wi-Fi, ...) could be used as remote control.
This feature was tested on Motorola-V220, Nokia-E61 and Nokia-N800.
To run web interface you have to:
- install anyremote2html package.
- run anyRemote with "-s socket:_some_port_" parameter. It needs to use Server-mode cfg.files.
- run anyremote2html which will work as HTTP server
Parameters of anyremote2html:
- -w "web-port" - use specified port for HTTP server, default is 5550
- -a "anyRemote port" - use specified port to connect to anyRemote, default is 5000
- -i "directory with icons", default is /usr/share/pixmaps/anyRemote2html/
- -r no|smart|"refresh rate" - set refresh rate for web page, "no" means no refresh, "smart" means dynamic refresh rate, default is value is "no"
- --width "integer" - assume screen width is equals to specified value, default is 800
For example:
anyremote -f "some cfg.file" -s socket:5000 -http anyremote2html -w 5550 -a 5000 -i \ /usr/share/pixmaps/anyremote2html/
anyremote2html supports only subset of Set() commands. The following commands are not supported and will be skipped by anyremote2html:
Set(filemanager, ...) Set(fullscreen, ...) Set(image, ...) Set(parameter, ...) Set(repaint, ...) Set(skin, ...) Set(vibrate, ...) Set(volume, ...)
Command Set(iconlist, ...) interpreted as Set(list, ...)