| 6 | 1. Q:'''The packet server will never send any packets during the entire 180 second experiment.''' [[BR]] |
| 7 | A: In case of the packet server failure the error will be immediately shown in the output |
| 8 | {{{ |
| 9 | INFO Experiment: load system:exp:eventlib |
| 10 | INFO Experiment: load system:exp:winlib |
| 11 | INFO Experiment: load system:exp:dsc-test |
| 12 | INFO property.freq: freq = 650000000 (Fixnum) |
| 13 | INFO property.server: server = "10.17.0.10" (String) |
| 14 | INFO property.port: port = 5123 (Fixnum) |
| 15 | INFO property.runtime: runtime = 20 (Fixnum) |
| 16 | INFO property.mode: mode = "COMP" (String) |
| 17 | INFO exp: Connecting to packet server |
| 18 | ERROR exp: pkt_server not available |
| 19 | Exception exit INFO NodeHandler: |
| 20 | INFO NodeHandler: Shutting down experiment, please wait... |
| 21 | INFO NodeHandler: |
| 22 | }}} |
| 23 | Lack of such error message suggests that the problem is with the tx/rx code execution on one of the nodes (or a problem in communicaiton between USRP and the node). |