dump1090-tools
dump1090-tools copied to clipboard
Random scripts for doing stuff with dump1090
Hi, Thank you so much for producing dump1090, we appreciate it if you could add the date and time column. Thank you Ajlal
In dump1090.py the hostname to be used by collectd is derived from the url where to get the dump1090 data from: collectd.register_read(callback=handle_read, data=(instance_name, urlparse.urlparse(url).hostname, url), name='dump1090.' + instance_name) collectd.register_read(callback=handle_read_1min, data=(instance_name,...