lloovve / MotoGo

A go interface to talk to mototrbo repeaters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MotoGo

A go interface to talk to mototrbo repeaters. FYI I mostly don't maintain this anymore. Trying to do some of the things I wanted without class inheritence was bugging me so I switched to .Net. You can find the more updated and more fully featured system here: https://github.com/pboyd04/Moto.Net

Primary Use Case

I'm using this to monitor 2 repeaters used for an event keeping track of how many radio calls each talk group makes, how many talk groups are in use at a time, any repeater faults, etc.

XNL/XCMP

To do this I had to figure out XNL/XCMP. However, in an effort not to get a takedown notice I haven't included the constants needed by the XNL encrypter. With the algorithm I have here, Wireshark, and a copy of RDAC or similar software you should be able to reverse engineer the constants after a few itterations.

Example Grafana Dashboard

Example Grafana Dashboard

About

A go interface to talk to mototrbo repeaters

License:Apache License 2.0


Languages

Language:Go 100.0%