AaronWebster / mimmon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mimmon

Water monitoring system. Uses the RadioHead library via Adafruit and the Adafruit Feather 32u4 RFM96 LoRa Radio at 433MHz.

bazel run --cxxopt='-std=c++17' :gateway -- --logtostderr --minloglevel=0

CRC

Using pycrc

python3.9 pycrc.py --model crc-32c --algorithm table-driven --generate h -o crc32c.h
python3.9 pycrc.py --model crc-32c --algorithm table-driven --generate c -o crc32c.cc

About

License:Apache License 2.0


Languages

Language:C++ 45.1%Language:C 34.8%Language:Starlark 18.6%Language:Shell 1.4%