Skip to content
/ go-egts Public

EGTS (Era Glonass Telematics Standard) parsing via Golang

License

Notifications You must be signed in to change notification settings

LdDl/go-egts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-egts GoDoc Sourcegraph Go Report Card GitHub tag Build Status

EGTS (Era Glonass Telematics Standard) parsing via Golang

PR's are welcome!

TODO:

  • 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

Installation

go get -u github.com/LdDl/go-egts/...

Testing

go test -timeout 30s github.com/LdDl/go-egts/egts/packet

Current usage

You can start TCP server and check how it is parsing EGTS data by command below (from package folder)

go run example/main.go