You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to build -- and run -- the example client.
Is there a description of the required build environment -- a CMakeLists.txt file, or a plain old fashioned Makefile ?
What are the dependencies I need to have in place? Libraries. Headers.
Very unlikely I can just gcc source_file.c and have a program that can be executed.
One of my issues with the examples I have seen ( of MQTT over QUIC ) is that they are just code snips.
And one can not run a code snip of anything non-trivial.
Examples of how to use a product should not be some kind of test of coding forensics.
The text was updated successfully, but these errors were encountered:
The link above is a Python binding of this sdk. For original C, Please check the root CMake file and run it with followingbcommand:
cmake -DNNG_ENABLE_QUIC=ON ..
make install
Then
run quic demo https://github.com/emqx/NanoSDK/tree/main/demo/quic
I would like to build -- and run -- the example client.
Is there a description of the required build environment -- a CMakeLists.txt file, or a plain old fashioned Makefile ?
What are the dependencies I need to have in place? Libraries. Headers.
Very unlikely I can just gcc source_file.c and have a program that can be executed.
One of my issues with the examples I have seen ( of MQTT over QUIC ) is that they are just code snips.
And one can not run a code snip of anything non-trivial.
Examples of how to use a product should not be some kind of test of coding forensics.
The text was updated successfully, but these errors were encountered: