AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: Raspberry Pi3  (Read 22980 times)

0 Members and 1 Guest are viewing this topic.

anorak

  • Hero Member
  • *****
  • Posts: 977
  • support The Devon Air Ambulance Trust
Raspberry Pi3
« on: September 11, 2016, 09:21:45 AM »
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

  • Hero Member
  • *****
  • Posts: 4657
Re: Raspberry Pi3
« Reply #1 on: September 11, 2016, 03:06:45 PM »
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

  • Hero Member
  • *****
  • Posts: 977
  • support The Devon Air Ambulance Trust
Re: Raspberry Pi3
« Reply #2 on: September 11, 2016, 04:55:09 PM »
Thanks Ingo, no cheap and simple answer then.
Dave.
Dave. Exmoor, North Devon.

abcd567

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Re: Raspberry Pi3
« Reply #3 on: November 01, 2016, 04:36:23 PM »
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
Code: [Select]
sudo apt-get install netcat

#created a new file rb24fdr.sh
Code: [Select]
cd ~
sudo nano rb24fdr.sh

#in new blank file, copy-pasted following code
Code: [Select]
#! /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
Code: [Select]
sudo chmod +x  rb24fdr.sh

# Now run the file
Code: [Select]
./rb24fdr.sh &

#it showed output as below
Code: [Select]
[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?
« Last Edit: November 01, 2016, 05:28:34 PM by abcd567 »

anorak

  • Hero Member
  • *****
  • Posts: 977
  • support The Devon Air Ambulance Trust
Re: Raspberry Pi3
« Reply #4 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.
Dave. Exmoor, North Devon.

abcd567

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Re: Raspberry Pi3
« Reply #5 on: November 01, 2016, 05:10:55 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.
« Last Edit: November 01, 2016, 05:13:45 PM by abcd567 »

Runway 31

  • Moderator
  • Hero Member
  • *****
  • Posts: 33510
Re: Raspberry Pi3
« Reply #6 on: November 01, 2016, 05:41:41 PM »
Why not contact support@airnavsystems and ask about connecting via script

Alan

abcd567

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Re: Raspberry Pi3
« Reply #7 on: November 01, 2016, 10:18:15 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

  • Hero Member
  • *****
  • Posts: 977
  • support The Devon Air Ambulance Trust
Re: Raspberry Pi3
« Reply #8 on: November 02, 2016, 10:24:10 AM »
watching with interest as this could solve a lot of problems.
Dave.
Dave. Exmoor, North Devon.

abcd567

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Re: Raspberry Pi3
« Reply #9 on: November 03, 2016, 02:21:22 PM »
Good News!
Received this email today:

Quote
From: 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
« Last Edit: November 03, 2016, 02:23:29 PM by abcd567 »

anorak

  • Hero Member
  • *****
  • Posts: 977
  • support The Devon Air Ambulance Trust
Re: Raspberry Pi3
« Reply #10 on: November 03, 2016, 07:26:14 PM »
Keep us posted.
Dave.
Dave. Exmoor, North Devon.

ETSI4

  • New Member
  • *
  • Posts: 4
Re: Raspberry Pi3
« Reply #11 on: November 04, 2016, 05:59:34 AM »
Great news..............


Volker
Best Regards

Volker

neroon79

  • Hero Member
  • *****
  • Posts: 4657
Re: Raspberry Pi3
« Reply #12 on: November 04, 2016, 02:47:34 PM »
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

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Re: Raspberry Pi3
« Reply #13 on: November 17, 2016, 07:00:57 PM »
Any one interested in DIY Antennas?

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

.

abcd567

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Re: Raspberry Pi3
« Reply #14 on: December 10, 2016, 06:55:22 AM »
Anyone interested to know his maximum range, can find it from this new thread:

What is the Maximum Range I can Get?


.