Jin-Whu / gstream

An open-source GNSS-oriented data stream client library.

Repository from Github https://github.comJin-Whu/gstreamRepository from Github https://github.comJin-Whu/gstream

gstream

gstream is GNSS-oriented data stream client library based on multithread and multiplexing, which can connect thounds of rover stream meantime. User can set event to stream, once GNSS data (include observation, ephemeris etc) is decoded, callback function is called.

feature

  • communication protocol: NTRIP, TCP, UDP.
  • decoding: RTCM2, RTCM3.

structure

  • Stream: the class which manager the streams.
  • DataEvent: the abstract class which is the data driven class.

using

  • rover is one rover stream.
  • manager is a manager of many rovers.
  • service is a service of many managers.
  • system is a system of many servers.

About

An open-source GNSS-oriented data stream client library.

License:MIT License


Languages

Language:C++ 83.8%Language:CMake 16.2%