Questions tagged [ntrip]
6 questions
6
votes
1 answer
Is there a way for an Android device to function as an NTRIP client?
I have an NTRIP caster that I'm supposed to communicate with from an Android application, via RTCM 3.0, to perform RTK.
Is there an Android or at least Java implementation of the NTRIP protocol available somewhere? I didn't find any that looked…

zsmb13
- 85,752
- 11
- 221
- 226
1
vote
1 answer
I'm not sure how to use RTK without a desktop app
I'm using a ZED-F9P.
Below is the Python script I've made for printing the Latitude and Longitude without correction data, but now I'd like to try and get more accurate with RTK.
I've got familiar with desktop applications for applying RTCM like…

UnsolicitedEmails
- 31
- 3
1
vote
1 answer
How to get mount points name list?
I have ip and port, but I don't know name of mount point. How I can get it?
Then I want to connect to server:
GET /mountpoint HTTP/1.1
Host: some.ntrip.caster
Ntrip-Version: Ntrip/2.0
User-Agent: NTRIP client X/1.0
Connection: close
So, I need to…

MaxAstin
- 463
- 5
- 14
0
votes
0 answers
"Ntrip-Version:" Header in HTTP GET request Prevents all Ntrip correction messages expect base station location
Building a program to read NTRIP from a server and pass it on via a serial port to a GPS
the GPS would sporadically recognize the RTCM data being given to it, but couldn't use it/lost the connection. I used the SNIP RTCM decoder to see what messages…

e steed
- 1
0
votes
1 answer
How to use RTCM data from NTRIP caster to correct my GPS position?
I have written a code which performs a connection to a NTRIP caster and receives data in RTCM3 format.
I have been able to decode these messages and I can distinguish them in base to their code such as (1006, 1008, 1013, etc..).
But I don't know…

aleio1
- 94
- 1
- 15
-1
votes
2 answers
Socket / Http is working in Java Android but not in Dart / Flutter
I am using a Ntrip client wrote in Java that is making requests using Socket.
This works fine with this code :
public void run() {
Log.d(TAG, "Run network client with server " + nServer + " and port " + nPort + " and mount point : " +…

Tom3652
- 2,540
- 3
- 19
- 45