Assuming netdata is already installed...
first install required dev headers
sudo apt-get install libusb-dev
cd to owl-driver
and
make clean && make
copy resulting cm160
to /usr/local/lib
TODO: autostart driver on boot and keep running
start driver
/usr/local/bin/cm160
this will periodically update the file /tmp/eagle-owl-live.txt
copy owl.chart.py
to /usr/libexec/netdata/python.d/
copy ow.html
to /usr/share/netdata/web
add the following line to /etc/netdata/python.d.conf
owl: yes
sudo killall netdata ; sleep 1 ; sudo netdata