[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] New node APIs



Hi NS-users.
 
I want to implement a new node. Fortunately i found new node APIs can make my own node.
My understanding is right?
 
New new API node needs routing, addressingType, macType, propType, ifqType, phyType,
antType, channelType and so on.
 
In my simulation, i don't need to have propType, phyType, antType, channelType
because i will implement IP packet flow via one-way link from this new API node
to the old API node.
Specifically, new API node (agent->ifq->my own block1->my ownblock2)-> usual NS link
-> old API node.
Actually i want to put my own blocks1, 2 inside the node (this is my new API node)
 
Is it working under my assumption?
- New API node support my new functions
 
I really appreciate it if you can answer my question.
 
Thank you in advance.
 
Sincerely Yours,
Tai Suk Kim