Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Odd Caster connection attempts seen #32

Open
DavidKelleySCSC opened this issue Dec 7, 2020 · 1 comment
Open

Odd Caster connection attempts seen #32

DavidKelleySCSC opened this issue Dec 7, 2020 · 1 comment

Comments

@DavidKelleySCSC
Copy link

I was looking at our public caster at RTK2go.com this morning and noticed the following (getting rejected)

SOURCE 8XXXto#SWAFTi   /LippenHoweHuizen
Source-Agent: NTRIP ESP32_XBee_Ntrip_Server/1.0

This uses three spaces between the un-encoded password and the mountPt. [I have damaged both strings to protect the innocence). Bottom line is that HTTP (and hence NTRIP) want to see one a single space as the delimiter here. Anything else is invalid, although many devices try to make allowances.

It is not clear to me how esp32-xbee allowed this to be created as an input, but the white space should be trimmed down to make it a valid request. Ideally it should be impossible for the end user to create this.

@DavidKelleySCSC
Copy link
Author

Want to bump this and ask nebkat to please contact me. When I take a look at the logs for RTK2go.com:2101 an open NTRIP Caster my employer runs, I am seeing a growing number of connections from NTRIP ESP32_XBee_Ntrip_Server/1.0 with minor problems (bad data, mixed data content, connecting without data to send, connection drop off with large buffer retries, etc.). The growing number of connections (many originating from Poland) is a tribute to the sucess of this software. But would be a bit better if some of the more common problems found in NTRIP connection logic could be fixed. And I would like to help with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant