Send events to Girder

Top  Previous  Next

To send events to Girder over the network you can use the commandline tool csevent. It can be found in the Girder installation directory.

 

The commandline parameters are:

 

 

csevent hostname <secure> port password eventstring device <payload1> <payload2> ... <payload n>

Example

 

csevent 127.0.0.1 1024 girder hello 18 payload1 payload2

 

This will trigger the event "hello" from device 18 (described as "Girder" in the event log source column) with 2 payloads filled with payload1 and payload2.