Status Client
| Run on | nodes |
| Program type | client and listener |
| Communicates with | State Server, Jxe Loader Program |
| Description | Program for nodes to request to go online then listen for program updates. |
Flow description
Schema description
See the state server schema.
Decrypted request body
Length: 4+ bytes
Fields
| Bytes | Name | Description |
|---|---|---|
| [3:0] |
nodeStatus |
The number representing the new node state. 8: LOADING 64: REVOKED |
| […:4] | … | … |
Fields for LOADING request
| Bytes | Name | Description |
|---|---|---|
| [3:0] | nodeStatus | 8: LOADING |
| [7:4] | fileSize | The length of the file to be uploaded to the node. |
Fields for REVOKED request
| Bytes | Name | Description |
|---|---|---|
| [3:0] | nodeStatus | 64: REVOKED |