so, the remote control send a msg to enigma when hitting a key, as
(e1): --http://ip/cgi-bin/rc?_code_
(e2): --http://dreambox/web/remotecontrol?command=_code_
where _code_ is a key code, like 407 as an example
this _code_ is switched by enigma to the adhoc subprocess (like next channel of the list, as an example)
all this show us how the script gains access to the tuner ressources (as next channel subprocess) via e1/2:
curl --http://127.0.0.1/web/remotecontrol?command=407 >/dev/null
curl --http://ip/cgi-bin/rc?_code >/dev/null
and make our friend sjamesamuel happy

WebBrowser.Navigate(@"http://dreambox/web/remotecontrol?command=407"); # next
also, and further more,
how enigma1/2 can send this related message _code_ to the bash script ?
Leave a comment: