This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python3 | |
# birdnet_to_mqtt.py | |
# fork of https://gist.github.com/deepcoder/c309087c456fc733435b47d83f4113ff | |
# | |
# 20240425 | |
# | |
# monitor the records in the syslog file for info from the birdnet system on birds that it detects | |
# publish this data to mqtt | |
# |