#HomeMon Server A simple server built with Golang. Its primary function is as a relay/router between my website's host and the gpioMonitor running on the same host as this server. Digest auth provides a level of protection in acquiring the data from the home mon daemon.
Using inbuild golang net and net/http packages for both networking interactions.
Built with:
- go-http-auth - For Digest auth on http connections]
- Viper - For easy config files