Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 572 Bytes

README.md

File metadata and controls

38 lines (33 loc) · 572 Bytes

nanosdk-cpp

This project is a cpp wrapper for NanoSDK.

DEPENDENCIES

  • install depencies
apt update
apt install cmake g++
apt install libssl-dev
  • build && install msquic
git clone https://github.com/nanomq/nanosdk-cpp.git
cd nanosdk-cpp
git submodule update --init --recursive
cd NanoSDK/extern/msquic/
mkdir build
cd build
cmake ..
make -j8
make install

BUILD NANOSDK-CPP

cd nanosdk-cpp
mkdir build
cd build
cmake -DNNG_ENABLE_QUIC=ON ..
make -j8

RUN

./sync_client