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_gmail - program to send deep learning results from MQTT to gmail

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_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}]

See Also