Hi everyone
Recently I implemented dump1090 on my raspberry pi and every things work fine , I have 10 raspberry pi in different locations connected to different networks. I want to send all of these data to a single web server and see the data in a single place from all of my raspberry pi. I ran the command ./dump1090 --help and it showed me couple of options , I am wondering if any one these options may send the data to a single web server(for example --net-bind-address IP address to bind to (default: Any; Use 127.0.0.1 for private)). I know that raspberry has a built in radar which shows the data online when you type in your browser 127.0.0.1:8080 but I want to see other raspberry pies data simultaneously
Thanks in advance
Alfred