monome / serialosc

multi-device, bonjour-capable monome OSC server
http://monome.org/docs/serialosc/osc
Other
146 stars 32 forks source link

command-line option for grid state directory #37

Closed artfwo closed 6 years ago

artfwo commented 6 years ago

this adds support for --config-dir & -c option for both the device server and the supervisor as requested in #36.

command-line argument parsing is done by a added submodule -- optparse (header-only getopt-like argument parsing library). the config-dir parameter is then forwarded down to sosc_config_read and sosc_config_write.