Good day noel
I literally trying to run the test src/netanim/examples/colors-link-description.cc
Which is part of the install tests examples the nodes were supposed to change color, but they are not doing it
In such file the structure to change attribute of nodes is through netanim which includes:
AnimationInterface * pAnim = 0;
use the pointer
pAnim->UpdateNodeColor (nodeId, color.r, color.g, color.b);
create the xml file you mentioned
std::string animFile = "dynamic_linknode.xml" ;
construct the object with such xml file before running the simulation and
pAnim = new AnimationInterface (animFile);
delete pAnim;
You can review the code at:
https://www.nsnam.org/doxygen/colors-link-description_8cc.htmlSo when i run such program (which in ns3,25 is called just colors-link-description.cc
A message appears
Could not load icon applets-screenshooter due to missing gnomedesktop Python module
So iḿ not sure if i should provide something in command line, but i'm pretty sure is not working due to the aforementioned gnomedesktop
think which are also python bindings,
Thanks in advance and best regards