Skip to content

KavataK/qlogging

 
 

Repository files navigation

BUILD

On Linux, make sure cmake and make commands are installed and then run:

mkdir build;
cd build;
cmake ../;
make;

On Windows, use the CMake GUI to create a Visual Studio project and then build the executable in Visual Studio.

USAGE

./qlogging <NODE_IP> <NODE_PORT> [PASSCODES] [START_TICK]

About

A demo code to interact with core node logging system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • Other 0.7%