Bees v0.5.0 API

Uses of Class
bees.core.ProtocolParameters

Packages that use ProtocolParameters
apps.benchmark   
apps.discovery Protocol and test application for discovering neighbors on the same LAN. 
apps.health A demo application that tries to implement Healthd-like functionality. 
apps.hello The skeleton for the "Hello World" tutorial from the manual. 
apps.pathfinder A simple routing protocol that builds a tree of nodes for forwarding client packets to a server and multicasting server packets to the clients. 
 

Uses of ProtocolParameters in apps.benchmark
 

Subclasses of ProtocolParameters in apps.benchmark
 class BenchmarkParameters
           
 

Uses of ProtocolParameters in apps.discovery
 

Subclasses of ProtocolParameters in apps.discovery
 class DiscoveryParameters
          The DiscoveryParameters class is used to hold the various parameters for the flow.
 

Uses of ProtocolParameters in apps.health
 

Subclasses of ProtocolParameters in apps.health
 class HealthExtraParameters
          HealthExtraParameters holds the privileged parameters for a health flow.
 class HealthParameters
          HealthParameters holds the unprivileged parameters for a health flow.
 

Uses of ProtocolParameters in apps.hello
 

Subclasses of ProtocolParameters in apps.hello
 class HelloParameters
           
 

Uses of ProtocolParameters in apps.pathfinder
 

Subclasses of ProtocolParameters in apps.pathfinder
 class PathfinderParameters
          PathfinderParameters holds any arguments to the pathfinder flow.
 


Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/