Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GPS library for .NET compact framework

I'm thinking of writing simple application for Windows Mobile devices, where user could simply enter destination coordinates, and the app would calculate distance and show direction to the destination.

But I haven't found any Free, preferably Open Source library with simple API to work with GPS.

like image 498
Jakub Arnold Avatar asked Apr 03 '09 18:04

Jakub Arnold


3 Answers

I recently used open source SharpGPS. It's supposed to support more devices than the example in the SDK, but both solutions work on all my hardware.

SharpGPS did make it easier to access more structured information, such as satellites in view and where they are, and has a brilliant example app. But most of this will go unused in apps that need GPS info.

like image 125
2 revs, 2 users 60% Avatar answered Nov 07 '22 02:11

2 revs, 2 users 60%


GPS.NET is now available free on CodePlex.

like image 3
ctacke Avatar answered Nov 07 '22 02:11

ctacke


There's a sample GPS app in the Windows Mobile 5.0 SDK, but you'll need a fix for it.

like image 2
Pop Catalin Avatar answered Nov 07 '22 01:11

Pop Catalin