Project

General

Profile

[Solved] Force scan network bash script.

Added by Sublime Rasta about 6 years ago

Does anyone have a bash script that force scans a defined network? Thanks for any help you can provide.


Replies (2)

RE: Force scan network bash script. - Added by Dave Pickles about 6 years ago

USER=yourtvhusername
PASS=yourtvhuserpassword
IP=yourtvhipaddress

curl http://$USER:$PASS@$IP:9981/api/mpegts/network/scan?uuid=<network-uuid>

To find the uuid of the network, use
curl http://$USER:$PASS@$IP:9981/api/mpegts/network/grid

RE: Force scan network bash script. - Added by Sublime Rasta about 6 years ago

Works great thank you.

    (1-2/2)