All,
Tried to port my earlier application code to NS-3.30
Attached is the updated script, where the no. of packets received in ZERO.
Command issued to simulate was ./waf --run scratch/abn_33_mesh --command-template="%s --x_size=3 --y_size=3 --packet_size=200 --interfaces=3 --step=170 --RngRun=11"
----------------------
Flow 5 (192.168.1.2 -> 192.168.1.1)
Tx Packets: 1576
Tx Bytes: 851040
TxOffered: 0.75648 Mbps
Rx Packets: 0
Rx Bytes: 0
Throughput: 0 Mbps
Flow 6 (192.168.1.2 -> 192.168.1.8)
Tx Packets: 737
Tx Bytes: 397980
TxOffered: 0.35376 Mbps
Rx Packets: 0
Rx Bytes: 0
Throughput: 0 Mbps
Flow 7 (192.168.1.1 -> 192.168.1.7)
Tx Packets: 1239
Tx Bytes: 669060
TxOffered: 0.59472 Mbps
Rx Packets: 0
Rx Bytes: 0
Throughput: 0 Mbps
No. of Flows : 9
----------------------------------
Can someone point out the mistake in the attached file?.