|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdriver.CBR
public class CBR
Constant Bit Rate simulation program. This program creates a field and places nodes randomly throughout it. Some of the nodes are designated as client-server pairs, and these pairs transmit packets to each other for the duration of the simulation. It is possible to specify, among other things, the routing protocol used, the packet loss probability, and the rate of node movement.
Nested Class Summary | |
---|---|
static class |
CBR.Client
A client node in the simulation. |
static interface |
CBR.ClientInterface
The interface for client nodes in the simulation. |
static class |
CBR.Server
A server node in the simulation. |
static interface |
CBR.ServerInterface
The interface for server nodes in the simulation. |
Constructor Summary | |
---|---|
CBR()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Starts the CBR simulation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CBR()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- command-line arguments that may determine the parameters
of the simulation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |