This websyte provide coordinates of a GSM cell, making an HTTP post and passing cell data Mcc, Mnc, Lac and CI.
I have some sintax difficulties writing the code ....
These are instructions:
Any help is appreciated ....
I have some sintax difficulties writing the code ....
These are instructions:
B4X:
curl --request POST \
--url https://us1.unwiredlabs.com/v2/process.php \
--data '{"token": "your_API_token","radio": "gsm","mcc": 310,"mnc": 410,"cells": [{"lac": 7033,"cid": 17811}],"wifi": [{"bssid": "00:17:c5:cd:ca:aa","channel": 11,"frequency": 2412,"signal": -51}, {"bssid": "d8:97:ba:c2:f0:5a"}],"address": 1}'
Any help is appreciated ....