Planefinder client for Raspberry Pi 2 for Docker on HypriotOS
100K+
https://planefinder.net/sharing/client http://client.planefinder.net/pfclient-pi-install.pdf https://hub.docker.com/r/sysrun/rpi-kalibrate/
https://bitbucket.org/inodes/docker-rtlsdr-pfclient.git
$ docker pull inodes/rtlsdr-fr24feed$ docker run -it inodes/rtlsdr-fr24feed --signup$ docker run -it --device=/dev/bus/usb -p 30053:30053 inodes/rtlsdr-pfclienthttp://<your_pi_ip>:30053 and enter your details. Note the sharecode provided.xyz.conf within /etc/modprobe.d/.blacklist dvb_usb_rtl28xxu
blacklist e4000
blacklist rtl2832
$ mkdir Docker
$ cd Docker
$ git clone https://bitbucket.org/inodes/docker-rtlsdr-fr24feed.git
$ cd docker-rtlsdr-fr24feed
docker-compose.yml_suggestion file to docker-compose.yml and make edits to make it your own changing
a) Latitude and Longitude (e.g. Sydney, Australia -33.7968 150.7823)
b) PPM (To determine this refer to Docker container sysrun/rpi-kalibrate)
c) Username and Password (for Flightaware)
d) MAC Address of container (this can be anything your would like)
e) FR24 Key from the sign up procedure above (or an old key you have sourced previously)
f) Planefinder sharecode from sign up procedure above (or an old sharecode your sourced previously)docker-compose up to prepare (followed by patience)docker-compose start to startThis will provide access to:
At present cannot seem to get both applications working using links due to piaware always assuming localhost for port 30005.
http://www.sysrun.io/2015/11/12/raspberry-pi-docker-rtl-sdr/ https://hub.docker.com/u/sysrun/
Content type
Image
Digest
Size
95.3 MB
Last updated
almost 11 years ago
docker pull inodes/rtlsdr-pfclient