Hello folks,
Can anyone on here create or generate a Radarbox sharing key/site and allow me to claim it? I am running the SDR_Enthusiasts docker image setup to feed to multiple sites, but the RB feeder setup fails, due to the fact that my system is not an RPi, but a Ubuntu 22.04 server, on an X86 system.
Its a great set of instructions if anyone is interested, it can be found here : Overview | ADS-B Reception, Decoding & Sharing with Docker
I tried the workaround provided to spoof the CPU serial number, but it does not solve the issue:
The below command in the workaround instructions does not work on my system for some reason, but the fake cpu serial does show in the created file :
[[ ! which hexdump >/dev/null 2>&1 ]] && sudo apt install -y bsdmainutils
Maybe I just need to edit this line somehow to make it work on my system? Any help is appreciated! TIA.