An agent that aggregates usage metrics, specs and logs on a Cyborg Miner and streams them to requesting Cyborg Connect clients.
- Metric Streaming - Streams usage metrics of a Cyborg Miners.
- Spec Detection - Detects the specs of a Cyborg Miners.
- Log Streaming - Streams log messages from a Cyborg Miners.
- Health Checking - Checks the health of a Cyborg Miner.
To build and run this application you will need to have the rust toolchain installed:
# Clone this repository
$ git clone https://github.com/Cyborg-Network/Cyborg-smart-client
# Cd into the repository
$ cd Cyborg-smart-client
# Build the project
$ cargo build --release
# Run the app
$ ./target/release/Cyborg-smart-client