Scroll to navigation

BERRYNET(1) bn_data_collector User Manual BERRYNET(1)

NAME

bn_data_collector - program to collect data from MQTT

SYNOPSIS

bn_data_collector [--data-dirpath DATA_DIRPATH] [--broker-ip BROKER_IP] [--broker-port BROKER_PORT] [--topic-config TOPIC_CONFIG]

bn_data_collector [{-h | --help}]

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.

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-dirpath DATA_DIRPATH

Dirpath where to store collected data.

--broker-ip BROKER_IP

MQTT broker IP.

--broker-port BROKER_PORT

MQTT broker port.

--topic-config TOPIC_CONFIG

Path of the MQTT topic subscription JSON.

-h, --help

Show summary of options.

BUGS

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

SEE ALSO

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

AUTHOR

Ying-Chun Liu <paulliu@debian.org>

Wrote this manpage for the Debian system.

COPYRIGHT

Copyright © 2018 Ying-Chun Liu (PaulLiu)

This manual page was written for the Debian system (and may be used by others).

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3.

02/12/2021 bn_data_collector