ykasidit / libbluetooth_gnss

This android-studio project repo contains a few main android library 'modules' which allows Android phones to connect and read/parse GNSS (GPS/GLONASS/Galileo/BeiDou) position data from existing Bluetooth GNSS Receivers like the EcoDroidGPS Bluetooth GPS Receiver (https://www.clearevo.com/ecodroidgps) - which is the main target device and developed by the same author of this project and also others similar 'nmea-like-messages over RFCOMM' devices like the HOLUX Bluetooth GPS devices, the Garmin GLO, etc.
https://www.clearevo.com
13 stars 8 forks source link

Please add https support for NTRIP #4

Closed jensMF closed 3 years ago

jensMF commented 3 years ago

Hi,

the NTRIP provider I use (https://euref-ip.net/home) states that port 2101 and 80 are deprecated (see here: https://register.rtcm-ntrip.org/cgi-bin/registration.cgi citation: " ... All our Broadcasters are accessible through ports 2101 and 80 (deprecated) as well as port 443 (TLS). ...") So it would be nice to have TLS support.

Just if you have time. Thank you :-)

ykasidit commented 3 years ago

Hello, This feature is now implemented. Tested with "ntrip.data.gnss.ga.gov.au" port 443. Please kindly try and share your results with the new release apk: https://github.com/ykasidit/bluetooth_gnss/releases/tag/v1.0.26

jensMF commented 3 years ago

Thank you, it works for me.