# Dump1090-fa demo mode

**URL:** https://discussions.flightaware.com/t/dump1090-fa-demo-mode/49058
**Category:** ADS-B Flight Tracking
**Created:** [April 25, 2019, 11:03pm UTC](https://discussions.flightaware.com/t/dump1090-fa-demo-mode/49058 "2019-04-25T23:03:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![etkal](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/etkal/32/119219_2.png) [@etkal](https://discussions.flightaware.com/u/etkal)
#### Post date: [April 25, 2019, 11:03pm UTC](https://discussions.flightaware.com/t/dump1090-fa-demo-mode/49058/1 "2019-04-25T23:03:01Z")

</div>

I recently set up a Raspberry Pi and am feeding data to flightware. I’d like to demo my homemade antenna and setup on a different Raspberry Pi for my Ham Radio club, but I want to just use the local Skyview server without actually activating another feeder site for my account. When I install the add-on package dump1090-fa, etc, is there a way to not have it transmit to flightaware so that I don’t get an unclaimed feeder since it’s only for a temporary demo?

---

<div class="post-metadata">

### Author: ![abcd567](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/abcd567/32/113769_2.png) [@abcd567](https://discussions.flightaware.com/u/abcd567)
#### Post date: [April 25, 2019, 11:16pm UTC](https://discussions.flightaware.com/t/dump1090-fa-demo-mode/49058/2 "2019-04-25T23:16:11Z")

</div>

> [@etkal](#):
>
> is there a way to not have it transmit to flightaware so that I don’t get an unclaimed feeder since only for a temporary demo?

Yes, install only dump1090-fa, but dont install Piaware. Follow steps given below:

- Download latest Raspbian image from [Raspberry Pi OS – Raspberry Pi](http://raspberrypi.org/downloads/raspbian), and write to microSD card.

- While the microSD card is still in card reader of Desktop/Laptop, create a file named `ssh` in `/boot`.

- Slip microSD card in RPi and powerup.

- SSH to RPi and install dump1090-fa _only_. Following commands will do the job.

```auto
# Install Flightaware Repository
wget http://flightaware.com/adsb/piaware/files/packages/pool/piaware/p/piaware-support/piaware-repository_3.6.3_all.deb 

sudo dpkg -i piaware-repository_3.6.3_all.deb 

sudo apt-get update

# Install dump1090-fa which has skyview map
sudo apt-get install dump1090-fa 

sudo reboot 

```

---

<div class="post-metadata">

### Author: ![etkal](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/etkal/32/119219_2.png) [@etkal](https://discussions.flightaware.com/u/etkal)
#### Post date: [April 26, 2019, 12:24am UTC](https://discussions.flightaware.com/t/dump1090-fa-demo-mode/49058/3 "2019-04-26T00:24:22Z")

</div>

Ah, that makes sense! dump1090-fa has the web server, so that should be sufficient. I have a second rtl-sdr dongle on order so as to not take my feeder site down.

I’d like to use my SDRplay but I don’t think dump1090-fa supports it, and the SDRplay fork would not have Skyview, requiring a secondary device to run something like VRS.

First world problems…

---

<div class="post-metadata">

### Author: ![wiedehopf](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/wiedehopf/32/114045_2.png) [@wiedehopf](https://discussions.flightaware.com/u/wiedehopf)
#### Post date: [April 26, 2019, 8:27am UTC](https://discussions.flightaware.com/t/dump1090-fa-demo-mode/49058/4 "2019-04-26T08:27:28Z")

</div>

In `/etc/default/dump1090-fa` you can configure the position (and the gain):

`DECODER_OPTIONS="--stats-range --stats-every 86400 --lat 50.5555 --lon 10.1111 --max-range 280"`

Just add the lat and lon to your config and restart dump1090-fa.  
`sudo systemctl restart dump1090-fa`
