This is the multi-page printable view of this section. Click here to print.
Kore Clients
Types of clients.
- 1: Kore HTTP
- 2: Kore Modbus
1 - Kore HTTP
Kore Base HTTP Client.
It is a kore base client that uses the HTTP protocol, it allows to interact through an api with the Kore Ledger nodes. If you want to access information about the Api.
It has a single configuration variable that is only obtained by environment variable.
Environment variable | Description | What you receive | Default values |
KORE_HTTP_ADDRESS |
Address where we can access the api | IP address and port | 0.0.0.0:3000 |
To access more information about how Kore HTTP works, access the INFO repositoryfurthermore, once the node is deployed in the
/doc
path, it can be interacted with through the rapidoc interface.
2 - Kore Modbus
Kore Base Modbus Client.
Coming soon