Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/stenseng/ntripstreams

NtripStreams provide communication methods for the NTRIP protocol.
https://github.com/stenseng/ntripstreams

python

Last synced: about 2 months ago
JSON representation

NtripStreams provide communication methods for the NTRIP protocol.

Lists

README

        

# NtripStreams

Python interface to transfer GNSS and related data between GNSS instruments, Ntrip caster and users.

[![linting](https://github.com/stenseng/ntripstreams/actions/workflows/linter.yml/badge.svg)](https://github.com/stenseng/ntripstreams/actions/workflows/linter.yml)
[![python unittest](https://github.com/stenseng/ntripstreams/actions/workflows/unittest.yml/badge.svg)](https://github.com/stenseng/ntripstreams/actions/workflows/unittest.yml)
[![pypi package](https://badge.fury.io/py/ntripstreams.svg)](https://pypi.org/project/ntripstreams)
[![code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)

NtripStreams provide methods for communicating using the Ntrip protocol.

The intent is rather to provide simple and logical methods to communicate with GNSS receivers and GNSS casters than provide high performance efficient methods.