Skip to content
/ qlogging Public

A demo code to interact with core node logging system

Notifications You must be signed in to change notification settings

qubic/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