Difference between revisions of "CellMapper CSV"

604 bytes removed ,  05:36, 16 August 2018
no edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
== API ==
== CSV ==


=== CSV File format ===
=== CSV File format ===


Here is our API format and CSV Output format (on App).
Here is CSV Output format (on App).


latitude,longitude,altitude,MCC,MNC,LAC,CID,signal,type,subtype,ARFCN,PSC
latitude,longitude,altitude,MCC,MNC,LAC,CID,signal,type,subtype,ARFCN,PSC
Line 42: Line 42:
|}
|}
</div>
</div>
=== How CellMapper working? ===
[[File:CellMapper_API.PNG]]
End Users upload from CellMapper App (on Android and Windows 10 Mobile) to our server. When uploaded, all data saved to Main DB.
Our Data Calculator process uploaded data from Main DB and then move that to Cache DB.
When you visit on CellMapper Map on website or app, you see all data what is calculated and saved to Cache DB.
=== Developer ===
If you like develop application for CellMapper, you must provide all required info what is on CSV file. Please contact us on support for helping upload feature and testing.