Alert: Don't Use Hotmail Email Accounts for registration
Collapse
Before Access to all Forums and Trial accounts you must need to activate your account Email address
Continuous zapping through channels
Collapse
X
-
Re: Continuous zapping through channels
Thanks Gianni and aplok for the help
In the meantime, I wrote a C# program for continuous zapping.
You enter the delay in seconds, and ip. Then select up/down zapping.
This is for Enigma2 only.
Comment
-
Re: Continuous zapping through channels
Thanks
I still can't run the script though.
I get a message: \usr...\scriptname.sh not found.
Execution finished
Here is the script:
Code:#!/bin/sh while [ 1 ] do wget -q [url]http://192.168.0..../web/remotecontrol?command=106[/url] sleep 5 done exit 0
Comment
-
Comment
-
Re: Continuous zapping through channels
Did you use a good editor to write it it ? (not notepad !)
In doubt, launch it manually end report if it works.
If it works, it's a plugin configuration error.Comment
-
Re: Continuous zapping through channels
This was the problem. I opened the file with Editpad and converted it to Unix and now it starts.
When I launch it manually, it works properly.
But from script executer, it only gives the result without changing channel:
<?xml version="1.0" encoding="UTF-8"?>
<e2remotecontrol>
<e2result>True</e2result>
<e2resulttext>RC command '106' has been issued</e2resulttext>
</e2remotecontrol>
I couldn't even stop the display of the results without stopping the script.Comment
Comment