Skip to content

Updated version to build on latest raspbian bookworm image of debian

License

Notifications You must be signed in to change notification settings

NeoMod/rbfeeder-bookworm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RBFeeder Debian/Raspbian packages

RBFeeder is a ADS-B client software used by AirNav to decode Mode S messages and send to our processing servers.

You can find more information about usage in RadarBox website.

This software is based on open-source softwares provided by Oliver Jowett (mutability) dump1090-mutability and FlightAware dump1090-fa

It is designed to build as a Debian package, but should also be buildable on many other Linux or Unix-like systems.

protobuf-c-compiler libncurses-dev libjansson-dev libglib2.0-dev libprotobuf-c-dev libcurl4-openssl-dev dh-sysuser devscripts librtlsdr-dev

Building under bookworm

$ sudo apt-get install build-essential fakeroot debhelper librtlsdr-dev pkg-config libncurses5-dev protobuf-c-compiler libjansson-dev libglib2.0-dev libprotobuf-c-dev libcurl4-openssl-dev dh-sysuser devscripts librtlsdr-dev
$ git clone https://github.com/NeoMod/rbfeeder-bookworm.git
$ cd rbfeeder-bookworm/
$ dpkg-buildpackage -b
$ 

dh-systemd is no longer needed since it has been merged into debhelper and the transitional package no longer exists.

Actually building it

Nothing special, just build it (dpkg-buildpackage -b)

About

Updated version to build on latest raspbian bookworm image of debian

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.9%
  • Python 2.2%
  • Other 1.9%