Introduction - If you have any usage issues, please Google them yourself
Most people are probably familiar with RSS feeds. An RSS feed is an example of a publisher/subscriber implementation,
where information is published onto the internet and people may subscribe to updates using their browser or
some other client. A single published service may have millions on subscribers and publish its data every few hours as
data changes or periodically, maybe once or twice a day.
This package contains a similar implementation where a client subscribes to a publisher , however, it is geared towards
high bandwidth data streaming across a local network. So, unlike its internet counterpart, it is not attempting to
service millions of clients who require an update once or twice a day. But service a few (maybe 1-10) clients every few seconds
or even milliseconds.
Detail:
The main focus of this package is the Dispatcher which facilitates the publisher/subscriber environment.
The implementation can support many network topologies that sui