EGTS (Era Glonass Telematics Standard) parsing via Golang
- Refactor code to make it more clear WIP
- Test coverage
Example of TCP server (see /example/main.go)- Examples for binary files /
hex strings/pure []byte - Additional SubRecordType
Added: 7th type
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