Difference between revisions of "Event Feed Server"
From PC2wiki
m (update description) |
m (update description) |
||
Line 1: | Line 1: | ||
− | The [[Event Feed]] Server is a feature on the | + | The [[Event Feed]] Server is a feature on the PDC² [[Event Feed module]] which provides a CCS standard [Event feed]] for a client. |
There is no authentication to read/view the event feed at this time. | There is no authentication to read/view the event feed at this time. |
Revision as of 08:56, 11 September 2016
The Event Feed Server is a feature on the PDC² Event Feed module which provides a CCS standard [Event feed]] for a client.
There is no authentication to read/view the event feed at this time.
Under many Unix systems you can use the netcat command to view the Event Feed, from the server (using the default port) use the following command
netcat localhost 4713
PC² has a rudimentary netcat implementation, by default it uses localhost and 4713
bin/pc2nc
Location
Components
- Port Number - the port number to use.
- Start - start the event feed server
- Stop - stop the event feed server (close any open connections)
- View - view a snapshot of the current event feed.