Difference between revisions of "CellMapper CSV"

487 bytes removed ,  05:36, 16 August 2018
no edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== API ==
__NOTOC__
== CSV ==


=== CSV File format and Upload ===
=== CSV File format ===


Here is our API format and CSV Output format (on App). If you want develop application for CellMapper, your application must provide all required info.  
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 41: Line 42:
|}
|}
</div>
</div>
=== CellMapper system ===
[[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 site, you see all data what is calculated and saved to Cache DB.