logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bn_data_collector - program to collect data from MQTT

Author

Ying-ChunLiu <paulliu@debian.org>
           Wrote this manpage for the Debian system.

Bugs

       The upstreams BTS can be found at https://github.com/DT42/BerryNet/issues.

Description

       This manual page documents briefly the bn_data_collector command.

       This manual page was written for the Debian distribution because the original program does not have a
       manual page.

       bn_data_collector is a program that collects data from MQTT.

Name

       bn_data_collector - program to collect data from MQTT

Options

       The program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       --data-dirpathDATA_DIRPATH
           Dirpath where to store collected data.

       --broker-ipBROKER_IP
           MQTT broker IP.

       --broker-portBROKER_PORT
           MQTT broker port.

       --topic-configTOPIC_CONFIG
           Path of the MQTT topic subscription JSON.

       -h, --help
           Show summary of options.

See Also

bn_darknet(1), bn_camera(1), bn_dashboard(1)

Synopsis

bn_data_collector [--data-dirpathDATA_DIRPATH] [--broker-ipBROKER_IP] [--broker-portBROKER_PORT]
                         [--topic-configTOPIC_CONFIG]

       bn_data_collector [{-h | --help}]

See Also