Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsvgoncalves/mocklocation-stream
Mocks Android device location using streaming data.
https://github.com/jsvgoncalves/mocklocation-stream
Last synced: 1 day ago
JSON representation
Mocks Android device location using streaming data.
- Host: GitHub
- URL: https://github.com/jsvgoncalves/mocklocation-stream
- Owner: jsvgoncalves
- Created: 2014-01-23T15:16:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T11:55:07.000Z (over 8 years ago)
- Last Synced: 2023-04-06T08:08:12.038Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 594 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:
```json
{
"latitude": 41.17794,
"longitude": -8.595117,
"..." : "..."
}
```Default port: 5173
TODO
------------------
- [x] Basic usage
- [ ] Complete speed limit example
- [ ] Provide app just as a service