Configure notification
SkyGuide can send notifications directly to a smart phone.
To configure SkySurveyor, first create an account on PushOver.NET

Once the account is created, create an API Token.

Once a “User Key” and a “Token” are obtained from PushOver, configure the notification message inside the SkyGuide configuration file.
- Open “C:\Program Files (x86)\SkySurveyor\SkyGuide.exe.config” in Notepad.
 - Go to the setting named “NotifyMessage"
 

- Replace the <value/> by <value>token=<Token>&user=<User Key>&message={0}&sound=siren</value>
 - Replace <Token> with the token displayed on the PushOver page
 - Replace <User Key> with the user key displayed on the PushOver page
 - Save the configuration file