Skip to content

gpontesss/routesim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RouteSim

RouteSim simulates GPS movement and publishes the data to a resource. Current resources are:

  • Websocket
  • AWS Kinesis (WIP)
  • Shapefile

Getting started

To install it:

go install ./cmd/routesim

For now cloning the repository is needed. Make sure to have $GOPATH/bin in your PATH.

There are some samples available. For example, to run a websocket publisher sample:

routesim --config samples/websocket/websocket.json

Then, open samples/websocket/index.html in your browser. You should see moving markers representing simulated GPSs.

Configuration

Got to describe it.

About

GPS route simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages