Susantha
Susantha

Reputation: 143

Finding location using Huawei E156G

I have a Huawei E156G 3G dongle and i want to use it to find my current location using VB or C# like it happened in google maps for mobile. Can i use AT Commands to achieve this or is this possible.

Upvotes: 0

Views: 337

Answers (1)

CodingBarfield
CodingBarfield

Reputation: 3398

You'll have to ask the 3G dongle for cell tower information and lookup the cell tower information in a database containing cell tower/location information.

Or you could also use a traceroute to see which routers(ip-addresses) you'll find on the way and retrieve information from a database containing IP address/location information.

Both solutions take a lot of programming and I don't know a default way to do this. There might be some library to do all this.

Upvotes: 1

Related Questions