Main Menu

Raspberry Pi3

Started by anorak, September 11, 2016, 09:21:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

anorak

Can RadarBox be fed through a Raspberry and if so;
A) is there any special set up
B) can it be sent with an other programme running over the internet at the same time
words of 1 syllable please, it is Sunday.
Thanks, Dave?
Dave. Exmoor, North Devon.

neroon79

Can RadarBox be fed through RPi3: Unfortunately for AirnavSystems: No.

Only possible solution I know: PP can be fed by RPi/dump1090 setup. PP can feed Radarbox Network. Problem: power consuming WIN PC running PP would be needed.

Ingo
Greetings from northern Germany, Ingo
11.75nm ESE of EDDV

SW: ANRB v5.00.072/6.01.001 on WIN10 64Bit Pro&Home
HW:
Ant.: DPD Productions ADS-B Vertical Outdoor Base Antenna
AMP: Kuhne electr. KU LNA 1090 A TM
Cable: 25m of ECOFLEX 15+
NB: Asus P53E 24/7 op.
PC: 28"4K + 24" Monitor
AirSpy mini @RPi3

anorak

Thanks Ingo, no cheap and simple answer then.
Dave.
Dave. Exmoor, North Devon.

abcd567

#3
I have installed RB24 data feeder on Windows Desktop. It gets data from VRS also running on my Windows Desktop. The VRS gets data from Raspberry Pi. My desktop does not run 24/7, while Ras Pi are running 24/7.

In January 2016, I requested support to make available a data feeder client for Linux/Raspbian so that I can feed directly from Pi without need to run the windows desktop. They promised, but it is not yet available.

I feed adsbexchange.com directly from Ras Pi using a script. I therefore tried to feed RB24 using similar script. The adsbexchange does not require login, but RB24 does require login. I therefore added a curl command to log-in, and changed url & port in netcat command to connect to radarbox24 server.

It did NOT work for Radarbox24. Does anyone know how to do it by a script?

Here is what I tried

#first installed netcat

sudo apt-get install netcat


#created a new file rb24fdr.sh

cd ~
sudo nano rb24fdr.sh


#in new blank file, copy-pasted following code

#! /bin/sh
while true
  do
    sleep 30
    curl --user [MY EMAIL]:[MY PASSWORD] http://www.airnavsystems.com:7878 -v
    /bin/nc 127.0.0.1 30003 | /bin/nc airnavsystems.com 7878
  done


#saved file (ctrl+o) and closed nano editor (ctrl+x)

#made new file executable

sudo chmod +x  rb24fdr.sh


# Now run the file

./rb24fdr.sh &


#it showed output as below

[1] 10831
* Rebuilt URL to: http://www.airnavsystems.com:7878/
* Hostname was NOT found in DNS cache
*   Trying 96.31.64.6...
* Connected to www.airnavsystems.com (96.31.64.6) port 7878 (#0)
* Server auth using Basic with user 'MY EMAIL'
> GET / HTTP/1.1
> Authorization: Basic xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> User-Agent: curl/7.38.0
> Host: www.airnavsystems.com:7878
> Accept: */*
>




I then checked the Radarbox.com web page. None of planes are shown from my station, although when I feed from Windows desktop using RB24 data feeder, I see a large number of planes from my station.
Anyone can help?

anorak

Good luck with that one. I got my set up running to an other site quite easily, but I wouldn`t have a clue about writing a script to do it.
Dave.
Dave. Exmoor, North Devon.

abcd567

#5
Quote from: anorak on November 01, 2016, 04:56:41 PM
Good luck with that one. I got my set up running to an other site quite easily, but I wouldn`t have a clue about writing a script to do it.
Dave.
I feed 4 different sites from my Raspberry Pi. All these I got running very easily, three by installing their Linux data feeder, and fourth by script file.

I am unable to feed RB24 directly from Rasberry Pi due to non availability of their Linux data feeder or script.

Runway 31

Why not contact support@airnavsystems and ask about connecting via script

Alan

abcd567

Quote from: Runway 31 on November 01, 2016, 05:41:41 PM
Why not contact support@airnavsystems and ask about connecting via script

Alan


Yes, yesterday I emailed the script to support. They checked and found I am feeding data, but misunderstood that it is by th script. It was actually by their windows data feeder running on my desktop. The problem is still unresolved.

Then about 5 hours ago, I sent email to Andre Brandao of AirNavSystems, giving link to my above post which has the script and all details script. Waiting for reply.


Quote
Re: RadarBox24.com - New data Sharing Software

From:
ab
Tue 11/1/2016 12:59 PM

To:
Andre Brandao ([email protected]);

Hi Andre!

Any news of Linux feeder for Raspberry Pi?
Please also see my today's post in AirNav Systems Forum
http://www.airnavsystems.com/forum/index.php?topic=8767.msg130671#msg130671

Regards
ab
---------------------------------
From: Andre Brandao <[email protected]>
Sent: Tuesday, January 12, 2016 5:55 PM
To: ab
Subject: Re: RadarBox24.com - New data Sharing Software

Copied. We don't yet have a data feeder for Linux but we are devloping one.
....................
....................

anorak

watching with interest as this could solve a lot of problems.
Dave.
Dave. Exmoor, North Devon.

abcd567

#9
Good News!
Received this email today:

QuoteFrom: Andre Brandao <[email protected]>
Sent: Wednesday, November 2, 2016 8:44 PM
To: ab
Subject: Re: RadarBox24.com - New data Sharing Software

Hi

Thanks for your email,. We are preparing a brand new raspberry pi feeder software but it is not yet available. We believe, taking in account the current development, that it will be ready in 4-6 weeks.



Regards, Andre Brandao
AirNav Systems

anorak

Dave. Exmoor, North Devon.

ETSI4

Great news..............


Volker
Best Regards

Volker

neroon79

Hopefully it can be fed by dump1090 or similar receiver/decoder software. If the PI feeder needs exclusive access to the receiver dongle it would still be useless for me (and many others I guss).

Ingo
Greetings from northern Germany, Ingo
11.75nm ESE of EDDV

SW: ANRB v5.00.072/6.01.001 on WIN10 64Bit Pro&Home
HW:
Ant.: DPD Productions ADS-B Vertical Outdoor Base Antenna
AMP: Kuhne electr. KU LNA 1090 A TM
Cable: 25m of ECOFLEX 15+
NB: Asus P53E 24/7 op.
PC: 28"4K + 24" Monitor
AirSpy mini @RPi3

abcd567

Any one interested in DIY Antennas?

Please see this new thread:
FOR BEGINNERS - 3 EASY DIY ANTENNAS

.

abcd567

Anyone interested to know his maximum range, can find it from this new thread:

What is the Maximum Range I can Get?


.