hi, i need to install readsb 3 times inside the same raspberry and make them work simultaneously with three different configurations. how can i do it?
I tried to do as in this discussion, but it doesn’t work
“One Pi, Two Dongles, Two Maps, Two Receivers”
The thread you quoted applies to dump1090-fa and dump1090-mutability only.
For running multiple instances of readsb on same RPi, the right person to advise you is @wiedehopf
Understand the systemd service, run directory, default file and how they interact.
You can use /etc/default/tar1090_instances for definining the webinterfaces it’s explained in the tar1090 readme.
As far as setting up multiple readsb you’ll need separate systemd services and deconflict any ports used. Maybe check this: https://github.com/wiedehopf/adsb-wiki/wiki/Generic-systemd-service
Anyhow advanced projects require acquiring some knowledge, i gave some hints good luck