[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ns-2.0 released
>>> Brian Petry said:
>
> What's the status of CSMA/CD support?
>
It exists. Look in mac-csma.cc, which contains code to simulate CSMA/CA and CSMA/CD.
Other supported MAC protocols include a protocol based on the 802.11 spec (in mac-802_11.cc) and a RTS/CTS-like MAC protocol for multi-hop wireless networks, based loosely on Metricom's Ricochet protocol (in mac-multihop.cc).
There is also a link-layer module where you can plug in your own link-layer protocol (or use one of the existing ones), as well as a channel object where error models can be added (there are some built-in ones here too).
-- Hari.