CN115102941A - Web-based server remote debugging method, system, device and medium - Google Patents
Web-based server remote debugging method, system, device and medium Download PDFInfo
- Publication number
- CN115102941A CN115102941A CN202210882822.1A CN202210882822A CN115102941A CN 115102941 A CN115102941 A CN 115102941A CN 202210882822 A CN202210882822 A CN 202210882822A CN 115102941 A CN115102941 A CN 115102941A
- Authority
- CN
- China
- Prior art keywords
- serial port
- web
- server
- mapping
- debugging
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 36
- 238000013507 mapping Methods 0.000 claims abstract description 64
- 230000002457 bidirectional effect Effects 0.000 claims abstract description 16
- 230000005540 biological transmission Effects 0.000 claims abstract description 16
- 230000006870 function Effects 0.000 claims description 24
- 238000012795 verification Methods 0.000 claims description 5
- 238000005516 engineering process Methods 0.000 abstract description 9
- 238000011161 development Methods 0.000 description 9
- 238000004891 communication Methods 0.000 description 8
- 230000008569 process Effects 0.000 description 5
- 238000012545 processing Methods 0.000 description 5
- 230000009471 action Effects 0.000 description 3
- 230000008878 coupling Effects 0.000 description 3
- 238000010168 coupling process Methods 0.000 description 3
- 238000005859 coupling reaction Methods 0.000 description 3
- 230000009286 beneficial effect Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000013461 design Methods 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000000750 progressive effect Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
- H04L67/025—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/16—Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
- H04L69/163—In-band adaptation of TCP data exchange; In-band control procedures
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Debugging And Monitoring (AREA)
Abstract
The invention provides a method, a system, a device and a medium for remote debugging of a server based on a web, wherein the method comprises the following steps: accessing a server at a web end, and performing user authentication; calling a serial port mapping URL function at a web end, mapping a serial port needing debugging on a server to an idle serial port controller, and taking the serial port as a mapping serial port; calling the URL at the web end to carry out serial port virtualization on the mapping serial port, and starting the tcp server; and establishing a web end and a virtual serial port to establish data bidirectional transmission, and performing remote debugging on the virtual serial port. The invention can realize the remote serial port debugging function based on the web at the BMC based on the serial port virtualization technology.
Description
Technical Field
The invention relates to the technical field of computers, in particular to a method, a system, a device and a medium for remote debugging of a server based on a web.
Background
When a server is developed and debugged, the BMC and the x86 are often debugged by using a serial port, and often a serial port line is used for debugging. During field debugging, the equipment has great noise, and when a serial server is used, a plurality of people share the scene with conflict. In the prior art, the sol can be used for debugging the remote equipment, but an independent tool needs to be independently installed for operation, a command line needs to be used, the operation is not friendly, and errors are easy to occur.
Disclosure of Invention
In view of the above problems, an object of the present invention is to provide a method, a system, a device, and a medium for web-based remote debugging of a server, which can implement a web-based remote serial port debugging function at a BMC end based on a serial port virtualization technology.
In order to achieve the purpose, the invention is realized by the following technical scheme: a web-based server remote debugging method comprises the following steps:
accessing a server at a web end, and performing user authentication;
calling a serial port mapping URL function at a web end, mapping a serial port needing debugging on a server to an idle serial port controller, and taking the serial port as a mapping serial port;
calling the URL at the web end to carry out serial port virtualization on the mapping serial port, and starting the tcp server;
and establishing a web end and a virtual serial port to establish data bidirectional transmission, and performing remote debugging on the virtual serial port.
Further, the accessing the server at the web end and performing user authentication includes:
and logging in a server at the web end through the network, and carrying out user authentication on the web end by the server to generate a token and returning the token to the web end.
Further, the calling a serial port mapping URL function at the web end to map the serial port to be debugged on the server to the idle serial port controller includes:
and calling a serial port mapping URL function at the web end, and mapping the debugging serial port ttyS4 of the server to a serial port controller ttyS 5.
Further, the calling the URL at the web end to perform serial port virtualization on the mapping serial port and start the tcp server includes:
and calling the URL at the web end to start virtualization of the serial port ttyS5, calling a serial port virtualization program by the BMC, converting serial port data of ttyS5 into a TCP data message, and starting a TCP server.
Further, establishing data bidirectional transmission between the web end and the virtual serial port, and performing remote debugging on the virtual serial port includes:
calling a web socket on an operation interface of the web end to establish connection with a tcp server of a serial port ttyS5 so as to establish data bidirectional transmission between the web end and a server;
and sending a debugging command to the serial port ttyS5 at the web end to carry out remote debugging on the server.
Correspondingly, the invention also discloses a remote debugging system of the server based on the web, which comprises the following steps: the connection verification unit is used for accessing the server at the web end and verifying the user;
the serial port mapping unit is used for calling a serial port mapping URL function at the web end, mapping the serial port needing debugging on the server to an idle serial port controller and taking the serial port as a mapping serial port;
the serial port virtualization unit is used for calling the URL at the web end to carry out serial port virtualization on the mapping serial port and starting the tcp server;
and the debugging unit is used for establishing data bidirectional transmission between the web end and the virtual serial port and remotely debugging the virtual serial port.
Further, the serial port mapping unit is specifically configured to:
and calling a serial port mapping URL function at the web end, and mapping the debugging serial port ttyS4 of the server to a serial port controller ttyS 5.
Further, the serial port virtual unit is specifically configured to:
and calling the URL at the web end to start virtualization of the serial port ttyS5, calling a serial port virtualization program by the BMC, converting serial port data of ttyS5 into a TCP data message, and starting a TCP server.
Correspondingly, the invention discloses a remote debugging device of a server based on a web, which comprises:
a memory for storing a web-based server remote debugging program;
a processor for implementing the steps of the web-based server remote debugging method according to any one of the above when executing the web-based server remote debugging program.
Accordingly, the present invention discloses a readable storage medium having stored thereon a web-based server remote debugging program, which when executed by a processor implements the steps of the web-based server remote debugging method according to any of the above.
Compared with the prior art, the invention has the beneficial effects that: the invention provides a method, a system, a device and a medium for remote debugging of a web-based server, which realize a remote serial port debugging function based on the web at a BMC (baseboard management controller) end based on a serial port virtualization technology, effectively improve the development efficiency and reduce the requirement of going to and coming from a laboratory; and moreover, the debugging of a plurality of different independent systems such as BMC (baseboard management controller) and x86 of the server system can be supported, and the development efficiency is improved. The use of serial port lines is reduced, and the development cost is reduced.
The invention is based on the BMC web mode, and can dynamically start the remote debugging function; a plurality of different systems in the frame can be debugged at the web end at the same time; the system logs in through a Web mode, an account authentication mechanism of the Web can be reused, and the safety and the reliability of the system are improved.
Therefore, compared with the prior art, the invention has prominent substantive features and remarkable progress, and the beneficial effects of the implementation are also obvious.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a process flow diagram of an embodiment of the present invention.
Fig. 2 is a system configuration diagram of an embodiment of the present invention.
In the figure, 1, a connection verification unit; 2. a serial port mapping unit; 3. a serial port virtual unit; 4. and a debugging unit.
Detailed Description
The core of the invention is to provide a web-based server remote debugging method, in the prior art, sol can be used for remote equipment debugging, but an independent tool needs to be independently installed for operation, a command line needs to be used, the operation is not friendly, and errors are easy to occur.
The invention provides a remote debugging method of a server based on a web. And then, calling a serial port mapping URL function at the web end, mapping the serial port needing debugging on the server to an idle serial port controller, and taking the serial port as a mapping serial port. At the moment, calling the URL at the web end to carry out serial port virtualization on the mapping serial port, and starting the tcp server. And finally, establishing data bidirectional transmission between the web end and the virtual serial port, and carrying out remote debugging on the virtual serial port. Therefore, the invention can realize the remote serial port debugging function based on the web at the BMC based on the serial port virtualization technology.
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The first embodiment is as follows:
as shown in fig. 1, the present embodiment provides a web-based server remote debugging method, including the following steps:
s1: and accessing the server at the web end and performing user authentication.
Specifically, a server is logged in through a network at a web end, and the server performs user authentication on the web end, generates a token and returns the token to the web end.
S2: and calling a serial port mapping URL function at the web end, mapping the serial port needing debugging on the server to an idle serial port controller, and using the serial port as a mapping serial port.
As an example, this step includes: and calling a serial port mapping URL function at the web end, and mapping the debugging serial port ttyS4 of the server to a serial port controller ttyS 5.
S3: calling the URL at the web end to carry out serial port virtualization on the mapping serial port, and starting the tcp server.
As an example, the step is specifically: and calling the URL at the web end to start virtualization of the serial port ttyS5, calling a serial port virtualization program by the BMC, converting serial port data of ttyS5 into a TCP data message, and starting TCP server.
S4: and establishing a web end and a virtual serial port to establish data bidirectional transmission, and performing remote debugging on the virtual serial port.
Specifically, firstly, calling a web socket on an operation interface of a web end to establish connection with a tcp server of a serial port ttyS5 so as to establish data bidirectional transmission between the web end and a server; and then a debugging command is sent to the serial port ttyS5 at the web end, and the server is remotely debugged.
The embodiment provides a web-based server remote debugging method, which is based on a serial port virtualization technology, realizes a web-based remote serial port debugging function at a BMC (baseboard management controller) end, effectively improves the development efficiency, and reduces the requirement of going to and from a laboratory; and moreover, the debugging of a plurality of different independent systems such as BMC (baseboard management controller) and x86 of the server system can be supported, and the development efficiency is improved. The use of serial port lines is reduced, and the development cost is reduced.
The second embodiment:
based on the first embodiment, as shown in fig. 2, the present invention further discloses a remote server debugging system based on web, which includes: the device comprises a connection verification unit 1, a serial port mapping unit 2, a serial port virtual unit 3 and a debugging unit 4.
And the connection authentication unit 1 is used for accessing the server at the web end and performing user authentication. The connection verification unit 1 is specifically configured to: and logging in a server at the web end through the network, and carrying out user authentication on the web end by the server to generate a token and return the token to the web end.
And the serial port mapping unit 2 is used for calling a serial port mapping URL function at the web end, mapping the serial port needing debugging on the server to an idle serial port controller and taking the serial port as a mapping serial port. The serial port mapping unit 2 is specifically configured to: and calling a serial port mapping URL function at the web end, and mapping the debugging serial port ttyS4 of the server to a serial port controller ttyS 5.
And the serial port virtualization unit 3 is used for calling the URL at the web end to carry out serial port virtualization on the mapping serial port and starting the tcp server. The serial port virtual unit 3 is specifically configured to: and calling the URL at the web end to start virtualization of the serial port ttyS5, calling a serial port virtualization program by the BMC, converting serial port data of ttyS5 into a TCP data message, and starting a TCP server.
And the debugging unit 4 is used for establishing data bidirectional transmission between the web end and the virtual serial port and remotely debugging the virtual serial port. The debugging unit 4 is specifically configured to: calling a web socket on an operation interface of the web end to establish connection with a tcp server of a serial port ttyS5 so as to establish data bidirectional transmission between the web end and a server; and sending a debugging command to the serial port ttyS5 at the web end to carry out remote debugging on the server.
The embodiment provides a web-based server remote debugging system, which is based on a serial port virtualization technology, realizes a web-based remote serial port debugging function at a BMC (baseboard management controller) end, effectively improves the development efficiency, and reduces the requirement of going to and from a laboratory; and moreover, the debugging of a plurality of different independent systems such as BMC (baseboard management controller) and x86 of the server system can be supported, and the development efficiency is improved. The use of serial port lines is reduced, and the development cost is reduced.
Example three:
the embodiment discloses a remote debugging device of a web-based server, which comprises a processor and a memory; wherein the processor, when executing the web-based server remote debugging program stored in the memory, implements the steps of:
1. and accessing the server at the web end and performing user authentication.
2. And calling a serial port mapping URL function at the web end, mapping the serial port needing debugging on the server to an idle serial port controller, and taking the serial port as a mapping serial port.
3. Calling the URL at the web end to carry out serial port virtualization on the mapping serial port, and starting the tcp server.
4. And establishing a web end and a virtual serial port to establish data bidirectional transmission, and performing remote debugging on the virtual serial port.
Further, the web-based server remote debugging apparatus in this embodiment may further include:
and the input interface is used for acquiring an externally imported web-based server remote debugging program, storing the acquired web-based server remote debugging program into the memory, and also used for acquiring various instructions and parameters transmitted by external terminal equipment and transmitting the instructions and parameters to the processor, so that the processor can utilize the instructions and the parameters to perform corresponding processing. In this embodiment, the input interface may specifically include, but is not limited to, a USB interface, a serial interface, a voice input interface, a fingerprint input interface, a hard disk reading interface, and the like.
And the output interface is used for outputting various data generated by the processor to the terminal equipment connected with the output interface so that other terminal equipment connected with the output interface can acquire various data generated by the processor. In this embodiment, the output interface may specifically include, but is not limited to, a USB interface, a serial interface, and the like.
And the communication unit is used for establishing remote communication connection between the remote debugging device of the web-based server and the external server so that the remote debugging device of the web-based server can mount the mirror image file into the external server. In this embodiment, the communication unit may specifically include, but is not limited to, a remote communication unit based on a wireless communication technology or a wired communication technology.
And the keyboard is used for acquiring various parameter data or instructions input by a user through real-time key cap knocking.
And the display is used for displaying relevant information in the short circuit positioning process of the power supply line of the running server in real time.
The mouse can be used for assisting a user to input data and simplifying the operation of the user.
Example four:
the present embodiments also disclose a readable storage medium, which may include Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, a hard disk, a removable hard disk, a CD-ROM, or any other form of storage medium known in the art. The readable storage medium has stored therein a web-based server remote debugger, which when executed by a processor implements the steps of:
1. and accessing the server at the web end and performing user authentication.
2. And calling a serial port mapping URL function at the web end, mapping the serial port needing debugging on the server to an idle serial port controller, and taking the serial port as a mapping serial port.
3. Calling the URL at the web end to carry out serial port virtualization on the mapping serial port, and starting the tcp server.
4. And establishing a web end and a virtual serial port to establish data bidirectional transmission, and performing remote debugging on the virtual serial port.
In conclusion, the invention can realize the remote serial port debugging function based on the web at the BMC based on the serial port virtualization technology.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. For the method disclosed by the embodiment, the description is simple because the method corresponds to the system disclosed by the embodiment, and the relevant points can be referred to the description of the method part.
Those of skill would further appreciate that the various illustrative components and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the components and steps of the various examples have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided by the present invention, it should be understood that the disclosed system, system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed coupling or direct coupling or communication connection between each other may be through some interfaces, indirect coupling or communication connection of systems or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each module may exist alone physically, or two or more modules are integrated into one unit.
Similarly, each processing unit in the embodiments of the present invention may be integrated into one functional module, or each processing unit may exist physically, or two or more processing units are integrated into one functional module.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
The present invention provides a method, system, device and readable storage medium for remote debugging of a web-based server. The principles and embodiments of the present invention are explained herein using specific examples, which are presented only to assist in understanding the method and its core concepts. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
Claims (10)
1. A remote debugging method for a server based on a web is characterized by comprising the following steps:
accessing a server at a web end, and performing user authentication;
calling a serial port mapping URL function at a web end, mapping a serial port needing debugging on a server to an idle serial port controller, and taking the serial port as a mapping serial port;
calling the URL by the web-making end to perform serial port virtualization on the mapping serial port, and starting the tcp server;
and establishing data bidirectional transmission between the web end and the virtual serial port, and carrying out remote debugging on the virtual serial port.
2. The method for remotely debugging the web-based server according to claim 1, wherein the accessing the server at the web side and performing user authentication comprises:
and logging in a server at the web end through the network, and carrying out user authentication on the web end by the server to generate a token and returning the token to the web end.
3. The remote debugging method of web-based server according to claim 1, wherein said calling a serial port mapping URL function at the web end to map the serial port to be debugged on the server to an idle serial port controller, comprises:
and calling a serial port mapping URL function at the web end, and mapping the debugging serial port ttyS4 of the server to a serial port controller ttyS 5.
4. The remote debugging method of web-based server according to claim 3, wherein the calling URL at the web end to virtualize the serial port of the mapping serial port and start tcp server comprises:
and calling the URL at the web end to start virtualization of the serial port ttyS5, calling a serial port virtualization program by the BMC, converting serial port data of ttyS5 into a TCP data message, and starting a TCP server.
5. The remote debugging method of the web-based server according to claim 4, wherein the establishing of the data bidirectional transmission between the web terminal and the virtual serial port and the remote debugging of the virtual serial port comprise:
calling a web socket on an operation interface of the web end to establish connection with a tcp server of a serial port ttyS5 so as to establish data bidirectional transmission between the web end and the server;
and sending a debugging command to the serial port ttyS5 at the web end to carry out remote debugging of the server.
6. A web-based server remote debugging system is characterized in that,
the connection verification unit is used for accessing the server at the web end and verifying the user;
the serial port mapping unit is used for calling a serial port mapping URL function at the web end, mapping the serial port needing debugging on the server to an idle serial port controller and taking the serial port as a mapping serial port;
the serial port virtualization unit is used for calling the URL at the web end to carry out serial port virtualization on the mapping serial port and starting the tcp server;
and the debugging unit is used for establishing data bidirectional transmission between the web end and the virtual serial port and remotely debugging the virtual serial port.
7. The web-based server remote debugging system of claim 6, wherein the serial port mapping unit is specifically configured to:
and calling a serial port mapping URL function at the web end, and mapping the debugging serial port ttyS4 of the server to a serial port controller ttyS 5.
8. The web-based server remote debugging system of claim 7, wherein the serial port virtual unit is specifically configured to:
and calling the URL at the web end to start virtualization of the serial port ttyS5, calling a serial port virtualization program by the BMC, converting serial port data of ttyS5 into a TCP data message, and starting TCP server.
9. A web-based server remote debugging apparatus, comprising:
a memory for storing a web-based server remote debugging program;
a processor for implementing the steps of the web-based server remote debugging method according to any claim from 1 to 6 when executing the web-based server remote debugging program.
10. A readable storage medium, characterized by: the readable storage medium has stored thereon a web-based server remote debugging program, which when executed by a processor implements the steps of the web-based server remote debugging method according to any of claims 1 to 6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210882822.1A CN115102941B (en) | 2022-07-26 | 2022-07-26 | Remote debugging method, system, device and medium for web-based server |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210882822.1A CN115102941B (en) | 2022-07-26 | 2022-07-26 | Remote debugging method, system, device and medium for web-based server |
Publications (2)
Publication Number | Publication Date |
---|---|
CN115102941A true CN115102941A (en) | 2022-09-23 |
CN115102941B CN115102941B (en) | 2023-07-18 |
Family
ID=83298959
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210882822.1A Active CN115102941B (en) | 2022-07-26 | 2022-07-26 | Remote debugging method, system, device and medium for web-based server |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN115102941B (en) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN202257551U (en) * | 2011-10-14 | 2012-05-30 | 深圳市京华科讯科技有限公司 | Serial port redirecting system |
CN103051716A (en) * | 2012-12-25 | 2013-04-17 | 中标软件有限公司 | Method and system for redirecting network-oriented serial device |
WO2015131553A1 (en) * | 2014-09-24 | 2015-09-11 | 中兴通讯股份有限公司 | Data transmission method and system |
CN108804313A (en) * | 2018-05-22 | 2018-11-13 | 联想(北京)有限公司 | A kind of method, apparatus and server of remote debugging program |
CN110365521A (en) * | 2019-06-18 | 2019-10-22 | 上海电器科学研究所(集团)有限公司 | Equipment remote debugging method based on cloud gateway in a kind of novel maintenance system |
-
2022
- 2022-07-26 CN CN202210882822.1A patent/CN115102941B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN202257551U (en) * | 2011-10-14 | 2012-05-30 | 深圳市京华科讯科技有限公司 | Serial port redirecting system |
CN103051716A (en) * | 2012-12-25 | 2013-04-17 | 中标软件有限公司 | Method and system for redirecting network-oriented serial device |
WO2015131553A1 (en) * | 2014-09-24 | 2015-09-11 | 中兴通讯股份有限公司 | Data transmission method and system |
CN108804313A (en) * | 2018-05-22 | 2018-11-13 | 联想(北京)有限公司 | A kind of method, apparatus and server of remote debugging program |
CN110365521A (en) * | 2019-06-18 | 2019-10-22 | 上海电器科学研究所(集团)有限公司 | Equipment remote debugging method based on cloud gateway in a kind of novel maintenance system |
Also Published As
Publication number | Publication date |
---|---|
CN115102941B (en) | 2023-07-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103168301A (en) | Exposing resource capabilities to web applications | |
CN103092602A (en) | Software development kit and terminal apparatus | |
CN111756858B (en) | Remote development processing system, method and device for embedded equipment | |
CN109507991B (en) | Double-shaft servo control platform debugging system and method | |
CN115237481A (en) | Method, device and equipment for driving external equipment and storage medium | |
CN113849356B (en) | Equipment testing method and device, electronic equipment and storage medium | |
WO2014000299A1 (en) | Serial port redirection processing method, device, and system | |
CN113515395A (en) | Application access method and device based on multi-cloud management platform | |
CN115102941B (en) | Remote debugging method, system, device and medium for web-based server | |
CN115454881A (en) | Debugging system and debugging method of RISC-V architecture | |
CN115098311A (en) | Test method, system, device and storage medium based on multipath alias | |
CN108848182B (en) | Updating method of BMC firmware, related equipment and system | |
CN112953788A (en) | Network state detection method and device, BMC and storage medium | |
CN111404997A (en) | Heartbeat communication method, system and related device of double-control server | |
CN111552907A (en) | Message processing method, device, equipment and storage medium | |
CN109683994A (en) | Determine method, apparatus, storage medium and the electronic equipment of view building time | |
CN110471809A (en) | A kind of method and test device of test | |
CN109271188A (en) | A kind of CPLD upgrade method and relevant apparatus | |
CN115242658B (en) | Open system access method, device, computer equipment and storage medium | |
CN114615254B (en) | Remote connection method, device and system, storage medium and electronic equipment | |
CN114443387B (en) | Method and related device for testing server shared serial port | |
CN113572809B (en) | Single request source multi-target source data communication method, computer equipment and storage medium | |
CN110191141B (en) | Service calling information processing method and device and computer system | |
CN116389357B (en) | Hole address processing method, device, equipment and medium based on network on chip | |
CN116820867B (en) | Chip debugging method and device and chip |
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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |