Go to file
Llewellyn van der Merwe 700807769e
Changed the poject so we can use it for the sentinal project.
2020-02-17 01:15:34 +02:00
LICENSE improved the setip, added the basic getip 2017-07-21 23:48:24 +01:00
gedata.sh Changed the poject so we can use it for the sentinal project. 2020-02-17 01:15:34 +02:00
readme.md Changed the poject so we can use it for the sentinal project. 2020-02-17 01:15:34 +02:00
setdata.sh Changed the poject so we can use it for the sentinal project. 2020-02-17 01:15:34 +02:00

readme.md

Sential Basic client

This script will update the VDM system with a station data. To run this script, use the following command (as root):

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)

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.

to get Data:

bash <(curl -s https://raw.githubusercontent.com/Llewellynvdm/sentinel-client/master/getdata.sh)

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.