Home > other >  Openwrt remote control, is so simple
Openwrt remote control, is so simple

Time:11-03

I made a remote control tool liveshell, anywhere, on a web page, or android, iphone control home routers,

Download address: https://github.com/WildDogTeam/liveshell

Not only on the openwrt, mainstream Linux platforms can use the tool,

Liveshell is used and wilddog cloud services,
Choose this option, because wilddog cloud service has several main characteristics (documents on the use of specific features can be found at wilddog.com) :
1. Safety, provide super secret key:

2. The flexibility, provides regular expressions can be configured:


Example:
1. Register your account on the wilddog.com and appid, such as my appid here called esp

Using liveshell want to control the openwrt download file:

2. On a cloud Wilddog to establish a data tree (data can be automatically), here we use the data structure for
{
"Url" : "","
}



3. The terminal operation liveshell, & lt; Your Appid> Replace your application appid

Liveshell coaps://& lt; Your Appid> The wget wilddogio.com/url

Change the value of the "url", such as how to change to
{
"Url" : "http://www.libssh2.org/download/libssh2-0.11.tar.gz"
}

So openwrt libssh2 to router is automatically downloaded from the Internet, of course, you can also specify the download path, such as
{
"Url" : "http://www.libssh2.org/download/libssh2-0.11.tar.gz - P."
}

Libssh2 will download to router ". "directory,


4. Just change the url of the data, the clouds under the openwrt will continue to work the download is complete,

Liveshell also supports running script, we play to the imagination, too much ~ what you can do

CodePudding user response:

Is not simple, do not fool

CodePudding user response:

reference 1/f, 91 program reply:
is not simple, do not fool


Which step feel complicated
  • Related