Content
Summary
This document provides information about the (...) protocol implementation for VSM.
Status of Driver | |
---|
Component for Driver | |
---|
Release (Build) of Component | vsmGadgetserver 5.6.1.xyz |
---|
Revision of Implementation | 1.0.1.3 |
---|
Name/Type of 3rd Party API |
|
---|
Version of 3rd Party API |
|
---|
Additional 3rd Party information |
|
---|
Connection
Connection Type | TCP/ IP |
---|
Default Port | 5555 |
---|
Supported Features
The implementation provides two protocol types. The single layer protocol provides bidirectional routing of cpus to consoles via a single layer (KVM). The multilayer protocol allows unidirectional switching. In that case, the first layer switches a CPU to a console, where the CPUs are the sources and the consoles are the targets (Video only). The second layer then switches consoles to CPUs, but the CPUs are the targets and the consoles the sources instead (Keyboard/Mouse only).
Supported Commands
0x47 | SetConsole | Connects a CPU to a console |
---|
0x48 | ClearConsole | Disconnects a CPU from a console |
---|
0x4B | SetCpu | Connects a console to a CPU |
---|
0x4C | ClearCpu | Disconnects a console from a CPU |
---|
0x4F | SetCpuAndConsole | Connects a CPU to a console in both directions |
---|
0x50 | ClearCpuAndConsole | Disconnects a CPU from a console in both directions |
---|
0x53 | GetBlock | Gets all current connections |
---|
0x40 | GetTime | Gets the device time. This command is used a keep-alive mechanism. |
---|
Configuration Details
The blind source may be configured via the web Interface of the Probel SW-P-08 provider.
To receive crosspoint notifications, the “Enable COM Echo” option must be enabled on the Draco Major frame.
Known Issues