ANPR LUMO | installation guide
7.3.5 HTTP ACTION
With the HTTP action you can send an HTTP message with a specific Request type like Post, Put etc .
REQUEST TYPE The request type, PUT, POST, PATCH, DELETE
URL The URL of the server where the message should be send to
AUTHENTICATION Select BASIC or Certificate based authentication
USER The username to login on the webserver
PASSWORD The required password credentials
CERTIFICATE The Certificate used for authentication
PRIVATE KEY The private key file used
MESSAGE The composed message for the action using the message placeholders, see appendix A.
7.3.6 HMAC HTTP ACTION
The HMAC protocol allows you to define messages for secure communication with a server in a flexible way.
You can mix fixed text elements with the typical ANPR Lumo placeholders in order to create dynamic HTTP headers and
body texts.
REQUEST TYPE The request type, PUT, POST, PATCH, DELETE
URL The URL of the server where the message should be send to
PATTERN The pattern allows you to specify the message body, including the Lumo placeholders
KEY Allows you to specify the key value, which is used to encrypt the message hash
HASH specifies the elements of the message for the computation of the message hash. You can mix
text fields with Lumo placeholders
HEADER LIST Header parameters specify, which elements are combined to make up the HTTP message
header. You can add an arbitrary number of elements to the list by clicking the + button, or
remove an existing entry by clicking the ā button.
7.3.7 TCP ACTION
With this action you can send a message through the IP interface to a destination IP and port.
IP/HOSTNAME The destination IP address or hostname where the message should be send to
PORT The destination port
MESSAGE The composed message for the action using the message placeholders, see appendix A.
7.3.8 SERIAL
With this action you can send a message through the RS485 port
BAUD RATE The baud rate of the serial message, default 115200 (When the camera supports OSDP the
baudrate is set in the System settings page)
MESSAGE The composed message for the action using the message placeholders, see appendix A.