-
Notifications
You must be signed in to change notification settings - Fork 28
XIA CONFIG
Dan Barrett edited this page Nov 20, 2017
·
1 revision
xia-config - configure an XIA node
usage: xia-config [-h] [-v] [-q] {info,clean,host,router,controller} ...
configure an XIA node
{info,clean,host,router,controller}
add -h following arguments for additional options
- info
- display current configuration
- clean
- delete configuration and generated files
- host
- configure as an XIA host
- router
- configure as an XIA router
- controller
- configure as an XIA controller
- -h, --help
- show this help message and exit
- -v, --version
- show program's version number and exit
- -q, --quiet
- hide status messages
usage: xia-config info [-h]
optional arguments:
- -h, --help
- show this help message and exit
usage: xia-config clean [-h]
optional arguments:
- -h, --help
- show this help message and exit
usage: xia-config host [-h] [-i iface [iface ...]] [-p {4,8}] [-w MAC,IP:PORT]
optional arguments:
- -h, --help
- show this help message and exit
- -i iface [iface ...], --ignore iface [iface ...]
- ignore interface
- -p {4,8}, --ports {4,8}
- # of interfaces (default=4)
- -w MAC,IP:PORT, --waveserver MAC,IP:PORT
- connect via a waveserver
usage: xia-config router [-h] [-i iface [iface ...]] [-p {4,8}] [-w MAC,IP:PORT]
optional arguments:
- -h, --help
- show this help message and exit
- -i iface [iface ...], --ignore iface [iface ...]
- ignore interface
- -p {4,8}, --ports {4,8}
- # of interfaces (default=4)
- -w MAC,IP:PORT, --waveserver MAC,IP:PORT
- connect via a waveserver
usage: xia-config controller [-h] [-i iface [iface ...]] [-p {4,8}] [-w MAC,IP:PORT] [-n] [-r]
optional arguments:
- -h, --help
- show this help message and exit
- -i iface [iface ...], --ignore iface [iface ...]
- ignore interface
- -p {4,8}, --ports {4,8}
- # of interfaces (default=4)
- -w MAC,IP:PORT, --waveserver MAC,IP:PORT
- connect via a waveserver
- -n, --nameserver
- run the nameserver on this node
- -r, --rendezvous
- run a rendezvous server on this node