Hello everybody,
I implemented a new agent Clustering in application layer. I put my .cc,
.h, and .tcl files in my own directory ("mohsen") under the ns directory.
Then I added the new packet type in 'packet.h' under packet_t{} and p_info
{}. Also I did necessary changes in ns-default.tcl, ns-pa
Hello,
I have added my own protocol to the application layer. Also I have
introduced its packet header to the ns2 packet format. However, I do
not see my own packet header in the trace file. What is the problem?
How can I solve it?
Thanks a lot.
Mohsen,
mohn@gmail.com
https://wiki.ti5.tu-harburg.de/wsn/ns2/packet
Hello,
Variable “neighbor_” of class Node is a list of neighboring nodes.
Which nodes are considered as the neighbors of a particular node? Is
it mean from the MAC layer point of view? Is “neighbor_” a list? How
can I read the value or values of “neighbor_”?
Thanks a lot.
Regards.
Hello,
How can I access the object of a node in C++ domain (specially in
class UdpAgent) which is built in Otcl domain?
Thanks.
Hello,
I have created a node in OTcl domain. How can I access the node in C++ domain?
Thanks!
Mohsen.