vPilot Push Notification Plugin
This vPilot plugin relays private messages and SELCAL alerts to the VATRadar iOS app for push notifications on your mobile device.
Receive instant notifications when someone sends you a private VATSIM message (such as a controller’s contact me) or SELCAL alert, it’s super simple to set up and a great way to stay in the loop in those situations where you need to step out of your home cockpit for a few minutes.
Features
- Private message notifications — get alerted when another pilot or controller sends you a private message
- SELCAL alerts — receive a push notification when your SELCAL code is triggered
- Rate limiting — built-in rate limiter prevents notification flooding
- Configurable toggles — enable or disable each notification type independently
Download
Download vPilot-VATRadar v1.0.0
Installation
- Download and extract the ZIP file — it includes both
vPilot-VATRadar.Setup.exeandvPilot-VATRadar.dll - Run
vPilot-VATRadar.Setup.exe - Enter your VATSIM CID (find it at my.vatsim.net) or in your vPilot settings
- Choose your notification preferences and click Install
- Restart vPilot if it was already running
- In the VATRadar app, go to the Profile tab and tap the Settings button in the top right corner. Enable Enable Notifications if not already on, and toggle on VATSIM Message Notifications
Configuration
To reconfigure your notification preferences, simply re-launch vPilot-VATRadar.Setup.exe and change the notification checkboxes.
You can also edit the configuration manually. Edit vPilot-VATRadar.ini in your vPilot Plugins folder (%LOCALAPPDATA%\vPilot\Plugins\):
[General]
; Your VATSIM CID (required — find it at https://my.vatsim.net)
CID=
; Relay private messages as push notifications (default: true)
PrivateMessagesEnabled=true
; Relay SELCAL alerts as push notifications (default: true)
SelcalEnabled=true
| Setting | Required | Default | Description |
|---|---|---|---|
CID |
Yes | — | Your VATSIM CID (numeric) |
PrivateMessagesEnabled |
No | true |
Send push notifications for private messages |
SelcalEnabled |
No | true |
Send push notifications for SELCAL alerts |