saskaale / quix-streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quix streaming SDK module

Overview

This module is the c++ implementation of the next gen Quix SDK library for Quix.ai.

Linux development

How to build?

    mkdir build && cd build && cmake .. && make -j4

How to test?

     ./build/test/QuixStreaming_tst  

Windows development

TODO: to be specified

About


Languages

Language:C++ 81.0%Language:Shell 13.9%Language:CMake 5.2%