- Home Page of ProjectGuideline.com ›
- Forums ›
- Get Help to do your B.E., and M.E., M.Tech., & M.S., Project in Ns2 ›
- Creating DNS agent in top of UDP
Sura
Participant
Hi,
I want to create simple dhcp agent which use udp agent to transfer data. How can I implement simple application agent in top of UDP ❓
CharlesPandian
Keymaster
Sine DCHP is a application is a simple service of Tcp/IP protocol, it can be done with little effort while comparing with the effort needed for other things such as a routing protocol.
It can be implemented using an agent called “Agent/MessagePassing” you can see an example script in ns2 which will use that agent..
In this forum also, I have explained about that agent in some other thread.