Commit graph

78 commits

Author SHA1 Message Date
Morten Nielsen
0be7e552d5 Add WinRT Serial Device
Fixes #111 and #113
2024-11-19 22:17:05 -08:00
Morten Nielsen
2ed285ee75 Adds disconnection handling
Fixes #114
2024-11-19 20:33:29 -08:00
Morten Nielsen
db04b280e4
.Net6 (#112)
* Added .NET 6 support

* fix constants

* Upgrade Android sample app to .net6.0

* Fix build warnings and update android sample

* Change baseline version

* Fix build

* Delete unused code

* Update CIBuild.yml

* Update CIBuild.yml

* Update CIBuild.yml

* Update CIBuild.yml

* Update CIBuild.yml

* Update CIBuild.yml

* Update CIBuild.yml

* Update CIBuild.yml

* Update expired certificate

* Set min versions

* Fix api build

* Fix build warnings and update doc builds

* update metadata

* tweak readme

* Use net8 for ios/android

* Fix target frameworks for sample apps

* Fix UWP build

* update tfm

* Update to v3.0 and remove out of support frameworks

* Add BT device to net6-windows

* Add MAUI sample and delete Android

* Clean up

* Update github action dependency to supported version

* Update certificate

* Update certificate

* Fix RMC FixTime parsing that can lose sub-second precision with doubles (#117)

* Extract local variables for the parameters of DateTimeOffset

* Add seconds to FixTime as Ticks in order to preserve sub-second precision that can get lost by using doubles

---------

Co-authored-by: Justin King <justin.king@vibrationresearch.com>

* Cleanup of fix and add unit test to verify

---------

Co-authored-by: Morten Nielsen <mort5161@esri.com>
Co-authored-by: Justin King <56605940+justinswork@users.noreply.github.com>
Co-authored-by: Justin King <justin.king@vibrationresearch.com>
2024-11-19 20:31:53 -08:00
Morten Nielsen
7ece4d60cd
downgrade to 5 2021-12-22 14:36:31 -08:00
Morten Nielsen
4444446e93
Update dependencies and remove WinSDK contract 2021-12-22 14:34:01 -08:00
Morten Nielsen
6c962f3422 Increase system dependencies 2021-12-22 14:06:39 -08:00
Morten Nielsen
1c96176a56 Improve multi-band handling of SNRs 2020-09-24 21:46:08 -07:00
Morten Nielsen
830b5c25f3 Improve plotview with weighted averages and quality filters 2020-09-24 21:45:44 -07:00
Morten Nielsen
cd0eda6a02 Store NTRIP settings between runs 2020-09-23 20:46:42 -07:00
Morten Nielsen
ab91ba3c09 Add bluetooth support to desktop app 2020-09-23 20:45:59 -07:00
Morten Nielsen
abf660df7e Add signal id to GSV 2020-09-23 20:44:33 -07:00
Morten Nielsen
84bb5f5118 Fix threading issue in plotview 2020-09-07 20:01:34 -07:00
Morten Nielsen
52b402323a Sort ntrip sources by distance 2020-09-07 20:01:17 -07:00
Morten Nielsen
43fedd2b3f Reuse gnss monitor instance in sample app 2020-09-07 20:00:58 -07:00
Morten Nielsen
3ec22441e0 Fix build issue and update dependency 2020-08-28 16:43:52 -07:00
Morten Nielsen
02579ab3e8 Adds property change notification to properties
Also fixes a threading issue with AllMessages - Issue #76
2020-08-25 15:24:48 -07:00
Morten
da3b3f8788 Color code deviation plot 2020-08-02 21:55:47 -07:00
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