Skip to content

First running version.

Latest
Compare
Choose a tag to compare
@jsvgoncalves jsvgoncalves released this 19 May 16:04
· 1 commit to master since this release

MockLocation Stream

The app receives a JSON message via TCP socket and updates the device location using MockLocation API.

Usage:

After opening the app press the start button to start the socket. Then just send JSON formatted strings according to the format:

 {
    "latitude": 41.17794,
    "longitude": -8.595117,
    "..." : "..."
 }

Default port: 8000

TODO

  • Basic usage
  • Complete speed limit example
  • Provide app just as a service