Changes between Version 10 and Version 11 of ROME


Ignore:
Timestamp:
Nov 9, 2010, 12:33:49 PM (14 years ago)
Author:
Sensei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ROME

    v10 v11  
    107107where as two nodes (11, 26) will be sending data packets towards the sink (6), two nodes will simply act as relay agent (2,28).
    108108
    109 [[Image(fig1.jpg, center)]]
     109[[Image(fig1.JPG, center)]]
    110110
    111111
     
    114114The demo shows some aspects of the ROME capability of preserving connectivy. In the demo the node 28 changes its color from green to red when it figures out it has no positive route towards the sink. As conseguences of this change also the node 26 will have to change its color from green to red for the very same reason.
    115115
    116 * Operation\\
     116=== Operation ===
    117117  * First, turn on all normal nodes, except the sink. Please note that after a node is powered on, its green led will be turned on indicating it has a possible data route towards the sink node\\
    118118  * Turn on the Sink node.\\
    119119  * The blue LED off the sink node is turned on \\
    120120
    121     * Monitor the debug messages
     121The next shows the testbed at startup where all nodes, but the sink, have greeen led turned on. The sink node has the blue led on.
     122[[Image(2-start.jpg, center)]]
     123
     124
     125Let's now see how the ROME protocol react to connectivity isseues. The node 28 has not positive route toward the sink because topology is built up so to create this contraint. In the left picture it is possible to see that the node 28 has turned its state from green to red as displaied by the new led state. As a consequences of this the node 26 needs also to update its state to red because it has now no more relay agent towards the sink. The network is now in its final state
     126
     127[[Image(3-colorChanged-node28.jpg, 50%)]][[Image(4-colorChanged-node28+26.jpg, 50%)]]
     128
     129=== Monitor the debug messages ===
    122130
    123131    A user is able to use the serial output to watch the debug messages:
     
    132140The debug messages should start to be shown in the terminal as following, where on the left you can see the source node sendeing data and at the right window the sink receiving the data packet.
    133141
    134 [[Image(cookbook1.png, 100%, center)]]
     142Output from sink
     143{{{
     144#!html
     145<textarea id="node6" class="text trac-resizable" name="text" cols="80" rows="8">
     146Thread[Thread-1,5,main]
     14731917 -- RTS received from node: [2], destination node: [65535]
     148
     149131078 -- CTS sent from node: [14871], destination node: [1]
     150
     15132043 -- DATA received from node: [2], destination node: [6]
     152
     15332078 -- ACK sent from node: [6], destination node: [2]
     154
     15532083 -- seq_no: 1, hops: 2, source: 11, timestamp: 32043, latency: 1891
     156
     157** 32091 -- Receive data from[11] seq[1] RELAYED by[2] path:  [11] ->  [2] ->  [6]
     158
     15963726 -- RTS received from node: [2], destination node: [65535]
     160
     161131078 -- CTS sent from node: [14871], destination node: [1]
     162
     16363852 -- DATA received from node: [2], destination node: [6]
     164
     16563886 -- ACK sent from node: [6], destination node: [2]
     166
     16763890 -- seq_no: 2, hops: 2, source: 11, timestamp: 63852, latency: 2973
     168
     169** 63898 -- Receive data from[11] seq[2] RELAYED by[2] path:  [11] ->  [2] ->  [6]
     170
     17192525 -- RTS received from node: [2], destination node: [65535]
     172
     173131078 -- CTS sent from node: [14871], destination node: [1]
     174
     17592652 -- DATA received from node: [2], destination node: [6]
     176
     17792688 -- ACK sent from node: [6], destination node: [2]
     178
     17992693 -- seq_no: 3, hops: 2, source: 11, timestamp: 92652, latency: 1048
     180
     181** 92701 -- Receive data from[11] seq[3] RELAYED by[2] path:  [11] ->  [2] ->  [6]
     182
     183132571 -- DATA received from node: [2], destination node: [6]
     184
     185133803 -- RTS received from node: [2], destination node: [65535]
     186
     187131078 -- CTS sent from node: [14871], destination node: [1]
     188
     189133929 -- DATA received from node: [2], destination node: [6]
     190
     191133959 -- ACK sent from node: [6], destination node: [2]
     192
     193133963 -- seq_no: 4, hops: 2, source: 11, timestamp: 133929, latency: 11598
     194
     195** 133975 -- Receive data from[11] seq[4] RELAYED by[2] path:  [11] ->  [2] ->  [6]
     196
     197134521 -- DATA received from node: [2], destination node: [6]
     198
     199134995 -- RTS received from node: [2], destination node: [65535]
     200
     201131078 -- CTS sent from node: [14871], destination node: [1]
     202
     203135122 -- DATA received from node: [2], destination node: [6]
     204
     205135151 -- ACK sent from node: [6], destination node: [2]
     206
     207135156 -- seq_no: 2, hops: 3, source: 26, timestamp: 135122, latency: 53684
     208
     209** 135165 -- Receive data from[26] seq[2] RELAYED by[2] path:  [26] ->  [11] ->  [2] ->  [6]
     210
     211138704 -- DATA received from node: [2], destination node: [6]
     212
     213139117 -- RTS received from node: [2], destination node: [65535]
     214
     215131078 -- CTS sent from node: [14871], destination node: [1]
     216
     217139243 -- DATA received from node: [2], destination node: [6]
     218
     219139278 -- ACK sent from node: [6], destination node: [2]
     220
     221139283 -- seq_no: 1, hops: 5, source: 26, timestamp: 139243, latency: 88508
     222
     223** 139292 -- Receive data from[26] seq[1] RELAYED by[2] path:  [26] ->  [28] ->  [26] ->  [11] ->  [2] ->  [6]
     224
     225152092 -- DATA received from node: [2], destination node: [6]
     226
     227152511 -- RTS received from node: [2], destination node: [65535]
     228
     229131078 -- CTS sent from node: [14871], destination node: [1]
     230
     231152638 -- DATA received from node: [2], destination node: [6]
     232
     233152673 -- ACK sent from node: [6], destination node: [2]
     234
     235152678 -- seq_no: 3, hops: 3, source: 26, timestamp: 152637, latency: 40470
     236
     237** 152687 -- Receive data from[26] seq[3] RELAYED by[2] path:  [26] ->  [11] ->  [2] ->  [6]
     238
     239154005 -- RTS received from node: [2], destination node: [65535]
     240
     241131078 -- CTS sent from node: [14871], destination node: [1]
     242
     243154132 -- DATA received from node: [2], destination node: [6]
     244
     245154161 -- ACK sent from node: [6], destination node: [2]
     246
     247154166 -- seq_no: 4, hops: 3, source: 26, timestamp: 154131, latency: 11242
     248
     249** 154175 -- Receive data from[26] seq[4] RELAYED by[2] path:  [26] ->  [11] ->  [2] ->  [6]
     250
     251156058 -- RTS received from node: [2], destination node: [65535]
     252
     253131078 -- CTS sent from node: [14871], destination node: [1]
     254
     255156185 -- DATA received from node: [2], destination node: [6]
     256
     257156214 -- ACK sent from node: [6], destination node: [2]
     258
     259156219 -- seq_no: 5, hops: 2, source: 11, timestamp: 156185, latency: 3129
     260
     261** 156228 -- Receive data from[11] seq[5] RELAYED by[2] path:  [11] ->  [2] ->  [6]
     262
     263178093 -- RTS received from node: [2], destination node: [65535]
     264
     265131078 -- CTS sent from node: [14871], destination node: [1]
     266
     267178219 -- DATA received from node: [2], destination node: [6]
     268
     269178249 -- ACK sent from node: [6], destination node: [2]
     270
     271178259 -- seq_no: 5, hops: 3, source: 26, timestamp: 178219, latency: 4605
     272
     273** 178268 -- Receive data from[26] seq[5] RELAYED by[2] path:  [26] ->  [11] ->  [2] ->  [6]
     274
     275</textarea>
     276}}}
     277
     278Output from node 26
     279{{{
     280#!html
     281<textarea id="node26" class="text trac-resizable" name="text" cols="80" rows="8">
     282Thread[Thread-1,5,main]2
     283
     2843670042 -- Node: [12288], sink distance: -30408
     285
     2865177, node [26] - Sending ConvergeCasting 1
     287
     2885189 -- RTS sent from node: [26], destination node: [65535]
     289
     2905310 -- RTS sent from node: [26], destination node: [65535]
     291
     2925431 -- RTS sent from node: [26], destination node: [65535]
     293
     2945533 -- CTS received from node: [28], destination node: [26]
     295
     2965555 -- DATA sent from node: [26], destination node: [28]
     297
     2985593 -- ACK received from node: [28], destination node: [26]
     299
     3006387 -- RTS received from node: [28], destination node: [65535]
     301
     3027677 -- RTS received from node: [28], destination node: [65535]
     303
     30410824 -- RTS received from node: [28], destination node: [65535]
     305
     30612009 -- RTS received from node: [28], destination node: [65535]
     307
     30812252 -- RTS received from node: [28], destination node: [65535]
     309
     31013123 -- RTS received from node: [28], destination node: [65535]
     311
     31214176 -- RTS received from node: [28], destination node: [65535]
     313
     31415761 -- RTS received from node: [11], destination node: [65535]
     315
     31616379 -- RTS received from node: [28], destination node: [65535]
     317
     31817807 -- RTS received from node: [28], destination node: [65535]
     319
     32018977 -- RTS received from node: [28], destination node: [65535]
     321
     32220481 -- RTS received from node: [28], destination node: [65535]
     323
     32421052 -- RTS received from node: [28], destination node: [65535]
     325
     32621868 -- RTS received from node: [28], destination node: [65535]
     327
     32823080 -- RTS received from node: [28], destination node: [65535]
     329
     33024262 -- RTS received from node: [28], destination node: [65535]
     331
     33225770 -- RTS received from node: [28], destination node: [65535]
     333
     33426587 -- RTS received from node: [28], destination node: [65535]
     335
     33626830 -- RTS received from node: [28], destination node: [65535]
     337
     33827592 -- RTS received from node: [28], destination node: [65535]
     339
     34029659 -- RTS received from node: [28], destination node: [65535]
     341
     34230954 -- RTS received from node: [28], destination node: [65535]
     343
     34431751 -- RTS received from node: [28], destination node: [65535]
     345
     34633075 -- RTS received from node: [28], destination node: [65535]
     347
     34835125 -- RTS received from node: [28], destination node: [65535]
     349
     35035683 -- RTS received from node: [28], destination node: [65535]
     351
     35235903, node [26] - Sending ConvergeCasting 2
     353
     35436273 -- RTS sent from node: [26], destination node: [65535]
     355
     35636394 -- RTS sent from node: [26], destination node: [65535]
     357
     35836516 -- RTS sent from node: [26], destination node: [65535]
     359
     36036637 -- RTS sent from node: [26], destination node: [65535]
     361
     36237613 -- RTS sent from node: [26], destination node: [65535]
     363
     36437734 -- RTS sent from node: [26], destination node: [65535]
     365
     36637856 -- RTS sent from node: [26], destination node: [65535]
     367
     36837977 -- RTS sent from node: [26], destination node: [65535]
     369
     37038913 -- RTS received from node: [28], destination node: [65535]
     371
     37239828 -- RTS sent from node: [26], destination node: [65535]
     373
     37439925 -- RTS received from node: [28], destination node: [65535]
     375
     37639949 -- RTS sent from node: [26], destination node: [65535]
     377
     37840047 -- RTS received from node: [28], destination node: [65535]
     379
     38040071 -- RTS sent from node: [26], destination node: [65535]
     381
     38240169 -- RTS received from node: [28], destination node: [65535]
     383
     38440192 -- RTS sent from node: [26], destination node: [65535]
     385
     38641184 -- RTS sent from node: [26], destination node: [65535]
     387
     38841224 -- RTS received from node: [28], destination node: [65535]
     389
     39041305 -- RTS sent from node: [26], destination node: [65535]
     391
     39241346 -- RTS received from node: [28], destination node: [65535]
     393
     39441427 -- RTS sent from node: [26], destination node: [65535]
     395
     39641468 -- RTS received from node: [28], destination node: [65535]
     397
     39841548 -- RTS sent from node: [26], destination node: [65535]
     399
     40042243 -- RTS received from node: [28], destination node: [65535]
     401
     40242763 -- RTS sent from node: [26], destination node: [65535]
     403
     40442884 -- RTS sent from node: [26], destination node: [65535]
     405
     40643006 -- RTS sent from node: [26], destination node: [65535]
     407
     40843127 -- RTS sent from node: [26], destination node: [65535]
     409
     41043155 -- RTS received from node: [28], destination node: [65535]
     411
     41243555 -- RTS sent from node: [26], destination node: [65535]
     413
     41443676 -- RTS sent from node: [26], destination node: [65535]
     415
     41643798 -- RTS sent from node: [26], destination node: [65535]
     417
     41843919 -- RTS sent from node: [26], destination node: [65535]
     419
     42044551 -- RTS sent from node: [26], destination node: [65535]
     421
     42244666 -- RTS received from node: [28], destination node: [65535]
     423
     42444676 -- RTS sent from node: [26], destination node: [65535]
     425
     42644788 -- RTS received from node: [28], destination node: [65535]
     427
     42844798 -- RTS sent from node: [26], destination node: [65535]
     429
     43044920 -- RTS sent from node: [26], destination node: [65535]
     431
     43245311 -- RTS received from node: [28], destination node: [65535]
     433
     4341835034 -- CTS sent from node: [14871], destination node: [1]
     435
     43645438 -- DATA received from node: [28], destination node: [26]
     437
     43845468 -- ACK sent from node: [26], destination node: [28]
     439
     44045473 -- seq_no: 1, hops: 2, source: 26, timestamp: 45437, latency: 40232
     441
     44245692 -- RTS sent from node: [26], destination node: [65535]
     443
     44445813 -- RTS sent from node: [26], destination node: [65535]
     445
     44645935 -- RTS sent from node: [26], destination node: [65535]
     447
     44846056 -- RTS sent from node: [26], destination node: [65535]
     449
     45046575 -- RTS received from node: [11], destination node: [65535]
     451
     452720922 -- CTS sent from node: [14871], destination node: [1]
     453
     45446812 -- RTS sent from node: [26], destination node: [65535]
     455
     45646933 -- RTS sent from node: [26], destination node: [65535]
     457
     45847055 -- RTS sent from node: [26], destination node: [65535]
     459
     46047176 -- RTS sent from node: [26], destination node: [65535]
     461
     46248091 -- RTS sent from node: [26], destination node: [65535]
     463
     46448212 -- RTS sent from node: [26], destination node: [65535]
     465
     46648334 -- RTS sent from node: [26], destination node: [65535]
     467
     46848455 -- RTS sent from node: [26], destination node: [65535]
     469
     47049876 -- RTS sent from node: [26], destination node: [65535]
     471
     47249997 -- RTS sent from node: [26], destination node: [65535]
     473
     47450119 -- RTS sent from node: [26], destination node: [65535]
     475
     47650240 -- RTS sent from node: [26], destination node: [65535]
     477
     47851205 -- RTS sent from node: [26], destination node: [65535]
     479
     48051326 -- RTS sent from node: [26], destination node: [65535]
     481
     48251448 -- RTS sent from node: [26], destination node: [65535]
     483
     48451569 -- RTS sent from node: [26], destination node: [65535]
     485
     48652398 -- RTS sent from node: [26], destination node: [65535]
     487
     48852519 -- RTS sent from node: [26], destination node: [65535]
     489
     49052641 -- RTS sent from node: [26], destination node: [65535]
     491
     49252762 -- RTS sent from node: [26], destination node: [65535]
     493
     49453763 -- RTS sent from node: [26], destination node: [65535]
     495
     49653885 -- RTS sent from node: [26], destination node: [65535]
     497
     49854006 -- RTS sent from node: [26], destination node: [65535]
     499
     50054128 -- RTS sent from node: [26], destination node: [65535]
     501
     50255823 -- RTS sent from node: [26], destination node: [65535]
     503
     50455944 -- RTS sent from node: [26], destination node: [65535]
     505
     50656066 -- RTS sent from node: [26], destination node: [65535]
     507
     50856187 -- RTS sent from node: [26], destination node: [65535]
     509
     51057000 -- RTS sent from node: [26], destination node: [65535]
     511
     51257121 -- RTS sent from node: [26], destination node: [65535]
     513
     51457243 -- RTS sent from node: [26], destination node: [65535]
     515
     51657364 -- RTS sent from node: [26], destination node: [65535]
     517
     51859230 -- RTS sent from node: [26], destination node: [65535]
     519
     52059351 -- RTS sent from node: [26], destination node: [65535]
     521
     52259473 -- RTS sent from node: [26], destination node: [65535]
     523
     52459594 -- RTS sent from node: [26], destination node: [65535]
     525
     52660471 -- RTS sent from node: [26], destination node: [65535]
     527
     52860592 -- RTS sent from node: [26], destination node: [65535]
     529
     53060714 -- RTS sent from node: [26], destination node: [65535]
     531
     53260835 -- RTS sent from node: [26], destination node: [65535]
     533
     53461509 -- RTS sent from node: [26], destination node: [65535]
     535
     53661630 -- RTS sent from node: [26], destination node: [65535]
     537
     53861752 -- RTS sent from node: [26], destination node: [65535]
     539
     54061873 -- RTS sent from node: [26], destination node: [65535]
     541
     54262258 -- RTS sent from node: [26], destination node: [65535]
     543
     54462379 -- RTS sent from node: [26], destination node: [65535]
     545
     54662501 -- RTS sent from node: [26], destination node: [65535]
     547
     54862622 -- RTS sent from node: [26], destination node: [65535]
     549
     55063312 -- RTS sent from node: [26], destination node: [65535]
     551
     55263434 -- RTS sent from node: [26], destination node: [65535]
     553
     55463555 -- RTS sent from node: [26], destination node: [65535]
     555
     55663677 -- RTS sent from node: [26], destination node: [65535]
     557
     55864236 -- RTS sent from node: [26], destination node: [65535]
     559
     56064357 -- RTS sent from node: [26], destination node: [65535]
     561
     56264479 -- RTS sent from node: [26], destination node: [65535]
     563
     56464600 -- RTS sent from node: [26], destination node: [65535]
     565
     56665790 -- RTS sent from node: [26], destination node: [65535]
     567
     56865912 -- RTS sent from node: [26], destination node: [65535]
     569
     57066033 -- RTS sent from node: [26], destination node: [65535]
     571
     57266155 -- RTS sent from node: [26], destination node: [65535]
     573
     57466629, node [26] - Sending ConvergeCasting 3
     575
     57667537 -- RTS sent from node: [26], destination node: [65535]
     577
     57867658 -- RTS sent from node: [26], destination node: [65535]
     579
     58067780 -- RTS sent from node: [26], destination node: [65535]
     581
     58267901 -- RTS sent from node: [26], destination node: [65535]
     583
     58469788 -- RTS sent from node: [26], destination node: [65535]
     585
     58669909 -- RTS sent from node: [26], destination node: [65535]
     587
     58870031 -- RTS sent from node: [26], destination node: [65535]
     589
     59070152 -- RTS sent from node: [26], destination node: [65535]
     591
     59271468 -- RTS sent from node: [26], destination node: [65535]
     593
     59471589 -- RTS sent from node: [26], destination node: [65535]
     595
     59671711 -- RTS sent from node: [26], destination node: [65535]
     597
     59871832 -- RTS sent from node: [26], destination node: [65535]
     599
     60073749 -- RTS sent from node: [26], destination node: [65535]
     601
     60273870 -- RTS sent from node: [26], destination node: [65535]
     603
     60473992 -- RTS sent from node: [26], destination node: [65535]
     605
     60674113 -- RTS sent from node: [26], destination node: [65535]
     607
     60874328 -- RTS sent from node: [26], destination node: [65535]
     609
     61074450 -- RTS sent from node: [26], destination node: [65535]
     611
     61274571 -- RTS sent from node: [26], destination node: [65535]
     613
     61474693 -- RTS sent from node: [26], destination node: [65535]
     615
     61676211 -- RTS sent from node: [26], destination node: [65535]
     617
     61876332 -- RTS sent from node: [26], destination node: [65535]
     619
     62076454 -- RTS sent from node: [26], destination node: [65535]
     621
     62276575 -- RTS sent from node: [26], destination node: [65535]
     623
     62476692 -- COLOR CHANGED node: [26], old color: [0], new color: [1]
     625
     62677173 -- RTS received from node: [11], destination node: [65535]
     627
     62877761 -- RTS sent from node: [26], destination node: [65535]
     629
     63077833 -- CTS received from node: [11], destination node: [26]
     631
     63277885 -- DATA sent from node: [26], destination node: [11]
     633
     63477923 -- ACK received from node: [11], destination node: [26]
     635
     63677937 -- DATA sent from node: [26], destination node: [11]
     637
     63877974 -- ACK received from node: [11], destination node: [26]
     639
     64077988 -- DATA sent from node: [26], destination node: [11]
     641
     64278029 -- ACK received from node: [11], destination node: [26]
     643
     64480427 -- RTS received from node: [11], destination node: [65535]
     645
     64682229 -- RTS received from node: [11], destination node: [65535]
     647
     64885247 -- RTS received from node: [11], destination node: [65535]
     649
     65085613 -- RTS received from node: [11], destination node: [65535]
     651
     65288475 -- RTS received from node: [11], destination node: [65535]
     653
     65489691 -- RTS received from node: [11], destination node: [65535]
     655
     65691271 -- RTS received from node: [11], destination node: [65535]
     657
     65891942 -- RTS received from node: [11], destination node: [65535]
     659
     66096224 -- RTS received from node: [11], destination node: [65535]
     661
     66297185 -- RTS received from node: [11], destination node: [65535]
     663
     66497355, node [26] - Sending ConvergeCasting 4
     665
     66697514 -- RTS sent from node: [26], destination node: [65535]
     667
     66897550 -- RTS received from node: [11], destination node: [65535]
     669
     67097635 -- RTS sent from node: [26], destination node: [65535]
     671
     67297757 -- RTS sent from node: [26], destination node: [65535]
     673
     67497878 -- RTS sent from node: [26], destination node: [65535]
     675
     67697951 -- CTS received from node: [11], destination node: [26]
     677
     67898003 -- DATA sent from node: [26], destination node: [11]
     679
     68098041 -- ACK received from node: [11], destination node: [26]
     681
     68299869 -- RTS received from node: [11], destination node: [65535]
     683
     684100969 -- RTS received from node: [11], destination node: [65535]
     685
     686107226 -- RTS received from node: [11], destination node: [65535]
     687
     688107592 -- RTS received from node: [11], destination node: [65535]
     689
     690108180 -- RTS received from node: [11], destination node: [65535]
     691
     692109373 -- RTS received from node: [11], destination node: [65535]
     693
     694109616 -- RTS received from node: [11], destination node: [65535]
     695
     696128081, node [26] - Sending ConvergeCasting 5
     697
     698128186 -- RTS sent from node: [26], destination node: [65535]
     699
     700128307 -- RTS sent from node: [26], destination node: [65535]
     701
     702128429 -- RTS sent from node: [26], destination node: [65535]
     703
     704128501 -- CTS received from node: [11], destination node: [26]
     705
     706128554 -- DATA sent from node: [26], destination node: [11]
     707
     708128592 -- ACK received from node: [11], destination node: [26]
     709
     710130637 -- RTS received from node: [11], destination node: [65535]
     711
     712131372 -- RTS received from node: [11], destination node: [65535]
     713
     714158808 -- node: [26] END OF SIMULATION
     715
     716</textarea>
     717}}}
     718
     719
     720Output from node 28
     721{{{
     722#!html
     723<textarea id="node28" class="text trac-resizable" name="text" cols="80" rows="8">
     724Thread[Thread-1,5,main]
     72569967 -- RTS received from node: [26], destination node: [65535]
     726
     72770209 -- RTS received from node: [26], destination node: [65535]
     728
     7291703964 -- CTS sent from node: [14871], destination node: [1]
     730
     73170335 -- DATA received from node: [26], destination node: [28]
     732
     73370366 -- ACK sent from node: [28], destination node: [26]
     734
     73570371 -- seq_no: 1, hops: 1, source: 26, timestamp: 70335, latency: 367
     736
     73771159 -- RTS sent from node: [28], destination node: [65535]
     738
     73971280 -- RTS sent from node: [28], destination node: [65535]
     740
     74171402 -- RTS sent from node: [28], destination node: [65535]
     742
     74371523 -- RTS sent from node: [28], destination node: [65535]
     744
     74572328 -- RTS sent from node: [28], destination node: [65535]
     746
     74772449 -- RTS sent from node: [28], destination node: [65535]
     748
     74972571 -- RTS sent from node: [28], destination node: [65535]
     750
     75172692 -- RTS sent from node: [28], destination node: [65535]
     752
     75373945 -- RTS sent from node: [28], destination node: [65535]
     754
     75574067 -- RTS sent from node: [28], destination node: [65535]
     756
     75774188 -- RTS sent from node: [28], destination node: [65535]
     758
     75974310 -- RTS sent from node: [28], destination node: [65535]
     760
     76175475 -- RTS sent from node: [28], destination node: [65535]
     762
     76375596 -- RTS sent from node: [28], destination node: [65535]
     764
     76575718 -- RTS sent from node: [28], destination node: [65535]
     766
     76775839 -- RTS sent from node: [28], destination node: [65535]
     768
     76976781 -- RTS sent from node: [28], destination node: [65535]
     770
     77176902 -- RTS sent from node: [28], destination node: [65535]
     772
     77377024 -- RTS sent from node: [28], destination node: [65535]
     774
     77577145 -- RTS sent from node: [28], destination node: [65535]
     776
     77777774 -- RTS sent from node: [28], destination node: [65535]
     778
     77977895 -- RTS sent from node: [28], destination node: [65535]
     780
     78178017 -- RTS sent from node: [28], destination node: [65535]
     782
     78378138 -- RTS sent from node: [28], destination node: [65535]
     784
     78578948 -- RTS sent from node: [28], destination node: [65535]
     786
     78779069 -- RTS sent from node: [28], destination node: [65535]
     788
     78979191 -- RTS sent from node: [28], destination node: [65535]
     790
     79179312 -- RTS sent from node: [28], destination node: [65535]
     792
     79381030 -- RTS sent from node: [28], destination node: [65535]
     794
     79581151 -- RTS sent from node: [28], destination node: [65535]
     796
     79781273 -- RTS sent from node: [28], destination node: [65535]
     798
     79981394 -- RTS sent from node: [28], destination node: [65535]
     800
     80182458 -- RTS sent from node: [28], destination node: [65535]
     802
     80382579 -- RTS sent from node: [28], destination node: [65535]
     804
     80582701 -- RTS sent from node: [28], destination node: [65535]
     806
     80782822 -- RTS sent from node: [28], destination node: [65535]
     808
     80983506 -- RTS sent from node: [28], destination node: [65535]
     810
     81183627 -- RTS sent from node: [28], destination node: [65535]
     812
     81383749 -- RTS sent from node: [28], destination node: [65535]
     814
     81583870 -- RTS sent from node: [28], destination node: [65535]
     816
     81785132 -- RTS sent from node: [28], destination node: [65535]
     818
     81985253 -- RTS sent from node: [28], destination node: [65535]
     820
     82185375 -- RTS sent from node: [28], destination node: [65535]
     822
     82385496 -- RTS sent from node: [28], destination node: [65535]
     824
     82585703 -- RTS sent from node: [28], destination node: [65535]
     826
     82785824 -- RTS sent from node: [28], destination node: [65535]
     828
     82985946 -- RTS sent from node: [28], destination node: [65535]
     830
     83186067 -- RTS sent from node: [28], destination node: [65535]
     832
     83386397 -- RTS sent from node: [28], destination node: [65535]
     834
     83586518 -- RTS sent from node: [28], destination node: [65535]
     836
     83786640 -- RTS sent from node: [28], destination node: [65535]
     838
     83986761 -- RTS sent from node: [28], destination node: [65535]
     840
     84187609 -- RTS sent from node: [28], destination node: [65535]
     842
     84387730 -- RTS sent from node: [28], destination node: [65535]
     844
     84587852 -- RTS sent from node: [28], destination node: [65535]
     846
     84787973 -- RTS sent from node: [28], destination node: [65535]
     848
     84988912 -- RTS sent from node: [28], destination node: [65535]
     850
     85189034 -- RTS sent from node: [28], destination node: [65535]
     852
     85389155 -- RTS sent from node: [28], destination node: [65535]
     854
     85589277 -- RTS sent from node: [28], destination node: [65535]
     856
     85790299 -- RTS sent from node: [28], destination node: [65535]
     858
     85990420 -- RTS sent from node: [28], destination node: [65535]
     860
     86190542 -- RTS sent from node: [28], destination node: [65535]
     862
     86390663 -- RTS sent from node: [28], destination node: [65535]
     864
     86591359 -- RTS sent from node: [28], destination node: [65535]
     866
     86791481 -- RTS sent from node: [28], destination node: [65535]
     868
     86991602 -- RTS sent from node: [28], destination node: [65535]
     870
     87191724 -- RTS sent from node: [28], destination node: [65535]
     872
     87392364 -- RTS sent from node: [28], destination node: [65535]
     874
     87592485 -- RTS sent from node: [28], destination node: [65535]
     876
     87792607 -- RTS sent from node: [28], destination node: [65535]
     878
     87992728 -- RTS sent from node: [28], destination node: [65535]
     880
     88194310 -- RTS sent from node: [28], destination node: [65535]
     882
     88394431 -- RTS sent from node: [28], destination node: [65535]
     884
     88594553 -- RTS sent from node: [28], destination node: [65535]
     886
     88794674 -- RTS sent from node: [28], destination node: [65535]
     888
     88995483 -- RTS sent from node: [28], destination node: [65535]
     890
     89195604 -- RTS sent from node: [28], destination node: [65535]
     892
     89395726 -- RTS sent from node: [28], destination node: [65535]
     894
     89595847 -- RTS sent from node: [28], destination node: [65535]
     896
     89796402 -- RTS sent from node: [28], destination node: [65535]
     898
     89996523 -- RTS sent from node: [28], destination node: [65535]
     900
     90196645 -- RTS sent from node: [28], destination node: [65535]
     902
     90396766 -- RTS sent from node: [28], destination node: [65535]
     904
     90597847 -- RTS sent from node: [28], destination node: [65535]
     906
     90797968 -- RTS sent from node: [28], destination node: [65535]
     908
     90998090 -- RTS sent from node: [28], destination node: [65535]
     910
     91198211 -- RTS sent from node: [28], destination node: [65535]
     912
     91399897 -- RTS sent from node: [28], destination node: [65535]
     914
     915100018 -- RTS sent from node: [28], destination node: [65535]
     916
     917100140 -- RTS sent from node: [28], destination node: [65535]
     918
     919100262 -- RTS sent from node: [28], destination node: [65535]
     920
     921100455 -- RTS sent from node: [28], destination node: [65535]
     922
     923100577 -- RTS sent from node: [28], destination node: [65535]
     924
     925100699 -- RTS sent from node: [28], destination node: [65535]
     926
     927100821 -- RTS sent from node: [28], destination node: [65535]
     928
     929101173 -- RTS received from node: [26], destination node: [65535]
     930
     931101238 RadioChannelArbiter3P__ChannelArbiter__request ERROR BUSY Channel reserved by[1] id[1] m_node_state[2] m_request_state [2] CCA[11633]
     932101919 -- RTS sent from node: [28], destination node: [65535]
     933
     934102040 -- RTS sent from node: [28], destination node: [65535]
     935
     936102162 -- RTS sent from node: [28], destination node: [65535]
     937
     938102284 -- RTS sent from node: [28], destination node: [65535]
     939
     940102391 -- RTS received from node: [26], destination node: [65535]
     941
     942103685 -- RTS sent from node: [28], destination node: [65535]
     943
     944103807 -- RTS sent from node: [28], destination node: [65535]
     945
     946103928 -- RTS sent from node: [28], destination node: [65535]
     947
     948104050 -- RTS sent from node: [28], destination node: [65535]
     949
     950104576 -- RTS sent from node: [28], destination node: [65535]
     951
     952104606 -- RTS received from node: [26], destination node: [65535]
     953
     954104698 -- RTS sent from node: [28], destination node: [65535]
     955
     956104728 -- RTS received from node: [26], destination node: [65535]
     957
     958104819 -- RTS sent from node: [28], destination node: [65535]
     959
     960104849 -- RTS received from node: [26], destination node: [65535]
     961
     962104941 -- RTS sent from node: [28], destination node: [65535]
     963
     964104971 -- RTS received from node: [26], destination node: [65535]
     965
     966105875 -- RTS sent from node: [28], destination node: [65535]
     967
     968105962 -- RTS received from node: [26], destination node: [65535]
     969
     970105997 -- RTS sent from node: [28], destination node: [65535]
     971
     972106084 -- RTS received from node: [26], destination node: [65535]
     973
     974106118 -- RTS sent from node: [28], destination node: [65535]
     975
     976106205 -- RTS received from node: [26], destination node: [65535]
     977
     978106240 -- RTS sent from node: [28], destination node: [65535]
     979
     980106327 -- RTS received from node: [26], destination node: [65535]
     981
     982107016 -- RTS sent from node: [28], destination node: [65535]
     983
     984107138 -- RTS sent from node: [28], destination node: [65535]
     985
     986107259 -- RTS sent from node: [28], destination node: [65535]
     987
     988107381 -- RTS sent from node: [28], destination node: [65535]
     989
     990107499 -- COLOR CHANGED node: [28], old color: [0], new color: [1]
     991
     992107927 -- RTS sent from node: [28], destination node: [65535]
     993
     994108049 -- RTS sent from node: [28], destination node: [65535]
     995
     996108170 -- RTS sent from node: [28], destination node: [65535]
     997
     998108292 -- RTS sent from node: [28], destination node: [65535]
     999
     1000108333 -- RTS received from node: [26], destination node: [65535]
     1001
     1002109194 -- RTS sent from node: [28], destination node: [65535]
     1003
     1004109316 -- RTS sent from node: [28], destination node: [65535]
     1005
     1006109329 -- RTS received from node: [26], destination node: [65535]
     1007
     1008109438 -- RTS sent from node: [28], destination node: [65535]
     1009
     1010109455 -- RTS received from node: [26], destination node: [65535]
     1011
     1012109560 -- RTS sent from node: [28], destination node: [65535]
     1013
     1014109577 -- RTS received from node: [26], destination node: [65535]
     1015
     1016109839 -- RTS sent from node: [28], destination node: [65535]
     1017
     1018109961 -- RTS sent from node: [28], destination node: [65535]
     1019
     1020110083 -- RTS sent from node: [28], destination node: [65535]
     1021
     1022110156 -- CTS received from node: [26], destination node: [28]
     1023
     1024110208 -- DATA sent from node: [28], destination node: [26]
     1025
     1026110245 -- ACK received from node: [26], destination node: [28]
     1027
     1028110592 -- RTS received from node: [26], destination node: [65535]
     1029
     1030111955 -- RTS received from node: [26], destination node: [65535]
     1031
     1032113234 -- RTS received from node: [26], destination node: [65535]
     1033
     1034114897 -- RTS received from node: [26], destination node: [65535]
     1035
     1036125614 -- RTS received from node: [26], destination node: [65535]
     1037
     1038126530 -- RTS received from node: [26], destination node: [65535]
     1039
     1040127036 -- RTS received from node: [26], destination node: [65535]
     1041
     1042128091 -- RTS received from node: [26], destination node: [65535]
     1043
     1044128334 -- RTS received from node: [26], destination node: [65535]
     1045
     1046129257 -- RTS received from node: [26], destination node: [65535]
     1047
     1048130569 -- RTS received from node: [26], destination node: [65535]
     1049
     1050132315 -- RTS received from node: [26], destination node: [65535]
     1051
     1052136489 -- RTS received from node: [26], destination node: [65535]
     1053
     1054138528 -- RTS received from node: [26], destination node: [65535]
     1055
     1056139350 -- RTS received from node: [26], destination node: [65535]
     1057
     1058140990 -- RTS received from node: [26], destination node: [65535]
     1059
     1060162414 -- RTS received from node: [26], destination node: [65535]
     1061
     1062193086 -- RTS received from node: [26], destination node: [65535]
     1063
     1064</textarea>
     1065}}}