You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates to configuration reader (called by ProtobufConfigurator) to better support creation of command line tools (of the style tool <action> <subaction> [--options]). New goby::middleware::ToolHelper class for tools to use.
Support for environmental variables
Support for custom positional parameters to replace default <cfg_file> <app_name>
Support for custom short (e.g., '-l' for '--library') command line options.
New goby command line tool that unifies existing tools and apps into a single point of entry and adds new tools (most notable are goby zeromq publish and goby zeromq subscribe, allowing command line publish/subscribe to gobyd):
goby log: Manage goby log files
convert: Convert .goby log files to other formats [goby_log_tool]