mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
Update ntrip.md
This commit is contained in:
parent
dcfa839fa2
commit
cb217f9fde
|
|
@ -1,4 +1,4 @@
|
|||
#Using NTRIP for DGPS
|
||||
# Using NTRIP for DGPS
|
||||
|
||||
You can use data from a nearby NTRIP server to improve the accuracy if your GPS position, if your device supports it.
|
||||
The Serial and Bluetooth devices supports writing to them, so you merely need to stream the data from the NTRIP server directly to your device.
|
||||
|
|
@ -208,4 +208,4 @@ client.DataReceived += (sender, ntripData) => {
|
|||
};
|
||||
// Connect to the stream
|
||||
client.Connect(str.Mountpoint);
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue