Overview
--------

EPiServerRemoteEventsListener is a diagnostics application for the EPiServer CMS 5 Events System.

EPiServer CMS 5 uses Windows Communication Foundation technology to send events between a load balanced site.
The EPiServerRemoteEventsListener application listens on the same UDP channel as EPiServer in order
to display the events that being transmitted by EPiServer both on local machine and by other machines
on the same network.

This can be useful to determine if firewalls or other software is blocking the EPiServer events.

The application can also be used to send events. It can be useful to run an instance in send mode on one server and one
in receive (normal) mode on another server to test if the necessary ports are open that EPiServer Events uses.
To launch in send mode start the application with a command line parameter of 'send'

Installation
------------

The application requires .NET 2.0 and can be installed using a simple XCopy of the contents of the zip file.