This is a demo application written in Go (Golang) for sending and receiving EGTS (Era Glonass Transport System) data packets. The project demonstrates how to implement the EGTS protocol, commonly used for transmitting data between tracking devices and monitoring servers.
Clone the repository:
git clone [email protected]:QED-tech/egts-example.git
cd egts-demo
Install dependencies:
go mod tidy
To run the demo:
go run ./cmd/main.go --address=127.0.0.1:8080