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.

  1. Open “C:\Program Files (x86)\SkySurveyor\SkyGuide.exe.config” in Notepad.
  2. Go to the setting named “NotifyMessage"

  1. Replace the <value/> by <value>token=<Token>&amp;user=<User Key>&amp;message={0}&amp;sound=siren</value>
  2. Replace <Token> with the token displayed on the PushOver page
  3. Replace <User Key> with the user key displayed on the PushOver page
  4. Save the configuration file