5
TELNET COMMAND SET/ PROTOCOL SPECIFICATIONS
The BlueBOLT-CV2 is compatible with Telnet commands. These commands are published in manuals of the specific devices.
Follow the links below for the device you would like to control via Telnet.
F1500-UPS
http://resources.corebrands.com/products/F1500-UPS/pdf_F1500-UPS_manual.pdf
MB1500
http://resources.corebrands.com/products/MB1500/pdf_MB1500_manual.pdf
M4315-PRO
http://resources.corebrands.com/products/M4315-PRO/pdf_M4315-PRO_manual.pdf
M4320-PRO
http://resources.corebrands.com/products/M4320-PRO/pdf_M4320-PRO_manual.pdf
BLUEBOLT-CV2 COMMANDS
Communication with the BLUEBOLT-CV2 card (CV2) is made via UTP datagram packets on port 57010. Messages to the CV2
are structured in XML. Responses are also structured in XML. XML messages are wrapped in the header:
<?xml version=”1.0” ?><device class=”cv2” id=”1065a3
xxxxxx
”>
MESSAGE
</device>
Where:
xxxxxx
is the last six digits of the assigned MAC address.
MESSAGE
is the content of the message
For brevity, the XML wrapper will not be included in the description of individual messages.
The CV2 card and host computer must be on the same physical network.
COMMAND ACKNOWLEDGEMENT
Not all commands to the CV2 result in a returned message. If an acknowledgement message is desired, the element
xid=”
ack_message
” can be added to the <command> tag. For example, the Switch Outlet command <outlet> does not
normally return a response but can be forced to with the xid element.
Command message:
<command xid=”switchoutlet”><outlet id=”1”>0</outlet></command>
Response message:
<ack xid=”switchoutlet”/>
5