Skip to content

Commit 4961f6e

Browse files
authored
Start on parameter documentation
1 parent aa8a4e6 commit 4961f6e

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,20 @@ In collaboration with the Amsterdam University of Applied sciences and CERN a lo
55
## Operation
66
The balancer is build out of three parts each with its own purposes and characteristics.
77

8-
* InformationNode
9-
* FLP
10-
* EPN
8+
| Node | Purpose | Status |
9+
|----------------------|---------------------|--------------|
10+
| InformationNode | C&C + Orchestration | Broken AF |
11+
| FirstLineProccessing | Push data | Mostly works |
12+
| EventProcessingNode | Pull data | Working |
13+
14+
### Configuration
15+
All binaries share some configuration parameters but have specific one's as well. Some of these parameters need to be supplied as commandline arguments and others are read from a yaml configuration file. Some of the arguments can be specified both as an argument and in the configuration file, it is unclear which value will be applied at that point.
16+
17+
| Argument | Purpose | ICN | FLP | EPN |
18+
|----------|----------------------------------|-----|-----|-----|
19+
| --ip | Likely the ip address to bind to | X | X | X |
20+
| | | | | |
21+
| | | | | |
1122

1223
## Installation
1324

0 commit comments

Comments
 (0)