tree: 923214197963713aefaa42f67acd519b54ad6fdd [path history] [tgz]
  1. src/
  2. build.gradle
  3. README.md
ethstats/README.md

EthStats server

Status
Stabilityalpha
Component Typelibrary

This library defines EthStatsServer, a server implementing the EthStats protocol. Over a websocket connection, Ethereum clients can connect and send information to this server.

The server accepts a EthStatsServerController which will receive all the information from clients.

You will need to implement your own controller. There is a controller for OpenTelemetry provided as example in this library, OpenTelemetryServerController.