Skip to content

XIA CONFIG

Dan Barrett edited this page Nov 20, 2017 · 1 revision

NAME

xia-config - configure an XIA node

DESCRIPTION

usage: xia-config [-h] [-v] [-q] {info,clean,host,router,controller} ...

configure an XIA node

positional arguments:

{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

optional arguments:

-h, --help
show this help message and exit
-v, --version
show program's version number and exit
-q, --quiet
hide status messages

COMMANDS

INFO

usage: xia-config info [-h]

optional arguments:

-h, --help
show this help message and exit

CLEAN

usage: xia-config clean [-h]

optional arguments:

-h, --help
show this help message and exit

HOST

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

ROUTER

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

CONTROLLER

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