bn_gmail - program to send deep learning results from MQTT to gmail
Contents
Bugs
The upstreams BTS can be found at https://github.com/DT42/BerryNet/issues.
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.
bn_gmail 03/01/2023 BERRYNET(1)
Description
This manual page documents briefly the bn_gmail command.
This manual page was written for the Debian distribution because the original program does not have a
manual page.
bn_gmail is a program that send results to gmail.
Name
bn_gmail - program to send deep learning results from MQTT to gmail
Options
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
A summary of options is included below.
--sender-addressSENDER_ADDRESS
Email address of sender. Ex: foo@email.org--sender-passwordSENDER_PASSWORD
Password of sender email address.
--receiver-addressRECEIVER_ADDRESS
Email address of receiver. Ex: bar@email.org~
--target-labelTARGET_LABEL
Send notification email if the label is in inference result.
--broker-ipBROKER_IP
MQTT broker IP.
--broker-portBROKER_PORT
MQTT broker port.
--topic[TOPIC...]
The topic to listen, and can be indicated multiple times.
--topic-actionTOPIC_ACTION
The action for the indicated topics.
--topic-configTOPIC_CONFIG
Path of the MQTT topic subscription JSON.
--pipeline-compatible
Change key of b64 image string in generalized result from bytes to image_blob. Note: This is an
experimental parameter.
-h, --help
Show summary of options.
--debug
Debug mode toggle.
See Also
bn_darknet(1), bn_camera(1), bn_data_collector(1)
Synopsis
bn_gmail--sender-addressSENDER_ADDRESS--sender-passwordSENDER_PASSWORD--receiver-addressRECEIVER_ADDRESS--target-labelTARGET_LABEL [--broker-ipBROKER_IP]
[--broker-portBROKER_PORT] [--topic[TOPIC...]] [--topic-actionTOPIC_ACTION]
[--topic-configTOPIC_CONFIG] [--pipeline-compatible]
bn_gmail [{-h | --help} | {--debug}]
