# 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;
# Functions
Find takes a slice and looks for an element in it.
Float32bytes Converts Float32 to []bytes of size 8.
Float32frombytes converts []bytes form float32 to float.