Categorygithub.com/liskl/batrium-udp2http-bridge
repositorypackage
0.0.0-20240118031548-5ecbb7c7df97
Repository: https://github.com/liskl/batrium-udp2http-bridge.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

#batrium-udp2http-bridge

This service should Listen for UDP broadcasts from the Batrium Watchmon 4+ and collect all the metrics and expose them on as JSON on individual http routes.

BUILD

docker build -t batrium-udp2http-bridge . ;

RUN

docker run -it -p 18542:18542/udp batrium-udp2http-bridge:latest;