CN111831375A - Distributed KVM (keyboard video mouse) agent cooperation graph pushing method and system and output module - Google Patents

Distributed KVM (keyboard video mouse) agent cooperation graph pushing method and system and output module Download PDF

Info

Publication number
CN111831375A
CN111831375A CN202010574196.0A CN202010574196A CN111831375A CN 111831375 A CN111831375 A CN 111831375A CN 202010574196 A CN202010574196 A CN 202010574196A CN 111831375 A CN111831375 A CN 111831375A
Authority
CN
China
Prior art keywords
background server
kvm
user
output module
acquiring
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010574196.0A
Other languages
Chinese (zh)
Inventor
张常华
朱正辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Baolun Electronics Co Ltd
Original Assignee
Guangzhou Baolun Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Baolun Electronics Co Ltd filed Critical Guangzhou Baolun Electronics Co Ltd
Priority to CN202010574196.0A priority Critical patent/CN111831375A/en
Publication of CN111831375A publication Critical patent/CN111831375A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/033Pointing devices displaced or positioned by the user, e.g. mice, trackballs, pens or joysticks; Accessories therefor
    • G06F3/038Control and interface arrangements therefor, e.g. drivers or device-embedded control circuitry
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1454Digital output to display device ; Cooperation and interconnection of the display device with other functional units involving copying of the display data of a local workstation or window to a remote workstation or window so that an actual copy of the data is displayed simultaneously on two or more displays, e.g. teledisplay

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a distributed KVM (keyboard video mouse) seat cooperation graph pushing method, a system and an output module, wherein the method comprises the steps of S1, acquiring an instruction sent by the outside, and establishing connection with a background server to acquire information of all users; s2: sending a request for acquiring the user personalized data to a background server so that the background server generates a linked list of the user personalized data; s3: analyzing a linked list of the user personalized data sent by the background server, and storing the linked list by using different linked lists so as to enable the UI to update the layout of the graphical screen; s4: acquiring an operation instruction sent by the outside, and sending window data corresponding to the operation instruction in a linked list to a background server for window replacement; s5: and acquiring window replacement information sent by the background server, and replacing the window of the UI (user interface) so as to solve the problem that the user cannot effectively push the layout change of the graphical screen to the window specified by the KVM seat output module.

Description

Distributed KVM (keyboard video mouse) agent cooperation graph pushing method and system and output module
Technical Field
The invention relates to the technical field of computer equipment control, in particular to a distributed KVM (keyboard video mouse) seat cooperation graph pushing method, a distributed KVM seat cooperation graph pushing system and an output module.
Background
In the existing OSD menu of the KVM agent output module, it is not determined on which screen the KVM agent output module to be pushed is on during pushing, and the KVM agent output module cannot be pushed to a designated window on the KVM agent output module, so that a user cannot intuitively perform pushing operation on each KVM agent output module and a window on the KVM agent output module.
In addition, when the user performs scheduling pushing, the graphical screen layout is not updated timely in the field, and particularly, when the device just starts to operate, there is a significant lag in the change of the graphical screen layout, so that the user cannot effectively push the layout change of the graphical screen to the window specified by the KVM agent output module.
Disclosure of Invention
In order to overcome the defects of the prior art, an object of the present invention is to provide a distributed KVM agent collaboration graph pushing method, which can solve the problem that a user cannot effectively push a layout change of a graphical screen to a window specified by a KVM agent output module.
Another objective of the present invention is to provide a KVM agent output module, which can solve the problem that the user cannot effectively push the layout change of the graphical screen to the window designated by the KVM agent output module.
The invention further aims to provide a distributed KVM seat cooperation graph pushing system, which can solve the problem that a user cannot effectively push the layout change of a graphical screen to a window specified by a KVM seat output module.
In order to achieve one of the above purposes, the technical scheme adopted by the invention is as follows:
a distributed KVM (keyboard video mouse) seat cooperation graph pushing method comprises the following steps:
s1: acquiring an instruction sent by the outside, and establishing connection with a background server to acquire information of all users;
s2: sending a request for acquiring user personalized data to a background server so that the background server generates a linked list of the user personalized data, wherein the user personalized data comprises a user name, a scene, a plan, a KVM (keyboard, video and mouse) seat input module list and a screen list;
s3: analyzing a linked list of the user personalized data sent by the background server, and storing the linked list by using different linked lists so as to enable the UI to update the layout of the graphical screen;
s4: acquiring an operation instruction sent by the outside, and sending window data corresponding to the operation instruction in a linked list to a background server for window replacement, wherein the window data comprises coordinates, a unique identifier and a title;
s5: and acquiring window replacement information sent by the background server, and replacing the window of the UI interface.
Preferably, the step S1 is specifically implemented by the following steps:
s11: acquiring a starting instruction sent by the outside;
s12: initiating internal authentication;
s13: connecting with a background server through a background server IP address;
s14: judging whether the connection with the background server is successful, if not, executing S13, if so, sending a request for acquiring information of all users to the background server, and executing S15;
s15: and acquiring information of all users, updating a user list interface of the control panel by analyzing the information of all users, and hiding the finished control panel.
Preferably, the step S2 is specifically implemented by the following steps:
s21: acquiring a control panel display instruction sent by the outside, and sending a user login prompt to the outside;
s22: acquiring user login information sent by the outside, and sending the user login information to a background server for verification;
s23: and checking whether the user login information is correct through the background server, if not, sending information of failure check to the KVM seat output module by the background server, and executing S22, and if so, sending information of passing check to the KVM seat output module by the background server, and executing S24.
S24: and sending a request for acquiring the user personalized data to a background server, so that the background server circularly judges each piece of data in the storage according to the authority of the currently logged-in user, judges whether the user has the authority of the current data, if so, adds the current data into a linked list of the user personalized data, circularly judges the next piece of data, and if not, circularly judges the next piece of data.
Preferably, the step S21 is specifically implemented by the following steps:
s211: acquiring a control panel display instruction sent by the outside;
s212: accumulating the times of the control panel display instructions continuously sent from the outside and storing the times to a storage;
s213: and judging whether the frequency of the control panel display instructions continuously sent by the outside is equal to a preset value, if so, displaying the control panel, sending a user login prompt to the outside, and if not, executing S211.
Preferably, the step S3 is specifically implemented by the following steps:
s31: acquiring a linked list of user personalized data sent by a background server;
s32: and analyzing the linked list of the user personalized data sent by the background server, and storing the linked list by using different linked lists so as to update the layout of the graphical screen by the UI.
Preferably, the step S4 is specifically implemented by the following steps:
s41: acquiring an operation instruction sent by the outside, and sending window data corresponding to the operation instruction in a linked list to a background server;
s42: and the background server compares the window data sent by the KVM seat output module with the window data in the storage to further judge whether the same window data exists or not, if not, the program is ended, if so, the window replacement is carried out, window replacement information is generated and sent to the KVM seat output module.
In order to achieve the second purpose, the technical scheme adopted by the invention is as follows:
a KVM seat output module comprises a storage and a processor;
a memory for storing program instructions;
and the processor is used for executing the program instructions to execute the distributed KVM seat cooperation graph pushing method.
In order to achieve the third purpose, the technical scheme adopted by the invention is as follows:
the utility model provides a distributing type KVM seat cooperation figure push system which characterized in that: the KVM switch comprises the KVM seat output module, the KVM seat input module, a network switch, a background server and a screen, wherein the screen is connected with the KVM seat output module, and the KVM seat output module, the KVM seat input module and the background server are all connected with the network switch.
Preferably, the screen is a spliced screen.
Compared with the prior art, the invention has the beneficial effects that: when the background server is connected with the KVM seat output module, the background server feeds back information of all users to the KVM seat output module, so that a user list interface of the control panel is updated timely, after the user logs in, the background server feeds back current user personalized setting data to the KVM seat output module, so that a UI interface is updated and the user personalized information is displayed, namely the control panel can update the layout change of the graphical screen in real time, and the reliability and the accuracy of pushing the layout change of the graphical screen by the user are improved; and pushing the layout change of the graphical screen, wherein the KVM agent output module acquires corresponding window data from the list linked list according to an external instruction and pushes the window data to the background server for comparison, so that the layout change of the graphical screen is pushed to a specified window.
Drawings
Fig. 1 is a flowchart of a distributed KVM agent collaboration graph pushing method according to the present invention.
Fig. 2 is a flowchart of the control panel display according to the present invention.
Fig. 3 is a schematic structural diagram of a distributed KVM agent collaboration graphics push system according to the present invention.
Detailed Description
The preferred embodiments of the present invention will be described in conjunction with the accompanying drawings, and it will be understood that they are described herein for the purpose of illustration and explanation and not limitation.
In the description of the present invention, it should be noted that the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", etc., indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience of description and simplicity of description, but do not indicate or imply that the device or element being referred to must have a particular orientation, be constructed and operated in a particular orientation, and thus, should not be construed as limiting the present invention. Furthermore, the terms "first," "second," and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
In the description of the present invention, it should be noted that, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
The invention will be further described with reference to the accompanying figures 1-3 and the detailed description of the invention:
in the present invention, the distributed KVM seat collaborative graphics push system includes a KVM seat input module, a screen, a KVM seat input module, a backend server, and preferably, a software control module installed on the KVM seat output module, and the software control module is electrically connected to the KVM seat output module, the KVM seat input module is configured to transmit video data to the KVM seat output module, the KVM seat output module is configured to process the video data and display the video data on the screen, the software control module includes a control panel, a mouse, and/or a keyboard, the control panel of the software control module is displayed on a display corresponding to the KVM seat output module, the control panel is configured to display a scene popup window, a plan popup window, a list of the KVM seat input module, a list of the screen, and the like, and preferably, the screen is a spliced screen, and a user can send a related instruction to the software control module through the mouse and/or the keyboard, preferably, the distributed KVM agent cooperation graph pushing system further comprises a network switch, and the network switch is used for data interaction of the KVM agent input module, the KVM agent output module, the background server and the software control module.
The first embodiment is as follows:
as shown in fig. 1-3, a distributed KVM agent collaboration graph pushing method includes the following steps:
s1: acquiring an instruction sent by the outside, and establishing connection with a background server to acquire information of all users;
specifically, after the KVM seat output module is started, a connection needs to be established with the background server to obtain information of all users, where the information of the users refers to information of user names, user numbers, and the like recorded by the server, and after the KVM seat output module is connected with the background server, the background server sends information of all the users to the KVM seat output module to update the user list interface of the control panel, in this embodiment, S1 is specifically implemented by the following steps:
s11: acquiring a starting instruction sent by the outside;
specifically, the user sends a start instruction to the KVM agent output module, and in this embodiment, the KVM agent output module starts to operate normally by pressing a power key or starting by other means.
S12: initiating internal authentication;
specifically, a software control module is further installed inside the KVM seat output module, and the software control module is linked with the KVM seat output module through power on. In this embodiment, the internal authentication is specifically implemented as follows:
acquiring a first certificate sent by a software control module;
specifically, the software control module initiates a handshake request to the KVM agent output module and starts to send the first authentication information to the KVM agent output module.
Sending the first authentication information and the second authentication information stored in the storage to the software control module;
specifically, after obtaining the first authentication information sent by the software control module, the KVM agent output module feeds back the second authentication information and the first authentication information, which are generated in advance and stored in the storage, to the software control module.
Acquiring second authentication information sent by the software control module;
specifically, after the software control module obtains the first authentication information and the second authentication information, the software control module verifies the first authentication information first, if the first authentication information passes the verification, the second authentication information is fed back to the KVM agent output module, and if the second authentication information does not pass the verification, the authentication is restarted.
And judging whether the second authentication information sent by the software control module is the same as the second authentication information in the memory, if so, finishing the authentication, establishing the connection, and executing S13, otherwise, executing S121 again.
Specifically, after the KVM agent output module obtains the second authentication information, the KVM agent output module verifies the second authentication information, compares the obtained second authentication information with the second authentication information in the storage, determines that the authentication of the KVM agent output module and the software control module is completed if the obtained second authentication information and the second authentication information in the storage are consistent, establishes a connection between the KVM agent output module and the software control module, and restarts the authentication if the obtained second authentication information and the obtained second authentication information are not consistent until the authentication is passed and the connection can be established.
Further, when the second authentication information obtained by the KVM agent output module does not match the second authentication information in the storage, the timer is triggered to limit that the KVM agent output module and the software control module cannot perform authentication within a predetermined time (for example, 5 seconds, ten seconds, or one minute), and after the timer finishes timing, the KVM agent output module and the software control module restart authentication, so that specific brute force cracking is avoided.
S13: connecting with a background server through a background server IP address;
specifically, after the internal authentication of the KVM agent output module is completed, the TCP connection is performed between the KVM agent output module and the server through the WebSocket frame by using the background server IP address, so as to meet the requirement of real-time updating of the layout change of the graphical screen.
S14: judging whether the connection with the background server is successful, if not, executing S13, if so, sending a request for acquiring information of all users to the background server, and executing S15;
specifically, if the connection between the KVM agent output module and the backend server fails, the connection is reconnected until the connection is successful, and after the connection is successful, the KVM agent output module sends a request for acquiring information of all users to the backend server to acquire the information of all users.
S15: and acquiring information of all users, updating a user list interface of the control panel by analyzing the information of all users, and hiding the finished control panel.
Specifically, after the background server acquires the request for acquiring the information of all the users, which is sent by the KVM seat output module, the information of all the users is sent to the KVM seat output module, so that the KVM seat output module acquires the information of all the users, analyzes the information, and updates the data obtained by analysis to the user list interface of the control panel, so far, the KVM seat output module completes the initial loading of the user information, and basically updates the layout change of the existing graphical screen to the control panel, so that the subsequent scheduling and pushing are more accurate and effective, the working efficiency of the users is improved, and then the control panel can be hidden.
S2: sending a request for acquiring user personalized data to a background server, wherein the user personalized data comprises a user name, a scene, a plan, a KVM (keyboard, video and mouse) seat input module list and a screen list;
specifically, the scene and the plan are both set by the user on the control panel according to the self condition, the list of the KVM agent input modules is a summary table of links of each KVM agent input module, the list of the screens is a summary table of links of each screen, and further, the list of the screens may also be a summary table of links of each sub-screen spliced into a screen. After the KVM seat output module is connected to the backend server, the control panel initially completes loading of basic information of all users, but each user has personalized information, and the control panel can enable the personalized information to be displayed on the control panel only after obtaining user personalized data, and after the user logs in, the KVM seat output module can send a request for obtaining the user personalized data to the backend server, in this embodiment, S2 is specifically implemented by the following steps:
s21: acquiring a control panel display instruction sent by the outside, and sending a user login prompt to the outside;
specifically, since the control panel is automatically hidden after the user list is updated, the user needs to display the control panel before logging in, in this embodiment, the S21 is specifically implemented by the following steps:
s211: acquiring a control panel display instruction sent by the outside;
specifically, the user sends the control panel display instruction to the KVM seat output module through the keyboard or the mouse, for example, the user presses down the display shortcut Ctrl or a through the keyboard, so that the KVM seat output module obtains the control panel display instruction, and then displays the control panel.
S212: accumulating the times of the control panel display instructions continuously sent from the outside and storing the times to a storage;
specifically, in order to avoid the situation that the control panel is displayed due to the fact that the keyboard or the mouse is pressed by mistake, when a user presses a display shortcut key for the first time, the KVM seat output module already captures a control panel display instruction, and starts to accumulate the times of continuously capturing the control panel display instruction; further, when the KVM seat output module starts capturing the control panel display instruction, the timer is started, if the time for continuously capturing the control panel display instruction is less than a preset first time (e.g., 1 second), the control panel display instruction is not counted in the accumulated times, and if the time for continuously capturing the control panel display instruction is greater than a preset second time (e.g., 10 seconds), the control panel display instruction is also not counted in the accumulated times.
S213: and judging whether the frequency of the control panel display instructions continuously sent by the outside is equal to a preset value, if so, displaying the control panel, sending a user login prompt to the outside, and if not, executing S211.
Specifically, when the KVM seat output module starts to capture a control panel display instruction, it is synchronously determined whether the number of times of continuously capturing the control panel display instruction is equal to a preset value (for example, the preset value is equal to 3), and then the user needs to send the control panel display instruction to the KVM seat output module through a keyboard or a mouse for 3 times, so that the control panel is displayed on a display corresponding to the KVM seat output module, and meanwhile, the control panel pops up a user login box to prompt the user to log in, so as to obtain personalized data.
S22: acquiring user login information sent by the outside, and sending the user login information to a background server for verification;
specifically, a user inputs user login information in a user login box through a keyboard or a mouse, and then the KVM seat output module sends the user login information to the background server for verification.
S23: the background server checks whether the user login information is correct or not, if not, the background server sends information of checking failure to the KVM seat output module and executes S22, and if so, the background server sends information of checking passing to the KVM seat output module and executes S24;
specifically, the background server checks the user login information after obtaining the user login information, prompts the user to input the user login information again if the user login information does not pass the check, and sends check passing information to the KVM seat output module if the user login information passes the check, so that the KVM seat output module actively requests the background server for the personalized data of the user, and the personalized information of the user is displayed on the control panel.
S24: and sending a request for acquiring the user personalized data to a background server, so that the background server circularly judges each piece of data in the storage according to the authority of the currently logged-in user, judges whether the user has the authority of the current data, if so, adds the current data into a linked list of the user personalized data, circularly judges the next piece of data, and if not, circularly judges the next piece of data.
Specifically, after the KVM agent output module obtains the information that passes the verification, it indicates that the current user successfully logs in, and at the same time, the KVM agent output module sends a request for obtaining the user personalized data to the background server to request the background server to send the user personalized data, and after the KVM agent output module obtains the information that passes the verification of the user login information, it actively sends a request for obtaining the user personalized data to the background server, so that the background server starts to screen the user personalized data in the storage, thereby screening the user personalized data associated with the current user, and according to the request for obtaining the user personalized data, according to the authority of the currently logged-in user, it performs a cyclic judgment on each piece of data in the storage to judge whether the user has the authority of the current data, if so, it adds the current data into the linked list of the user personalized data, and continuously and circularly judging the next piece of data, if not, indicating that the user has no authority to use the current data, and continuously and circularly judging the next piece of data.
S3: analyzing the user personalized data linked list sent by the background server, and storing the user personalized data linked list by using different linked lists so as to enable the layout of the graphical screen to be updated by the UI (user interface);
specifically, after the background server filters the user personalized data in the storage, the background server updates the layout of the graphical screen of the UI interface, in this embodiment, the S3 is specifically implemented by the following steps:
s31: acquiring a linked list of user personalized data sent by a background server;
specifically, after the background server performs cyclic judgment on all data in the storage, the user personalized data of which the current user has the right of use is added into the linked list of the user personalized data, and then the linked list of the user personalized data is sent to the KVM seat output module.
S32: and analyzing the linked list of the user personalized data sent by the background server, and storing the linked list by using different linked lists so as to update the layout of the graphical screen by the UI.
Specifically, after obtaining the linked list of the user personalized data, the KVM seat output module analyzes the linked list of the user personalized data in a Json format, stores the analyzed data in different list linked lists, updates the UI interface, and displays the personalized information of the user on the UI interface, namely, the layout changes of the existing graphical screen of the current user are all updated to the KVM seat output module, so that the subsequent scheduling and pushing accuracy is improved.
S4: acquiring an operation instruction sent by the outside, and sending window data corresponding to the operation instruction in a list linked list to a background server for window replacement, wherein the window data comprises coordinates, a unique identifier and a title;
specifically, a user uses a shortcut key for controlling a mouse or a keyboard to switch to a screen list of a control panel, the mouse clicks a corresponding screen, the layout of a pop-up screen and a window pop-up window (the window is a certain area partitioned by the screen according to a preset reference system), the mouse clicks the corresponding window, the KVM seat output module acquires corresponding window data from a list linked list and sends the corresponding window data to a backend server for comparison and replacement by using a pushed instruction message, wherein the window data includes but is not limited to a coordinate, a unique identifier and a title, the coordinate refers to a coordinate parameter of the window in the preset reference system, the unique identifier may be a unique identifier or a specific number corresponding to the window, the title is a title or a name of the window, and in this embodiment, S4 is specifically implemented by the following steps:
s41: acquiring an operation instruction sent by the outside, and sending window data corresponding to the operation instruction in a linked list to a background server;
specifically, a user switches to a screen list of a control panel by using a control mouse or a keyboard shortcut key, then selects a corresponding screen, a layout of a graphical screen and a window popup window can be popped up on a UI (user interface), and when the user selects a certain window at will, after recognizing such a series of actions, the KVM seat output module acquires window data corresponding to the window selected by the user from a list linked list and sends the window data to a background server by using a pushed instruction message.
S42: and the background server compares the window data sent by the KVM seat output module with the window data in the storage to further judge whether the same window data exists or not, if not, the program is ended, if so, the window replacement is carried out, window replacement information is generated and sent to the KVM seat output module.
Specifically, after the background server obtains the window data sent by the KVM agent output module, the window data sent by the KVM agent output module is compared with the window data in the storage, whether the window data in the storage is the same as the window data sent by the KVM agent output module or not is judged, if not, the program is ended, if yes, the windows with the same window data are replaced, and window replacement information is generated and sent to the KVM agent output module.
S5: and acquiring window replacement information sent by the background server, and replacing the window of the UI interface.
Specifically, after the KVM agent output module acquires the window replacement information sent by the background server, the local window of the UI interface is replaced, pushing is completed, and the user can exit and hide the control panel through the keyboard or the mouse.
Example two:
as shown in fig. 1-3, a KVM agent output module includes a memory and a processor;
a memory for storing program instructions;
a processor, configured to execute the program instructions to perform the distributed KVM agent collaboration graphics pushing method according to the first embodiment.
Example three:
as shown in fig. 3, a distributed KVM agent collaboration graphics pushing system is characterized in that: the KVM switch comprises a KVM seat output module, a KVM seat input module, a network switch, a background server and a screen, wherein the screen is connected with the KVM seat output module, and the KVM seat output module, the KVM seat input module and the background server are all connected with the network switch.
In this embodiment, the distributed KVM seat collaborative graphics push system includes a KVM seat input module, a screen, a KVM seat input module, a backend server, and preferably, a software control module installed on the KVM seat output module, and the software control module, where the KVM seat input module is configured to transmit video data to the KVM seat output module, the KVM seat output module is configured to process the video data and display the video data on the screen, the software control module includes a control panel, a mouse, and/or a keyboard, the control panel of the software control module is displayed on a display corresponding to the KVM seat output module, the control panel is configured to display a scene popup window, a plan popup window, a list of KVM seat input modules, a list of screens, and the like, and preferably, the screen is a tiled screen, and a user may send a related instruction to the software control module through the mouse and/or the keyboard, so as to realize the control of the user on the KVM seat output module.
Various other modifications and changes may be made by those skilled in the art based on the above-described technical solutions and concepts, and all such modifications and changes should fall within the scope of the claims of the present invention.

Claims (9)

1. A distributed KVM (keyboard video mouse) agent cooperation graph pushing method is characterized by comprising the following steps: the method comprises the following steps:
s1: acquiring an instruction sent by the outside, and establishing connection with a background server to acquire information of all users;
s2: sending a request for acquiring user personalized data to a background server so that the background server generates a linked list of the user personalized data, wherein the user personalized data comprises a user name, a scene, a plan, a KVM (keyboard, video and mouse) seat input module list and a screen list;
s3: analyzing a linked list of the user personalized data sent by the background server, and storing the linked list by using different linked lists so as to enable the UI to update the layout of the graphical screen;
s4: acquiring an operation instruction sent by the outside, and sending window data corresponding to the operation instruction in a linked list to a background server for window replacement, wherein the window data comprises coordinates, a unique identifier and a title;
s5: and acquiring window replacement information sent by the background server, and replacing the window of the UI interface.
2. The distributed KVM agent collaboration graph pushing method of claim 1, wherein: the S1 is specifically realized by the following steps:
s11: acquiring a starting instruction sent by the outside;
s12: initiating internal authentication;
s13: connecting with a background server through a background server IP address;
s14: judging whether the connection with the background server is successful, if not, executing S13, if so, sending a request for acquiring information of all users to the background server, and executing S15;
s15: and acquiring information of all users, updating a user list interface of the control panel by analyzing the information of all users, and hiding the finished control panel.
3. The distributed KVM agent collaboration graph pushing method of claim 1, wherein: the S2 is specifically realized by the following steps:
s21: acquiring a control panel display instruction sent by the outside, and sending a user login prompt to the outside;
s22: acquiring user login information sent by the outside, and sending the user login information to a background server for verification;
s23: the background server checks whether the user login information is correct or not, if not, the background server sends information of checking failure to the KVM seat output module and executes S22, and if so, the background server sends information of checking passing to the KVM seat output module and executes S24;
s24: and sending a request for acquiring the user personalized data to a background server, so that the background server circularly judges each piece of data in the storage according to the authority of the currently logged-in user, judges whether the user has the authority of the current data, if so, adds the current data into a linked list of the user personalized data, circularly judges the next piece of data, and if not, circularly judges the next piece of data.
4. The distributed KVM agent collaboration graph pushing method of claim 3, wherein: the S21 is specifically realized by the following steps:
s211: acquiring a control panel display instruction sent by the outside;
s212: accumulating the times of the control panel display instructions continuously sent from the outside and storing the times to a storage;
s213: and judging whether the frequency of the control panel display instructions continuously sent by the outside is equal to a preset value, if so, displaying the control panel, sending a user login prompt to the outside, and if not, executing S211.
5. The distributed KVM agent collaboration graph pushing method of claim 1, wherein: the S3 is specifically realized by the following steps:
s31: acquiring a linked list of user personalized data sent by a background server;
s32: and analyzing the linked list of the user personalized data sent by the background server, and storing the linked list by using different linked lists so as to update the layout of the graphical screen by the UI.
6. The distributed KVM agent collaboration graph pushing method of claim 1, wherein: the S4 is specifically realized by the following steps:
s41: acquiring an operation instruction sent by the outside, and sending window data corresponding to the operation instruction in a linked list to a background server;
s42: and the background server compares the window data sent by the KVM seat output module with the window data in the storage to further judge whether the same window data exists or not, if not, the program is ended, if so, the window replacement is carried out, window replacement information is generated and sent to the KVM seat output module.
7. A KVM seat output module, its characterized in that: comprises a storage and a processor;
a memory for storing program instructions;
a processor for executing the program instructions to perform the distributed KVM agent collaboration graphics pushing method of any of claims 1-6.
8. The utility model provides a distributing type KVM seat cooperation figure push system which characterized in that: comprising the KVM agent output module, the KVM agent input module, the network switch, the backend server, and the screen of claim 8, the screen being connected with the KVM agent output module, the KVM agent input module, and the backend server all being connected with the network switch.
9. The distributed KVM agent collaboration graphics push system of claim 8, wherein: the screen is a spliced screen.
CN202010574196.0A 2020-06-22 2020-06-22 Distributed KVM (keyboard video mouse) agent cooperation graph pushing method and system and output module Pending CN111831375A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010574196.0A CN111831375A (en) 2020-06-22 2020-06-22 Distributed KVM (keyboard video mouse) agent cooperation graph pushing method and system and output module

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010574196.0A CN111831375A (en) 2020-06-22 2020-06-22 Distributed KVM (keyboard video mouse) agent cooperation graph pushing method and system and output module

Publications (1)

Publication Number Publication Date
CN111831375A true CN111831375A (en) 2020-10-27

Family

ID=72897907

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010574196.0A Pending CN111831375A (en) 2020-06-22 2020-06-22 Distributed KVM (keyboard video mouse) agent cooperation graph pushing method and system and output module

Country Status (1)

Country Link
CN (1) CN111831375A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114296586A (en) * 2021-12-28 2022-04-08 威创集团股份有限公司 Content pushing method of agent system, storage medium and equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120185527A1 (en) * 2010-12-22 2012-07-19 Aventura Hq, Inc. Distributed virtual desktop architecture
CN109471546A (en) * 2018-09-30 2019-03-15 广州市保伦电子有限公司 A kind of method, system and the storage medium of KVM command scheduling
CN110531870A (en) * 2019-08-16 2019-12-03 北京小鸟科技股份有限公司 KVM attends a banquet management system and mouse picking method
CN111078020A (en) * 2019-12-09 2020-04-28 北京小鸟科技股份有限公司 Multi-specification display screen layout system and method for KVM system and coordinate mapping method
CN111124140A (en) * 2019-12-09 2020-05-08 深圳市创维群欣安防科技股份有限公司 KVM (keyboard, video and mouse) seat linkage method, system and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120185527A1 (en) * 2010-12-22 2012-07-19 Aventura Hq, Inc. Distributed virtual desktop architecture
CN109471546A (en) * 2018-09-30 2019-03-15 广州市保伦电子有限公司 A kind of method, system and the storage medium of KVM command scheduling
CN110531870A (en) * 2019-08-16 2019-12-03 北京小鸟科技股份有限公司 KVM attends a banquet management system and mouse picking method
CN111078020A (en) * 2019-12-09 2020-04-28 北京小鸟科技股份有限公司 Multi-specification display screen layout system and method for KVM system and coordinate mapping method
CN111124140A (en) * 2019-12-09 2020-05-08 深圳市创维群欣安防科技股份有限公司 KVM (keyboard, video and mouse) seat linkage method, system and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114296586A (en) * 2021-12-28 2022-04-08 威创集团股份有限公司 Content pushing method of agent system, storage medium and equipment
CN114296586B (en) * 2021-12-28 2023-10-10 威创集团股份有限公司 Content pushing method of seat system, storage medium and device

Similar Documents

Publication Publication Date Title
US20180043264A1 (en) Game Accessing Method and Processing Method, Server, Terminal, and System
CN112380093A (en) Operation and maintenance processing method and device and computer equipment
US11184411B2 (en) Communication terminal, communication system, log data transmission method, and non-transitory computer-readable medium
CN106998490B (en) A kind of multi-medium data synchronous method and device
US20170279748A1 (en) Information processing method and terminal, and computer storage medium
WO2022105409A1 (en) Fault diagnosis method, terminal device, and display device
CN104918043A (en) Program broadcast testing method and device
CN112328492B (en) Interaction control method and device between anchor and electronic equipment
CN111831375A (en) Distributed KVM (keyboard video mouse) agent cooperation graph pushing method and system and output module
CN112449238B (en) Short video production method, storage medium and terminal
CN115514667A (en) Access service processing method, system, device, electronic equipment and storage medium
CN106791982B (en) Account management method and device
CN108683707B (en) Network connection control method, network connection control terminal and system
CN115150645B (en) Display equipment and display method of screen throwing function page
CN108632662B (en) Television screen capturing method and device and equipment comprising television screen capturing device
CN118264841A (en) Display equipment and log acquisition method
CN113794890B (en) Data processing method, device, electronic equipment and storage medium
CN112988295B (en) Data acquisition method and device
CN112333492B (en) Video return control method and device, intelligent large-screen equipment and storage medium
US11743523B2 (en) Display control system and display input management method
CN114114992B (en) Structured data, electronic menu verification method and intelligent cooking equipment
EP3806398A1 (en) Smart tv remote maintenance method
CN116208622B (en) Batch cloud mobile phone synchronous operation method
CN116368807A (en) Mobile terminal, server, display device and control method for remote timing shutdown
CN109963146B (en) Video service quality acquisition method, device and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: No. 56 Nanli East Road, Shiqi Town, Panyu District, Guangzhou City, Guangdong Province, 510000

Applicant after: Guangdong Baolun Electronics Co.,Ltd.

Address before: 510000 Building 1, industrial zone B, Zhongcun street, Panyu District, Guangzhou City, Guangdong Province

Applicant before: GUANGZHOU ITC ELECTRONIC TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information