P30
UDP commands
UDP Programmers Guide V2.01
14
© KEBA
3
UDP commands
3.1
General information
Information
When using UDP commands it is strongly recommended to protect your
network to prevent unauthorized control.
The following section will cover all available UDP commands and categorize
them appropriately into commands meant for regular use and commands
with specific use cases.
The charging station reacts on broadcasts and directly addressed com-
mands. In a group of several charging stations, direct addressing must be
used because otherwise all charging stations would react.
The commands are sent to the charging station as simple text commands
(without end characters such as
<CR>
or
<LF>
). The replies come as data
packages with up to 512 bytes and are formatted in JSON standard.
Fig. 3-2: Example of a UDP command and the reply from the charging station
1
... UDP command
2
... Reply
Information
UDP does not support error correction functionality. Please verify the effect
of the sent commands yourself.
Port information:
●
Send port = UDP 7090
●
Receive port = UDP 7090