Bees v0.5.0 API

Uses of Class
bees.core.Protocol

Packages that use Protocol
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.liveness Protocol and test application for testing the responsiveness of neighbors. 
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. 
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
 

Uses of Protocol in apps.benchmark
 

Subclasses of Protocol in apps.benchmark
 class BenchmarkProtocol
           
 

Uses of Protocol in apps.discovery
 

Subclasses of Protocol in apps.discovery
 class DiscoveryProtocol
          The DiscoveryProtocol can be used to send and receive advertisements from directly connected neighbors that haven't been told of each other's existance.
 

Uses of Protocol in apps.health
 

Subclasses of Protocol in apps.health
 class HealthProtocol
          The HealthProtocol attempts to implement a healthd like protocol.
 

Uses of Protocol in apps.hello
 

Subclasses of Protocol in apps.hello
 class HelloProtocol
           
 

Uses of Protocol in apps.liveness
 

Subclasses of Protocol in apps.liveness
 class LivenessProtocol
          The LivenessProtocol can be used to test for responsiveness of a node's neighbors.
 

Uses of Protocol in apps.pathfinder
 

Subclasses of Protocol in apps.pathfinder
 class PathfinderProtocol
          The PathfinderProtocol is 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 Protocol in bees.core
 

Subclasses of Protocol in bees.core
 class DLProtocol
          The DLProtocol is a companion protocol that will download its companion's byte arrays.
 class IDTranslationProtocol
          The IDTranslationProtocol detects unknown Capsule types and translates their Capsule identifiers to flow identifiers.
 class UnknownProtocol
          The UnknownProtocol is used to download flow descriptions from unknown flows on a neighbor.
 


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/