Description: Web page for the base station location by Web-side source
First of all must be aware that each base station can request http://www.google.com/loc/json get through to a latitude and longitude. If the user can quickly access to the base station more information, such as 4 or 5, these base stations can be calculated more accurate latitude and longitude of the user location.
For example, such as WM, I get to 4 on the base station information:
50554,9513,460,1
50325,9513,460,1
50584,9513,460,1
50041,9513,460,1
Each line of the four values correspond to: CID, LAC, MCC, MNC
CID- CellID, said base station No.
LAC- Location Area Code, said regional code
MCC- Mobile Country Code, said the national numbers, China is 460
MNC- Mobile Network Code, said the mobile network number, mobile is 0, Unicom is a
Base station then sends the information to the Google JSON string through the form to send to the Post http://www.google.com/loc/json, then it will re
File list (Check if you may need any files):
App_Code\CellInfocs.cs
........\LocationService.cs
Default.aspx
Default.aspx.cs
index.html
RequestTest.aspx
RequestTest.aspx.cs
Web.Config
51aspx源码必读.txt
SafetyNetMobile.sln
SafetyNetMobile.suo
App_Code
App_Data
Bin