Files
oopt-tai/NOTICE
Wataru Ishida ab15336db9 taish: support file based configuration
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>
2019-06-04 21:07:53 -07:00

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