GPS Microservice
The GPS microservice is part of IOx Platform services suite, which provides standard APIs over REST/WebSocket for retrieving gps data. The GPS co-ordinates can be obtained in a request/response fashion using REST API or an application can simply open a web socket and receive streaming GPS co-ordinates. GPS microservice internally depends on IOx Core services. Core services provides
- Uniform northbound API layer to which Apps can talk
- Message bus over which IOx Services talk to each other
Core services is part of IR8xx images.Any IOx service can be directly installed without having to install Core service externally.Core services will be bought on demand whenever GPS service is started.Admin/Customer need not manage lifecycle of Core services.This is managed by IOx framework.
Supported platforms
Currently supported on IR8xx platforms
### High level architecture
Steps to start getting GPS data into the App
- Configure IOS
- Install GPS service, start GPS service
- Develop and Install App.Configure GPS service as part of App before you can start getting data.
Detailed information on above steps is provided in next chapters.
Next steps
To learn more about how to develop GPS App use below link:
Next Chapter - IR8xx GPS configuration
**Reference links **
Reference GPS App - Sample GPS App
IOx Services developer guide - IOx Services developer guide