mirror of
https://github.com/Telecominfraproject/oopt-tai.git
synced 2025-12-31 02:20:44 +00:00
You can pass a configuration file to configure TAI objects
$ cat config.json
{
"2": {
"attrs": {
"admin-status": "down"
},
"netif": {
"0": {
"attrs": {
"modulation-format": "dp-qpsk"
}
}
},
"hostif": {
"0": {
"attrs": {
"loopback-type": "shallow"
}
}
}
}
}
$ taish_server -f ./config.json
Signed-off-by: Wataru Ishida <ishida@nel-america.com>
6 lines
257 B
Plaintext
6 lines
257 B
Plaintext
This source code includes following software
|
|
|
|
- SAI : licensed by Microsoft under the Apache License, Version 2.0
|
|
- cJSON : licensed by Dave Gamble and cJSON contributors under MIT License
|
|
- JSON for Modern C++ : licensed by Niels Lohmann under MIT License
|