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

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_telegram command.

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

       bn_telegram is a program that send results to telegram.

Name

       bn_telegram - program to send deep learning results from MQTT to telegram

Options

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

       --tokenTOKEN
           Telegram token got from BotFather, or filepath of a JSON config file with token.

       --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_gmail(1)

Synopsis

bn_telegram--tokenTOKEN [--target-labelTARGET_LABEL] [--broker-ipBROKER_IP]
                   [--broker-portBROKER_PORT] [--topic[TOPIC...]] [--topic-actionTOPIC_ACTION]
                   [--topic-configTOPIC_CONFIG]

       bn_telegram [{-h | --help} | {--debug}]

See Also