Skip to content

Instantly share code, notes, and snippets.

@BK1031
Created July 9, 2024 21:09
Show Gist options
  • Save BK1031/837f8977b5410e9435a85dad6e960cbc to your computer and use it in GitHub Desktop.
Save BK1031/837f8977b5410e9435a85dad6e960cbc to your computer and use it in GitHub Desktop.
racecar_analytics mqtt subscription
func main() {
ConnectMQTT()
SubscribeECU()
SubscribeBattery()
for {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment