Fishnet

Current version: 3.0

The Fishnet API supports the construction of an overlay network on one or more machines; it contains support for both managed and adhoc network topologies. It will be used as a development environment for programming assignments in CSE461 in Winter 2003.

Installation instructions

First, download cse461-fishnet_3.0.tar.gz. Then, from the command prompt, type

    tar xvfz cse461-fishnet_3.0.tar.gz
This will create a directory called cse461-fishnet, which contains all the files you need to develop with Fishnet.

 

Documentation

The Fishnet API is documented by fish.h. The README file provides information about the files included in the Fishnet distribution and about building programs using the Fishnet library.

Updates