kohler / click

The Click modular router: fast modular packet processing and analysis
Other
740 stars 321 forks source link

NS3 Net Device Help Please : Point to Point #396

Open ervance opened 6 years ago

ervance commented 6 years ago

Hi all,

If you have experience in integrating NS3 Click, I would be very grateful for your help.

I have tried and looked everywhere but I cannot seem to figure how to get Point to Point working. From what I can tell it a Point to Point net device requires a network stack, however when you install click network stack it doesn't provide the protocol necessary. ( I dont think you can install a You receive this error when you attempt to compile:

      msg="PPP Protocol number not defined!", file=../src/point-to-point/model/point-to-point-net-device.cc

I followed the NS3 click tutorial and I have it working fine with csma. Problem with that is I need a p2p channel because csma for some reason does not allow me to create a bottleneck by changing the data rate on the channel.

I have been smashing my head against this problem and have no where else to turn. The basic idea is that I want a three node topology with ideally the middle node running a click router connected by p2p.

If you need any other information please let me know. Thank you for your time.