jepolch
Active Member
I'm having a problem getting adsbcope on my Windows PC to display ADS-B data gleaned from my Raspberry Pi running dump1090. Searching the web, I've found only a couple of sites with instructions for this setup. I've followed the instructions on this site: http://bubbazanetti.blogspot.com.au/2013/09/raspberry-pi-wth-rtl-sdr-receiving-ads.html
I've configured networking and the RAW-data Client is active. Using tcpdump I can see the Pi talking to my PC on port 31001, and vice versa:
But nothing shows up in the adsbscope console.
Any help would be appreciated.
I've configured networking and the RAW-data Client is active. Using tcpdump I can see the Pi talking to my PC on port 31001, and vice versa:
Code:
20:51:37.646939 IP 192.168.1.2.31001 > 192.168.1.151.62845: Flags [P.], seq 24141:24645, ack 1, win 457, length 504
20:51:37.647777 IP 192.168.1.2.31001 > 192.168.1.151.58112: Flags [P.], seq 24141:24645, ack 1, win 457, length 504
20:51:37.703415 IP 192.168.1.151.62845 > 192.168.1.2.31001: Flags [.], ack 24645, win 509, length 0
20:51:37.703445 IP 192.168.1.151.58112 > 192.168.1.2.31001: Flags [.], ack 24645, win 509, length 0
Any help would be appreciated.