ntrip client

Discussion to talk about software related topics only.
Post Reply
zealott
Posts: 40
Joined: Thu Oct 30, 2008 1:15 am

ntrip client

Post by zealott »

Hi,
anyone have a simple ntrip client example for netburner?

Thanks
User avatar
pbreed
Posts: 1080
Joined: Thu Apr 24, 2008 3:58 pm

Re: ntrip client

Post by pbreed »

What source and what receiver are you working with?

I don't formally have an Ntrip client, but I've done some work in this area.
zealott
Posts: 40
Joined: Thu Oct 30, 2008 1:15 am

Re: ntrip client

Post by zealott »

source and receiver can differ, but I guess a plain HTTP connection with basic Auth, and the a raw pipe would work perfect.
strsrv from RTKLib works good, but ideally one that is implemented would be best. Any examples or sources?
User avatar
pbreed
Posts: 1080
Joined: Thu Apr 24, 2008 3:58 pm

Re: ntrip client

Post by pbreed »

I think this is really simple...
Do you have an ntrip server you want to test against?

3.X or 2.9.X release?
If the 3.X release you could probably start with the webclient stuff and steal the TCP connection
instead of closing.

Take a look an nburn\nbrtos\source\http_funcs.cpp


You can probably modify one of the DoGet functions to just return the FD
by modifying DoHTTPResultParse to return the stream...
Post Reply