Export the network
To export the XBee network to a file use xbee network export command. Use xbee network export ? to display its help and syntax:
> xbee network export ? Syntax: export EXPORTDIR [description STRING] [name STRING] Parameters ------------------------------------------------------------------------------- EXPORTDIR Export directory path. (Required) description Network description. name Network name.
- EXPORTDIR—required—Absolute path of the directory inside the IX15 file system to leave the export file.
- description—optional: Brief description of the network.
- name—optional: Name for the network.
For example, to export the network to /etc/config/ with the name "My IX15 network" and description "My IX15 Gateway XBee network", enter the following command:
> xbee network export /etc/config name "My IX15 network" description "My IX15 Gateway XBee network" Network exported to '/etc/config/My_IX15_network_021521_130707.xnet' >
Download the *.xnet file following the instructions at Upload and download files.
The exported file can be imported into the XBee Network Assistant to work offline. See Import an XBee network.