Method for video monitoring system to implement Topo map of network devices on web
A technology of video surveillance system and network equipment, which is applied in the field of video surveillance system mesh multi-domain visualization full video equipment management, which can solve the problem that the network administrator cannot know the real location of the fault, and achieve a simple and friendly equipment addition process Effect
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment approach
[0337] 1. Call the initialize() method when the page loads
[0338] 2. The action of the mouse on the topo network element triggers an event and calls the corresponding processing method
[0339] 2.1 Network element movement
[0340] The Dev_MouseDown() method defines the action after the mouse is pressed on the network element device, draws the frame and initializes the drag object list.
[0341] function Dev_MouseDown(){
[0342] IsDev = true;
[0343] / / Get the current event trigger object
[0344] curDragObj = event.srcElement;
[0345] if(event.srcElement.tagName != "image") return;
[0346] / / Pass the current network element object index to the menu system, arrObjectID is defined in coolmenu.js
[0347] oIndex = findDevObjByID(curDragObj.id);
[0348] / / Exit immediately if in link drawing mode
[0349] / / Delete the currently selected object border
[0350] clearBorder();
[0351] / / add borde...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 