Dear All,

The flow color is not changing in NIST module. I used the following:

$ns color 10 red
$ns color 11 blue
$ns color 1 brown
$ns color 2 green
#Create a UDP agent and attach it to node n0
set udp1 [new Agent/UDP]
set udp2 [new Agent/UDP]
set udp3 [new Agent/UDP]
set udp4 [new Agent/UDP]
#$udp2 color Blue
#$udp4 color Red
$udp1 set fid_ 10
$udp2 set fid_ 2
$udp3 set fid_ 11
$udp4 set fid_ 2

Also same with mobile node:

$80216_node color red, But no effect.

Any solution?

Thank you.

Regards,
Santos

Reply via email to