Package jist.swans.mac

Link or Media Access Control (Mac) layer entity of SWANS simulator and related classes.

See:
          Description

Interface Summary
MacInterface Defines the interface of all Link layer entity implementations.
MacInterface.Mac802_11 Extends the default Mac interface with 802_11 functions.
 

Class Summary
Mac802_11 Implementation of IEEE 802_11b.
MacAddress Contains a Mac address.
MacDumb A dumb, pass-through mac implementation.
MacInfo Mac properties.
MacInfo.MacInfoShared Timeless information possibly shared among numerous Mac instances (only to save simulation memory).
MacInfo.MacInfoUnique Timeless information unique to a single Mac instance.
MacLoop A loopback mac implementation.
MacMessage Defines the various message used by the Mac entity.
MacMessage.Ack An 802_11 Acknowlege packet.
MacMessage.Cts An 802_11 Clear-To-Send packet.
MacMessage.Data An 802_11 Data packet.
MacMessage.Rts An 802_11 Request-To-Send packet.
 

Package jist.swans.mac Description

Link or Media Access Control (Mac) layer entity of SWANS simulator and related classes. The more notable classes in this package are: