Giter Club home page Giter Club logo

Comments (7)

nebkat avatar nebkat commented on June 15, 2024

What is the caster you are using? The HTTP/1.1 is a standard part of the HTTP request, and a mountpoint can only contain A-Za-z0-9_-. so the portion after the space should be ignored by the caster.

I'm not sure what is in the NTRIP v1 standard document, but in v2 it mentions that the v1 request looks like:

SOURCE secret /ExampleMountpoint HTTP/1.1<CR><LF>
Source-Agent: NTRIP ExampleServer/2.0<CR><LF>
<CR><LF>

That said if this is a common caster I could add an option to exclude the HTTP/1.1 from the request.

from esp32-xbee.

aortner avatar aortner commented on June 15, 2024

i am using this: (and i think its the standart caster :-)

https://igs.bkg.bund.de/ntrip/bkgcaster

from esp32-xbee.

nebkat avatar nebkat commented on June 15, 2024

Hmm, if its the professional version they should probably correct the bug, but if its the free version I'll have to add the option to exclude HTTP/1.1.

from esp32-xbee.

aortner avatar aortner commented on June 15, 2024

i think the bug is on your side... :-)

from esp32-xbee.

nebkat avatar nebkat commented on June 15, 2024

7568ae6 I've removed it for the sake of the old casters but if that is the professional product it should definitely be corrected on their side as its included as an option in the NTRIP v2 specification (for v1 connections).

image

from esp32-xbee.

aortner avatar aortner commented on June 15, 2024

ok - if i unterstand it there are 2 different logins:

ntrip 1 - it uses only password (not encrypted)

and ntrip 2 that uses username and password (encrypeted)

so what do you use or do you use both versions?

i have setup that caster and i like to have ntrip2 login...

from esp32-xbee.

nebkat avatar nebkat commented on June 15, 2024

Currently only NTRIP v1 is supported. There was hope that v2 would be possible using the ESP-IDF HTTP client but that seems unlikely, so I will probably soon implement v2 manually using sockets.

from esp32-xbee.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.