CN114513405B - Method and system for realizing configuration tree of AP router TR181 of OpenWrt platform - Google Patents

Method and system for realizing configuration tree of AP router TR181 of OpenWrt platform Download PDF

Info

Publication number
CN114513405B
CN114513405B CN202210142377.5A CN202210142377A CN114513405B CN 114513405 B CN114513405 B CN 114513405B CN 202210142377 A CN202210142377 A CN 202210142377A CN 114513405 B CN114513405 B CN 114513405B
Authority
CN
China
Prior art keywords
configuration tree
openwrt
file
router
platform
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.)
Active
Application number
CN202210142377.5A
Other languages
Chinese (zh)
Other versions
CN114513405A (en
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.)
Taicang T&W Electronics Co Ltd
Original Assignee
Taicang T&W 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 Taicang T&W Electronics Co Ltd filed Critical Taicang T&W Electronics Co Ltd
Priority to CN202210142377.5A priority Critical patent/CN114513405B/en
Publication of CN114513405A publication Critical patent/CN114513405A/en
Application granted granted Critical
Publication of CN114513405B publication Critical patent/CN114513405B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0876Aspects of the degree of configuration automation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0823Configuration setting characterised by the purposes of a change of settings, e.g. optimising configuration for enhancing reliability
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/085Retrieval of network configuration; Tracking network configuration history
    • YGENERAL 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
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to a method for realizing an OpenWrt platform AP router TR181 configuration tree, which comprises the following steps: determining a configuration tree model; automatically generating script realization by configuration tree codes; automatically generating a configuration tree header file and a library file; configuration tree application management module code writing; TR181 debugs the application. The invention also relates to a complete functional module for implementing TR181 on an AP router. The AP router of the TR181 configuration tree realized by the method adopts an OpenWrt system platform, can have richer configuration and more means to realize a certain function besides the original uci configuration function, can also centralize the function realization of equipment, and is more convenient for the operation of the equipment and the expansion of new functions.

Description

Method and system for realizing configuration tree of AP router TR181 of OpenWrt platform
Technical Field
The invention belongs to the field of Internet, and particularly relates to a method and a system for realizing an OpenWrt platform AP router TR181 configuration tree.
Background
There are many AP router products of the OpenWrt platform on the market, and in view of the OpenWrt platform, functions implemented on the basic device depend on the configuration function through uci. On the basis, the TR181 configuration tree is realized, so that the function configuration means of the equipment can be greatly enriched, and functions which cannot be realized through uci can be realized. The whole set of TR181 configuration tree is realized, the standard requirement of the OpenWrt system platform architecture on the custom module is depended on the python language, the custom module is realized by adopting the C/C++ language, and the functional application of the complete TR181 configuration tree is formed after the custom module is combined.
Disclosure of Invention
In view of this, the present invention aims to provide a method and a system for implementing an OpenWrt platform AP router TR181 configuration tree, which provides configuration management means other than uci for the OpenWrt platform AP router, provides more configuration methods through the TR181 configuration tree, and expands new functions of devices more simply.
In order to achieve the above purpose, the technical scheme of the invention is realized as follows:
the first aspect of the present invention discloses a method for implementing an OpenWrt platform AP router TR181 configuration tree, including the following steps:
s1, determining a model of a configuration tree;
S2, automatically generating a script according to the configuration tree model determined in the step S1 and the file header of the file in the configuration tree file library;
s3, compiling and debugging the configuration tree header file and library file in the configuration step S2;
s4, compiling configuration tree application management module codes;
s5, TR181 debugging application.
Further, in step S1, the method specifically includes the steps of:
A1, searching for a TR181 node specification;
a2, writing a TR181 node configuration tree file according to the specification in the step A1;
a3, checking the configuration tree file to ensure that the nodes, parameters and attributes are correct.
Further, in step S2, the method specifically includes the following steps:
B1, analyzing the content of the configuration tree file and writing a code automatic generation script to automatically generate a header file library file.
Further, in step S3, the method specifically includes the following steps:
c1, firstly, running the script file written in the step S2;
c2, checking the script file error written in the S2 until the script runs smoothly;
And C3, adjusting the script file in the C1 until the generated header file code and library file meet the requirements.
Further, in step S4, the method specifically includes the following steps:
D1, adding a custom module in an OpenWrt system;
D2, writing a module code, and setting an operation interface for loading configuration trees, adding configuration tree nodes, deleting configuration tree nodes, reading configuration tree nodes and editing configuration tree nodes;
and D3, realizing the function of the corresponding node according to the automatically generated header file.
Further, in step S5, the method specifically includes the following steps:
E1, starting a custom module in an OpenWrt system to ensure that no abnormality exists in operation;
e2, ensuring that the TR181 configuration tree is successfully loaded in the custom module;
e3, debugging and perfecting the normal operation function of the configuration tree, including node addition, deletion, reading and editing;
And E4, debugging and perfecting the interface of the corresponding node to realize normal functions.
Second aspect the present solution discloses a system for implementing a method for configuring a tree by an OpenWrt platform AP router TR181, including:
the AP router is used for operating the OpenWrt platform system;
the OpenWrt platform system is used for loading the configuration tree and operating the custom module.
Third aspect the present solution discloses an electronic device, including a processor and a memory communicatively connected to the processor and configured to store instructions executable by the processor, where the processor is configured to execute a method for implementing an OpenWrt platform AP router TR181 configuration tree according to the first aspect.
Fourth aspect the present solution discloses a server, comprising at least one processor, and a memory communicatively connected to the processor, where the memory stores instructions executable by the at least one processor, where the instructions are executable by the processor to cause the at least one processor to perform a method for implementing an OpenWrt platform AP router TR181 configuration tree according to the first aspect.
Fifth aspect the present solution discloses a computer readable storage medium storing a computer program, which when executed by a processor implements a method for implementing an OpenWrt platform AP router TR181 configuration tree according to the first aspect.
Compared with the prior art, the method and the system for realizing the configuration tree of the AP router TR181 of the OpenWrt platform have the following advantages:
(1) According to the method and the system for realizing the configuration tree of the OpenWrt platform AP router TR181, provided by the invention, the related functions of equipment are configured in a manner of configuring the tree through the TR181 without affecting the original system through uci configuration functions, more functions which are not supported by uci can be expanded, a centralized storage and management place is provided for the private customization functions, a reverse notification synchronization function is configured through uci, the coordination consistency of the related functions in uci and TR181 is realized, the system is more powerful on the premise that the system stability is ensured, and a background data configuration basis is provided for the follow-up remote management equipment, so that the important function of the TR181 configuration tree is realized.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention. In the drawings:
FIG. 1 is a block diagram of an AP router TR181 configuration tree implementing an OpenWrt platform in accordance with the present invention;
fig. 2 is a flowchart of a method of implementing an OpenWrt platform AP router TR181 configuration tree according to the present invention.
Detailed Description
It should be noted that, without conflict, the embodiments of the present invention and features of the embodiments may be combined with each other.
In the description of the present invention, it should be understood that the terms "center", "longitudinal", "lateral", "upper", "lower", "front", "rear", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", etc. indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, are merely for convenience in describing the present invention and simplifying the description, and do not indicate or imply that the devices or elements referred to must have a specific orientation, be configured and operated in a specific orientation, and thus should not be construed as limiting the present invention. Furthermore, the terms "first," "second," and the like, are used for descriptive purposes only and are not to be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defining "a first", "a second", etc. may explicitly or implicitly include one or more such feature. In the description of the present invention, unless otherwise indicated, the meaning of "a plurality" is two or more.
In the description of the present invention, it should be noted that, unless explicitly specified and limited otherwise, the terms "mounted," "connected," and "connected" are to be construed broadly, and may be either fixedly connected, detachably connected, or integrally connected, for example; can be mechanically or electrically connected; can be directly connected or indirectly connected through an intermediate medium, and can be communication between two elements. The specific meaning of the above terms in the present invention can be understood by those of ordinary skill in the art in a specific case.
The invention will be described in detail below with reference to the drawings in connection with embodiments.
The method for realizing the configuration tree of the AP router TR181 of the OpenWrt platform comprises the following steps:
(1) Determining a configuration tree model;
(1.1) looking up the TR181 node specification;
(1.2) writing a TR181 node configuration tree file according to the specification;
(1.3) checking configuration tree files to ensure correctness of nodes, parameters, attributes and the like.
(2) Configuring a tree bank file header file to automatically generate a script;
(2.1) analyzing the content of the configuration tree file, a header file library file to be automatically generated and the like, and writing codes to automatically generate scripts;
(3) Compiling and debugging configuration tree header files and library files are automatically generated;
(3.1) running the script written in the step (2);
(3.2) troubleshooting the error until the script runs smoothly;
And (3.3) adjusting the script until the generated codes such as the header file and the library file meet the subsequent requirements.
(4) Configuration tree application management module code writing;
(4.1) a newly added custom module in the OpenWrt system is used for realizing a TR181 configuration tree;
(4.2) writing Module code, the Module needs to have configuration Tree load, configuration Tree node addition, configuration Tree node deletion, configuration Tree
Node reading, configuration tree node editing and other operation interfaces;
(4.3) realizing the corresponding node function according to the automatically generated header file.
(5) TR181 debugging application;
(5.1) starting a custom module in an OpenWrt system to ensure that no abnormality exists in operation;
(5.2) ensuring that the TR181 configuration tree is loaded successfully in the custom module;
(5.3) debugging and perfecting the normal operation function of the configuration tree, including node addition, deletion, reading and editing;
And (5.4) debugging and perfecting the interface of the corresponding node to realize normal functions.
As a preferred embodiment of the present invention, the configuration tree model in the step (1) is determined.
As a preferred embodiment of the present invention, the configuration tree library file header file in the step (2) automatically generates script writing.
As a preferred embodiment of the present invention, the header file and the library file in the step (3) can be automatically and completely generated correctly.
As a preferred embodiment of the present invention, the configuration tree application management custom module in the step (4) is written.
As a preferred embodiment of the present invention, the debug TR181 configuration tree in the step (5) can be used normally.
The system for realizing the configuration tree of the AP router TR181 of the OpenWrt platform based on the method comprises the following steps:
the AP router is used for operating the OpenWrt platform system;
The OpenWrt platform system is used for loading configuration trees and operating a custom module;
The implementation method of the TR181 configuration tree is that a custom module is operated in an OpenWrt platform system, the TR181 configuration tree is loaded and operated through the custom module, and the following steps are specifically carried out:
(1) Determining a configuration tree model;
(1.1) looking up the TR181 node specification;
(1.2) writing a TR181 node configuration tree file according to the specification;
(1.3) checking configuration tree files to ensure correctness of nodes, parameters, attributes and the like.
(2) Configuring a tree bank file header file to automatically generate a script;
(2.1) analyzing the content of the configuration tree file, a header file library file to be automatically generated and the like, and writing codes to automatically generate scripts;
(3) Compiling and debugging configuration tree header files and library files are automatically generated;
(3.1) running the script written in the step (2);
(3.2) troubleshooting the error until the script runs smoothly;
And (3.3) adjusting the script until the generated codes such as the header file and the library file meet the subsequent requirements.
(4) Configuration tree application management module code writing;
(4.1) a newly added custom module in the OpenWrt system is used for realizing a TR181 configuration tree;
(4.2) writing Module code, the Module needs to have configuration Tree load, configuration Tree node addition, configuration Tree node deletion, configuration Tree
Node reading, configuration tree node editing and other operation interfaces;
(4.3) realizing the corresponding node function according to the automatically generated header file.
(5) TR181 debugging application;
(5.1) starting a custom module in an OpenWrt system to ensure that no abnormality exists in operation;
(5.2) ensuring that the TR181 configuration tree is loaded successfully in the custom module;
(5.3) debugging and perfecting the normal operation function of the configuration tree, including node addition, deletion, reading and editing;
And (5.4) debugging and perfecting the interface of the corresponding node to realize normal functions.
As a preferred embodiment of the present invention, the configuration tree model in the step (1) is determined.
As a preferred embodiment of the present invention, the configuration tree library file header file in the step (2) automatically generates script writing.
As a preferred embodiment of the present invention, the header file and the library file in the step (3) can be automatically and completely generated correctly.
As a preferred embodiment of the present invention, the configuration tree application management custom module in the step (4) is written.
As a preferred embodiment of the present invention, the debug TR181 configuration tree in the step (5) can be used normally.
When the AP router of the OpenWrt platform wants to implement a configuration management method other than uci, the configuration management method can be implemented by removing the TR181 configuration tree, where the related method includes the following steps:
(1) Determining a configuration tree model;
(2) Configuring a tree bank file header file to automatically generate a script;
(3) Compiling and debugging configuration tree header files and library files are automatically generated;
(4) Configuration tree application management module code writing;
(5) TR181 debugs the application.
The embodiment of the invention relates to another management configuration method of an AP router of an OpenWrt platform. Under the condition that the original system is not influenced by uci configuration functions, the related functions of equipment are configured in a TR181 configuration tree mode, more functions which are not supported by uci can be expanded, a place for centralized storage and management is provided for the private customization functions, the system is more powerful on the premise that the system stability is ensured, and a background data configuration foundation is provided for the follow-up remote management equipment.
The foregoing description of the preferred embodiments of the invention is not intended to be limiting, but rather is intended to cover all modifications, equivalents, alternatives, and improvements that fall within the spirit and scope of the invention.

Claims (10)

1. A method for implementing an OpenWrt platform AP router TR181 configuration tree, comprising the steps of:
s1, determining a model of a configuration tree;
S2, automatically generating a script according to the configuration tree model determined in the step S1 and the file header of the file in the configuration tree file library;
s3, compiling and debugging the configuration tree header file and library file in the configuration step S2;
s4, compiling configuration tree application management module codes;
s5, TR181 debugging application.
2. The method for implementing the OpenWrt platform AP router TR181 configuration tree according to claim 1, wherein in step S1, the method specifically comprises the following steps:
A1, searching for a TR181 node specification;
a2, writing a TR181 node configuration tree file according to the specification in the step A1;
a3, checking the configuration tree file to ensure that the nodes, parameters and attributes are correct.
3. The method for implementing the OpenWrt platform AP router TR181 configuration tree according to claim 1, wherein in step S2, the method specifically comprises the following steps:
B1, analyzing the content of the configuration tree file and writing a code automatic generation script to automatically generate a header file library file.
4. The method for implementing the OpenWrt platform AP router TR181 configuration tree according to claim 1, wherein: in step S3, the method specifically includes the following steps:
c1, firstly, running the script file written in the step S2;
c2, checking the script file error written in the S2 until the script runs smoothly;
And C3, adjusting the script file in the C1 until the generated header file code and library file meet the requirements.
5. The method for implementing the OpenWrt platform AP router TR181 configuration tree according to claim 1, wherein in step S4, the method specifically comprises the following steps:
D1, adding a custom module in an OpenWrt system;
D2, writing a module code, and setting an operation interface for loading configuration trees, adding configuration tree nodes, deleting configuration tree nodes, reading configuration tree nodes and editing configuration tree nodes;
and D3, realizing the function of the corresponding node according to the automatically generated header file.
6. The method for implementing the OpenWrt platform AP router TR181 configuration tree according to claim 1, wherein in step S5, the method specifically comprises the following steps:
E1, starting a custom module in an OpenWrt system to ensure that no abnormality exists in operation;
e2, ensuring that the TR181 configuration tree is successfully loaded in the custom module;
e3, debugging and perfecting the normal operation function of the configuration tree, including node addition, deletion, reading and editing;
And E4, debugging and perfecting the interface of the corresponding node to realize normal functions.
7. A system for implementing a method for implementing an OpenWrt platform AP router TR181 configuration tree according to any one of claims 1-6, comprising:
the AP router is used for operating the OpenWrt platform system;
the OpenWrt platform system is used for loading the configuration tree and operating the custom module.
8. An electronic device comprising a processor and a memory communicatively coupled to the processor for storing processor-executable instructions, characterized in that: the processor is configured to execute a method for implementing an OpenWrt platform AP router TR181 configuration tree according to any one of claims 1-6.
9. A server, characterized by: comprising at least one processor and a memory communicatively coupled to the processor, the memory storing instructions executable by the at least one processor to cause the at least one processor to perform a method of implementing an OpenWrt platform AP router TR181 configuration tree as claimed in any one of claims 1-6.
10. A computer-readable storage medium storing a computer program, characterized in that: the computer program, when executed by a processor, implements a method for implementing an OpenWrt platform AP router TR181 configuration tree according to any one of claims 1-6.
CN202210142377.5A 2022-02-16 2022-02-16 Method and system for realizing configuration tree of AP router TR181 of OpenWrt platform Active CN114513405B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210142377.5A CN114513405B (en) 2022-02-16 2022-02-16 Method and system for realizing configuration tree of AP router TR181 of OpenWrt platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210142377.5A CN114513405B (en) 2022-02-16 2022-02-16 Method and system for realizing configuration tree of AP router TR181 of OpenWrt platform

Publications (2)

Publication Number Publication Date
CN114513405A CN114513405A (en) 2022-05-17
CN114513405B true CN114513405B (en) 2024-04-19

Family

ID=81552456

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210142377.5A Active CN114513405B (en) 2022-02-16 2022-02-16 Method and system for realizing configuration tree of AP router TR181 of OpenWrt platform

Country Status (1)

Country Link
CN (1) CN114513405B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1479461A (en) * 2002-08-29 2004-03-03 华为技术有限公司 Communication system fault diagnosis method and system
CN103678107A (en) * 2012-09-21 2014-03-26 上海斐讯数据通信技术有限公司 Data processing method and system
CN109471621A (en) * 2018-09-26 2019-03-15 西安电子科技大学工程技术研究院有限公司 A kind of tools build method under linux system based on big data

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7774435B2 (en) * 2001-07-26 2010-08-10 Oracle America, Inc. System and method for batch tuning intelligent devices

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1479461A (en) * 2002-08-29 2004-03-03 华为技术有限公司 Communication system fault diagnosis method and system
CN103678107A (en) * 2012-09-21 2014-03-26 上海斐讯数据通信技术有限公司 Data processing method and system
CN109471621A (en) * 2018-09-26 2019-03-15 西安电子科技大学工程技术研究院有限公司 A kind of tools build method under linux system based on big data

Also Published As

Publication number Publication date
CN114513405A (en) 2022-05-17

Similar Documents

Publication Publication Date Title
CN110941546A (en) Automatic test method, device, equipment and storage medium for WEB page case
CN108170809A (en) Build table scenario generation method, device, equipment and computer readable storage medium
CN111309593A (en) JSON interface verification method, device and equipment and computer readable storage medium
CN114691464A (en) Interface testing method, computer equipment and computer readable storage medium
CN114513405B (en) Method and system for realizing configuration tree of AP router TR181 of OpenWrt platform
CN111857709A (en) Mapping method and device for React component and Flutter component, electronic equipment and storage medium
CN111723019A (en) Interface debugging method and system
CN112395339B (en) Intersystem data admission verification method, device, computer equipment and storage medium
CN112052157B (en) Method, device and system for constructing test message
CN114443039A (en) Input parameter verification method and device, electronic equipment and storage medium
CN115544968B (en) Method, system, equipment and storage medium compatible with multi-project equipment tree
CN115022312A (en) Method and device for realizing multiple intelligent contract engines, electronic equipment and storage medium
CN114020604A (en) Workflow-based automatic testing method and device
CN117744588B (en) Chip verification system and method
CN112988278A (en) Meta file modification method and device of resource file, electronic equipment and storage medium
US8495596B1 (en) System, method, and computer program for interfacing an automatic operational support system with a legacy operational support system
CN114416104B (en) Structured data file processing method and device
CN112527338A (en) Micro-service upgrading method, electronic equipment and readable storage medium
CN113448605B (en) Software updating method and device, electronic equipment and storage medium
CN113033137B (en) Method and device for establishing digital component model and server
CN117348924A (en) Dynamic parameter injection system and method based on Vue and EJS
CN113301062B (en) Data model synchronization method, communication equipment and device with storage function
CN111858329A (en) Target public information model interface testing method and device
CN115794096A (en) Web application framework conversion method and device
CN117453277A (en) Method, device, equipment and medium for constructing code scanning and header file query library

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