Commit graph

61 commits

Author SHA1 Message Date
Morten Nielsen
3f8a7d4b8f minor tweaks 2020-08-02 20:37:15 -07:00
Morten Nielsen
f357b2423c improve ntrip streaming 2020-07-31 15:23:31 -07:00
Morten Nielsen
b699eab194 Use bitmap for rendering plot view + allow zoom + improve ui 2020-07-31 15:23:12 -07:00
Morten Nielsen
f83600de07 Ensure no repeated events are raised. Only Fixtime on location updates 2020-07-31 14:01:52 -07:00
Morten Nielsen
967a54f41f tweak plotview ui and limit to plotting 1000 points 2020-07-31 00:17:39 -07:00
Morten Nielsen
ecf9d4e53a Change title and size of window 2020-07-31 00:17:21 -07:00
Morten Nielsen
fbd85f1b31 Ntrip client returns an independent stream instead of using events 2020-07-31 00:17:11 -07:00
Morten Nielsen
1331ad8fcf Added a simple deviation map plot 2020-07-30 19:57:44 -07:00
Morten Nielsen
41ddca8d0b Improve timestamp display 2020-07-30 19:57:17 -07:00
Morten Nielsen
9183781a5e Clean up old messages on new device 2020-07-30 11:01:05 -07:00
Morten Nielsen
8ef85c3283 Improve ntrip stream restart 2020-07-30 10:49:45 -07:00
Morten
ac7027c24d UI Tweaks 2020-07-29 21:16:39 -07:00
Morten Nielsen
ee6855f233 Remove auto-discover port 2020-07-29 20:50:46 -07:00
Morten Nielsen
d5397a3c49 Improve SNR view 2020-07-29 20:23:20 -07:00
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