Hi all,
I have some problems whith wireless networks emulation, using method: "Wireless
network emulation using ns2 and distributed applications" by Daniel Mahrenholz,
Svilen Ivanov on ns 2.27 (if someone use it).
Is it possible to add some model nodes between emulation nodes (with TAP/Coop
agents)? For example:
(e)--------- 150m -------(m)----- 150m --------- (e)
where, (e) - emulation nodes;
(m) - model node (for routing).
When I use such scheme, I get an error (when node (m) recive packets from node
(e)):
--- Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl) ---
_o90: no target for slot 0
_o90 type: Classifier/Port
content dump:
classifier _o90
0 offset
0 shift
2147483647 mask
1 slots
slot 255: _o92 (CMUTrace/Recv)
---------- Finished standard no-slot{} default handler ----------
If I use only nodes (e) - all works fine.
Is there a solution for this problem?
Sorry for my english.
Thank you.