README.TXT


Sample IP Routing Protocol
-----------------------------------

This code provides a sample implementation of a IP routing protocol. It
illustrates the interaction with the IP Router Manager and the Route Table
Manager. It also provides guidelines to efficient use of the event logging
and tracing facilities provided with the Routing SDK. The code uses WinSock2
functionality for optimized execution. It also contains comments about the
preferred usage of NT and Routing functionalities (such as worker threads etc)

To run the sample, the developer needs to create an application that will
manage and install the protocol. This is better described in the PlugIn
documentation.