|
||||||
|
Q. What does the net_map CLI command do?A: The biggest example is the Data Viewer. While we don't distribute source, you can watch the CLI traffic coming in from the Data Viewer and see how it is using the net_map and net_read commands to using mapping. script /tmp/foo # record all stdout to a file
avs -cli # start AVS
avs> debug AVScommand_debug 1 # turn on verbose mode
# (see Dev Guide,CLI chapter)
will enable all module-originated CLI commands to be shown along with their results. Use the Data Viewer and then instance a single new component net (using the pull down options) to see how a network is grafted in, and then delete it to see how it is removed. The basic idea of maps is:
| |||||