How many MB is required for Flightaware?

For those that are running piaware the information about interface usage is done either through vnstat (sudo apt-get install vnstat) OR through reading the interface status.

sudo ifconfig eth0

or through the statistics in the system folder

cat /sys/class/net/eth0/statistics/tx_bytes

1 Like