Difference between revisions of "Event Feed Server"
From PC2wiki
m (update description) |
m (add section) |
||
Line 2: | Line 2: | ||
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. | ||
+ | |||
+ | ==Reading The Event Feed== | ||
Under many Unix systems you can use the netcat command to view | Under many Unix systems you can use the netcat command to view |
Revision as of 10:20, 21 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.
Reading The Event Feed
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.