I’ve read on the discussion board that combining feeds using netcat was possible but I haven’t been able to find a how-to guide. Would someone be so kind as to tell me how to combine multiple feeds using netcat or point me to another thread that I might have missed. I’m looking for something relatively step-by-step to go off of.
I will give this a shot as soon as my filter arrives and report back! thank you very much for linking this. I was struggling to find a good reference. I think I can follow this
Nope. That is exactly what I want. To continue to feed FA but have a display that can compile multiple feeders. If this way preserves the MLAT data then that is perfect.
@modea You were asking about using tar1090 with combine1090, you can do that as well.
Have you tried using combine1090? Or is it too much hassle with all the port forwarding?
(You might look into installing zerotier to put all your pis into a virtual network though)
When installing tar1090 (somewhat improved/customized webinterface) you can point it to /run/combine1090 to use those data:
All of my pi’s are currently on a VPN mesh and I have a pi4 I’m now using as a display aggregator host (using socat to pull from each instance in the mesh & report to a central instance) - but it’s a cobbled together script and hasnt worked correctly since going to Buster. I’m going to check this out - esp if it makes my setup a little smoother. Thanks again for creating all these tinkering utilities – autogain has been very helpful
combine1090 uses ports 29001 to 29005 for its instance of dump1090-fa.
So you should even be able to run it in parallel with your current script if you want to test it.
(not recommended long term as it would be double the data rate to each pi when you are getting the data with your script as well)
ModeSMixer2 is versatile console application for combining and rebroadcasting feeds with Mode-S data in a variety of formats.
ModeSMixer2 has ability to receive data via network from Mode-S decoder for RTLSDR devices as dump1090, rtl1090, modesdeco2, ADSB# or some other program producing and outputting Mode-S data over network. http://xdeco.org/?page_id=48
for example
./modesmixer2 --inConnect 192.168.0.105:30005 --inConnect 127.0.0.1:30005 --outServer sbs10001:10001 --outServer beast:31001 --globes 32000:tablename:home --location XX.XXXXX:YY.YYYYY --web 8765 &