EGTS (Era Glonass Telematics Standard) parsing via Golang
- Refactor code to make it more clear WIP
- Test coverage
- NEED TO BE REFACTORED
Example of TCP server (see /example/main.go) - Examples for
hex strings/pure []byte - Additional SubRecordType: EGTS_SR_ACCEL_DATA
go get -u github.com/LdDl/go-egts/...
go test -timeout 30s github.com/LdDl/go-egts/egts/packet
You can start TCP server and check how it is parsing EGTS data by command below (from package folder)
go run example/main.go