Unwired Labs API¶
You can enable the cell geolocation lookup for the application using Unwired Labs’ geolocation API in your deployment.
To use Unwired Labs’ geolocation API, store your API key as an SSM parameter and re-deploy the stack as shown:
aws ssm put-parameter --name /bifravst/cellGeoLocation/unwiredlabs/apiKey \
--type String --value "<API Key>"
npx cdk deploy '*'
This will update the StateMachine, which resolves cells from devices to use the Unwired Labs’ API as a resolver.
Note
Unwired Labs’ LocationAPI is free for low volumes. However, opencellid.org allows to use the underlying dataset for free. If you find it relevant, vote in the Integrate OpenCelliD data issue.