Commit graph

179 commits

Author SHA1 Message Date
dotMorten
b9d94a2f8c v1.9.0. Added more message types and tests. 2017-12-21 11:03:40 -08:00
dotMorten
7926e0c8e0 use assembly reference, to avoid VS2017 frequent reference error picking .NET Standard DLL over net451 dll 2017-12-20 17:03:46 -08:00
Morten Nielsen
30a79f9a0f Added base classes for GST, GGA and RMC for getter GLONASS support 2017-12-20 16:59:17 -08:00
Morten Nielsen
da87d930e6 Switch to Package Reference style 2017-12-20 16:58:02 -08:00
Morten Nielsen
9aafcbefb2 Remove store/phone (no longer supported) 2017-12-20 16:55:58 -08:00
dotMorten
803fc7a50e Moved to a single-project csproj NET Standard solution 2017-12-12 11:51:37 -08:00
David Chambers
848be84695 Add formatting 2017-06-08 15:40:44 -04:00
david-chambers
6b7bdec066 Add Gngst unit test 2017-06-08 13:20:25 -04:00
david-chambers
ef06cafade Add code analysis suppressions 2017-06-08 13:20:02 -04:00
david-chambers
8386718266 Add GNGST message 2017-06-07 16:18:23 -04:00
Morten Nielsen
591c532920 Last vehicle in GPGSV string not parsed 2017-05-09 12:17:04 -07:00
Morten Nielsen
7b7cafdbfb Added .NET Standard library + upgraded .NET 4.5 to the supported 4.5.2 2017-03-15 00:03:48 -07:00
Morten Nielsen
d0bff9f06e Show unknown messages in the panel 2017-03-14 22:55:00 -07:00
Morten Nielsen
add8429da9 Update UWP SDK to work on default VS installs that doesn't have 10240 installed 2017-03-14 22:54:12 -07:00
Morten Nielsen
d3c42c6258 v1.6.1 2017-03-06 23:31:22 -08:00
Morten Nielsen
435a50041f Disable buffering in UWP. Fixes https://github.com/dotMorten/NmeaParser/issues/28 2017-03-06 23:18:58 -08:00
Morten Nielsen
63731da6bc Build UWP for x86 when AnyCPU is selected 2017-03-06 23:17:38 -08:00
Morten Nielsen
614ba2f07b Updated Xamarin.iOS tooling 2017-03-06 23:16:55 -08:00
Morten Nielsen
66e9151beb Correct reading of TimeSinceLastDgpsUpdate + Add FixTime
Fixes #27
2017-02-01 17:15:35 -08:00
mort5161
686b34dc28 v1.6.0 (updated nuget package to include all platforms) 2016-06-06 11:21:05 -07:00
mort5161
1c198de5e4 Fixes Issue #12 2015-10-18 21:46:03 -07:00
mort5161
6a99c5a53f Upgraded UWP projects to VS2015RTM - Addresses Issue #13 2015-10-18 21:03:46 -07:00
Morten Nielsen
c323d84635 Added support for Windows 10 and the new NmeaParser for 'SerialDevice' 2015-05-29 15:07:58 -07:00
Morten
d3c3c6d90a Hide message tiles that doesn't have data available 2015-05-29 09:50:14 -07:00
mort5161
bddc6d7a29 Added support for millisecond accuracy when parsing dates and timespans 2015-03-20 16:53:17 -07:00
mort5161
6fcd2ebca4 Improved file reader to read lines in message groups to better simulate an NMEA device 2015-03-20 16:20:02 -07:00
mort5161
376014e385 Fixed code analyzer issues 2015-03-20 15:37:49 -07:00
mort5161
61aa1ac833 Added GPGST message 2015-03-20 15:16:38 -07:00
mort5161
dfc02b986c Added Checksum property to message and ToString 2015-03-20 15:14:58 -07:00
mort5161
eb1d80184d Fixed compilation bug 2015-03-20 14:38:00 -07:00
mort5161
ac4f8c9bb3 Added device tab for opening up other devices and example of auto discovery of serial port devices 2015-03-20 12:46:55 -07:00
mort5161
b195c12d7a Expose current serial port 2015-03-20 12:39:23 -07:00
mort5161
017623e7ab Expose current filename 2015-03-20 12:39:14 -07:00
mort5161
2cea8ba503 Added bluetooth sample code to store/phone 2015-02-24 12:42:59 -08:00
dotMorten
4a13161d4f Updated PGRMZ data to match Garmin spec 2014-11-27 10:04:31 -08:00
dotMorten
85066e3a12 Fixed doc 2014-11-27 10:03:58 -08:00
mort5161
9c5932a33e Sample app UI tweaks 2014-11-15 00:15:03 -08:00
mort5161
a3e63a1111 Improved sample app 2014-11-15 00:10:24 -08:00
Morten Nielsen
e36782dceb Added Xamarin iOS + Android support 2014-11-14 21:19:25 -08:00
mort5161
9c37a40bc0 Addressed all code analysis warnings (note: Some minor breaking changes to follow naming guidelines) 2014-11-14 17:36:46 -08:00
mort5161
32b9a8b9eb Completed xml doc comments 2014-11-14 15:52:20 -08:00
mort5161
8f692a4aab Added satellite system property (GPS/Glonass/Waas) 2014-11-14 15:20:51 -08:00
mort5161
a8cb9c3607 Improved parsing of values not available in NMEA message 2014-11-12 10:58:58 -08:00
mort5161
5f660c3343 Doc comments 2014-11-11 17:44:02 -08:00
mort5161
8e6cc7b00b Added some doc + added support for writing to the serial port 2014-11-11 17:36:55 -08:00
mort5161
df7b083495 Added some doc 2014-11-11 17:36:38 -08:00
mort5161
7af5e1f3e7 Speed up unit tests 2014-11-11 14:44:23 -08:00
mort5161
d060ae586f Improved unit tests (test multi-part message handling) 2014-11-11 14:42:53 -08:00
mort5161
7587df2b4d Removed some idle time from the NMEA log file 2014-10-09 16:23:09 -07:00
mort5161
4858870dbe Minor bug fixes. v1.3.1 2014-10-07 17:24:13 -07:00