echo199184 / ntripcaster-1

Ntrip broadcaster written in c and libev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ntripcaster

Ntrip broadcaster written in c and libev.

For now, it can now transmit data between ntrip servers and ntrip clients, with source table and authorization support.

Build

Need cmake and git and libev.

git clone https://github.com/lazytinker/ntripcaster.git
cd ntripcaster
git submodule update --init

mkdir build
cd build
cmake ..
make

Usage

Run it, it will listen on port 2101.

About

Ntrip broadcaster written in c and libev

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 37.7%Language:C 27.3%Language:Roff 26.4%Language:C++ 5.3%Language:Makefile 3.1%Language:M4 0.2%Language:CMake 0.0%