Hello world,
I may be new to this forum, but I have been running dump1090 (the original one) back then. Recently, I have been able to repurpose the good old pogoplug mobile (which was my asterisk server for years) to run the latest dump1090.
I have managed to get Debian 11 (bullseye) running and it was easy to get dump1090-mutability up and running. Then I come across dump1090-fa, and it wasn't an easy path. Long story short, I have to edit the Makefile to compile. Which kinda works except generate-wisdom will give seg fault. Not a big deal about missing the wisdom.local file I assume.
At this point, I still kinda prefer dump1090-mutability, mainly because I can see the logs, easier to config and somehow I feel it is better at decoding ADS-B messages (seeing more planes too).
But now, here is the roadblock I am facing, seems like fr24feed was precompile for pi which is not compatible for this lowly armv5te. And I have searched high and low, but I can't seem to find any info on how to upload data to FR24 besides using its fr24feed. I was hoping there was some kind of perl/php etc script to do the magic or maybe recompile fr24feed just like I did for dump1090-fa.
If all fails, I am guessing (??) I could have fr24feed running from another linux server feeding off the pogoplug.
Also, I have read many posting, and some were using dump1090-mutability to feed fr24feed but others were using dump1090-fa. Is there any preference, or it's pretty much the same?
Here is my poor pogoplug /proc/cpuinfo
I may be new to this forum, but I have been running dump1090 (the original one) back then. Recently, I have been able to repurpose the good old pogoplug mobile (which was my asterisk server for years) to run the latest dump1090.
I have managed to get Debian 11 (bullseye) running and it was easy to get dump1090-mutability up and running. Then I come across dump1090-fa, and it wasn't an easy path. Long story short, I have to edit the Makefile to compile. Which kinda works except generate-wisdom will give seg fault. Not a big deal about missing the wisdom.local file I assume.
At this point, I still kinda prefer dump1090-mutability, mainly because I can see the logs, easier to config and somehow I feel it is better at decoding ADS-B messages (seeing more planes too).
But now, here is the roadblock I am facing, seems like fr24feed was precompile for pi which is not compatible for this lowly armv5te. And I have searched high and low, but I can't seem to find any info on how to upload data to FR24 besides using its fr24feed. I was hoping there was some kind of perl/php etc script to do the magic or maybe recompile fr24feed just like I did for dump1090-fa.
If all fails, I am guessing (??) I could have fr24feed running from another linux server feeding off the pogoplug.
Also, I have read many posting, and some were using dump1090-mutability to feed fr24feed but others were using dump1090-fa. Is there any preference, or it's pretty much the same?
Here is my poor pogoplug /proc/cpuinfo
Code:
processor : 0 model name : Feroceon 88FR131 rev 1 (v5l) BogoMIPS : 333.33 Features : swp half thumb fastmult edsp CPU implementer : 0x56 CPU architecture: 5TE CPU variant : 0x2 CPU part : 0x131 CPU revision : 1 Hardware : Marvell Kirkwood (Flattened Device Tree)
Comment