Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.18 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.18 KB

Test Client Galileosky

Its simple test client for GPS Tracking protocol GalileoSky. I think this is a tool could help you write your own tracking server.

Clients

7.0, 7.0 Lite, 5.0, 5.1 - client_v7.go

Links to docs

HowTo Build

dep ensure
go build -o client_v7 client_v7.go
./client_v7 -help

Download Binary

https://github.com/alfssobsd/galileoskytestclient/releases

Usage

Send just one pack

./client_v7 -host 127.0.0.1 -port 9998 -usecase onepack -pack 01148001820214033836363731303033373930343936359A15 -response 029a15

Emulate movement

./client_v7 -host 127.0.0.1 -port 9998 -usecase movement -movement_config_path client_v7_test_movement.yml

Help

./client_v7 --help