OK, for reasons known only to me, I have modesdeco and modesmixer2 running but want to feed my data to piaware. Which --outserver format and/or port do I need for piaware to pick up and feed the website? I have no intentions of running any form of dump1090 as the decoding software unless it is in the form of binary data pushed out by either modesdeco2 or modesmixer2.
I believe recent versions of modesmixer2 directly support FATSV output; this is the format that piaware wants. You will need to run it on the same machine as piaware.
Alternatively, you can run faup1090 on the piaware machine pointing at a Beast-format data source.
Yes, it’s provided with the piaware package.
It’s usually started automatically by piaware if piaware sees a data source on port 30005, but of course that won’t happen in your case.
So you’ll probably need to start it manually with a --net-bo-ipaddr option pointing at your datasource. Once faup1090 is running, piaware should notice and feed data from it.
If you are running modesmixer2 on the pi, you can probably get rid of faup1090 if you can work out how to make modesmixer2 listen on port 10001 and provide FATSV output there.
There is a bug in stock piaware where it will only notice processes bound to the wildcard address, not a specific network interface address, maybe that’s it?