rolandriegel / nload

Real-time network traffic monitor
GNU General Public License v2.0
311 stars 35 forks source link

Add documentation for configuration file format #7

Open synthead opened 4 years ago

synthead commented 4 years ago

nload supports a configuration file, but the format and options are not documented.

The keys can be found here:

https://github.com/rolandriegel/nload/blob/8f92dc04fad283abdd2a4538cd4c2093d957d9da/src/app.cpp#L58-L100

...and the configuration can be set using an ini format of key = value, but I was only able to learn this from reading the source code.