I have had my feed set up to flightaware for several months now but in the past few days I’ve downloaded VRS as I like the map with the additional info it provides over the FA one anyway I have got it set up and running
Now the issue I’m having is a simply can’t get the VRS map to show on any other device it gives me 3 addresses local, network and internet the 1st 2 simply timeout and won’t load whilst the network address only works with :8080 which just takes me to the FA map
So if you ask for the pi you are not gonna get your main PC which is running VRS are you?
You need to use the IP of your main PC. (it kinda makes sense because you didn’t install it on the pi)
I mean you can view your local map on your Pi just fine, so VRS is no different.
Imagine your main PC as being just another Pi.
Here you should find the IP for you main PC as well.
So if you are on your mobile phone connected to the WiFi you just type in that other IP and it should work.
Making it work from somewhere not your local network requires you to configure your router but you might not even be asking for that. (Anyway you would need to let your main PC stay running all the time so you can access it)
windows key + r
type in ‘cmd’ and press return
in the window that appeared type ‘ipconfig’ and hit return.
The ‘IPV4 address’ number is your local ip address.
I have this working this way. PiAware is running on a pi at local address 192.168.1.35. VRS is installed on a W10 PC on the same network.
This is in the PIAware log:
[2019-02-02 17:55 EST] Started faup1090 (pid 1167) to connect to dump1090-fa
[2019-02-02 17:55 EST] Starting faup1090: /usr/lib/piaware/helpers/faup1090 --net-bo-ipaddr localhost --net-bo-port 30005 --stdout --lat 40.105 --lon -75.177
[2019-02-02 17:55 EST] mlat-client(1158): fa-mlat-client 0.2.10 starting up
The [2019-02-02 17:55 EST] message says that faup1090 is on port 30005. The port is probably this on any PiAware installation, but I am not sure of this. Check the log only if the "Test Connection" doesn't work and the IP address is correct.
So in the Configuration settings for the receiver the Connection Type is “Network”
The Address is the pi’s address “192.168.1.35” and the port is “30005”.