Skip to content

nanomq/nanosdk-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published