Commit graph

47 commits

Author SHA1 Message Date
Moshe Gutman
7e8eca2431
Fix baud rate for IProgress in FindPort (#71)
IProgress was showing `port.BaudRate` instead of `baud` the baud rate currently being tested.
2020-07-29 17:10:20 -07:00
Morten Nielsen
73dbdf508f Moved NTRIP classes to NmeaParser lib and introduced new GnssMonitor class for simplified monitoring of GNSS messages 2020-07-29 16:45:16 -07:00
Morten Nielsen
5ddad2b3a7 Fix filename 2020-07-29 13:56:31 -07:00
Morten Nielsen
2f255872f9 Simplify rounding to avoid significant digit calculation edge-case 2020-07-29 13:55:31 -07:00
Morten Nielsen
2a0488a3ef Handle ntrip stream disconnects 2020-07-29 13:24:37 -07:00
Morten Nielsen
8ea3cb8759 show int[] as comma separated values 2020-07-29 13:24:05 -07:00
Morten Nielsen
ba69ba806e Handle restart 2020-07-28 23:17:41 -07:00
Morten Nielsen
b035adda26 Add early beginnings of NTRIP tab 2020-07-28 21:07:53 -07:00
Morten Nielsen
9db4db4212 FIx 2D/3D view issues 2020-07-28 21:07:32 -07:00
Morten Nielsen
83ed2fbeb4 Try/catch start/stop of device 2020-07-28 21:07:09 -07:00
Morten Nielsen
32f7455876 Improve start/stop handling of location datasource 2020-07-28 21:06:48 -07:00
Morten Nielsen
63344030ee Maintain precision of accuracy 2020-07-28 20:44:48 -07:00
Morten Nielsen
c9413f2a35 Fixed typos in arcgis location datasource 2020-07-28 20:34:26 -07:00
Morten Nielsen
6a19aaf44a Improve buffered stream to more accurately emulate slow baud rates 2020-07-28 20:34:03 -07:00
Morten Nielsen
9a71ca4db6 Improved location datasource to better handle multiple gps systems 2020-07-28 20:14:40 -07:00
Morten Nielsen
9ee484fcc2 Add fallback for binding 2020-07-28 19:47:05 -07:00
Morten Nielsen
daa6cedd05 Better handle display multiple systems for GSV 2020-07-28 19:46:50 -07:00
Morten Nielsen
e02113072f Moved map into its own control + added 3D view 2020-01-29 00:52:57 -08:00
Morten Nielsen
61e54f1799 Sample fixes 2020-01-28 22:56:18 -08:00
Morten Nielsen
c9c631530e
Add custom ArcGIS location provider to desktop sample (#69)
* Location provider sample for ArcGIS Runtime
2020-01-28 20:44:16 -08:00
Morten Nielsen
9a32f41edf Renamed namespace NmeaParser.Nmea to NmeaParser.Messages 2020-01-19 18:06:15 -08:00
Morten Nielsen
231c461129 Namespace cleanup 2020-01-19 14:37:35 -08:00
Morten Nielsen
b6e3ba05de Replace WPF .NET Framework sample with .NET Core sample 2020-01-16 23:44:53 -08:00
Morten Nielsen
d7451c89bd Fix sample issues + minor property rename 2020-01-16 23:41:16 -08:00
Morten
ce7aec70cf Improved satellite view 2020-01-16 11:58:22 -08:00
Morten Nielsen
a142c9b0da Improved multi-message handling and updated all code necessary 2020-01-15 23:41:51 -08:00
Morten Nielsen
f392416cdd Very large refactoring moving from talker-specific classes to generic message classes, and instead expose talker-type on the base-class. 2019-02-25 23:41:13 -08:00
Morten Nielsen
a576649114 Improve display of messages in desktop sample app 2019-02-19 22:55:08 -08:00
Morten Nielsen
743b3d6ef3
Fixes #38 2019-02-05 23:01:54 -08:00
Morten Nielsen
2e4e6aa939 Various sample tweaks + added BT sample to Android. 2018-07-10 16:04:35 -07:00
Morten Nielsen
102805a100 minor cleanup and typos 2018-04-02 12:54:02 -07:00
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
da87d930e6 Switch to Package Reference style 2017-12-20 16:58:02 -08:00
dotMorten
803fc7a50e Moved to a single-project csproj NET Standard solution 2017-12-12 11:51:37 -08:00
Morten Nielsen
d0bff9f06e Show unknown messages in the panel 2017-03-14 22:55:00 -07:00
Morten
d3c3c6d90a Hide message tiles that doesn't have data available 2015-05-29 09:50:14 -07:00
mort5161
376014e385 Fixed code analyzer issues 2015-03-20 15:37:49 -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
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
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
46971fc4c8 Sample app: Limit output window queue to avoid out of memory exception 2014-07-31 13:50:55 -07:00
unknown
2fba15f6d9 Simplified listening to multi part messages 2014-07-31 00:59:47 -07:00
unknown
b2e4d7c2a6 Added $GPRTE.
Implemented common interface for multi-part messages.
2014-07-31 00:37:30 -07:00
mort5161
4bbd7fa54c Added satellite view to desktop sample 2014-07-28 16:38:45 -07:00
mort5161
76bbf4beee Added Desktop build + sample apps 2014-07-25 12:21:07 -07:00