1
0
mirror of https://github.com/namibia/demo-sync.git synced 2024-11-14 16:04:04 +00:00
demo-sync/readme.md

28 lines
847 B
Markdown
Raw Normal View History

Sential Basic client
2017-07-05 00:34:40 +00:00
============
This script will update the VDM system with a station data. To run this script, use the following command (as root):
2017-07-05 00:34:40 +00:00
*setdata* = set Station Data to VDM system
*gedata* = will return all details related to this watcher
# to set Data:
```
bash <(curl -s https://raw.githubusercontent.com/Llewellynvdm/sentinel-client/master/setdata.sh)
```
2017-07-21 23:29:01 +00:00
This script performs the following actions:
* Adds random Host Key.
* Adds a cron entry to update this file on a scheduled basis.
* Adds the server IP to VDM system.
2017-07-05 00:34:40 +00:00
# to get Data:
```
bash <(curl -s https://raw.githubusercontent.com/Llewellynvdm/sentinel-client/master/getdata.sh)
```
2017-07-05 00:34:40 +00:00
This script performs the following actions:
* Adds random Host Key.
* Adds a cron entry to update the data on a scheduled basis.
* Gets data of stations in the watchers scope.