CN114513405A - 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
CN114513405A
CN114513405A CN202210142377.5A CN202210142377A CN114513405A CN 114513405 A CN114513405 A CN 114513405A CN 202210142377 A CN202210142377 A CN 202210142377A CN 114513405 A CN114513405 A CN 114513405A
Authority
CN
China
Prior art keywords
configuration tree
file
openwrt
router
configuration
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
Application number
CN202210142377.5A
Other languages
Chinese (zh)
Other versions
CN114513405B (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

Images

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)
  • Stored Programmes (AREA)
  • Data Exchanges In Wide-Area Networks (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 a script by a configuration tree code to realize; automatically generating a configuration tree head file and a library file; compiling a configuration tree application management module code; TR181 debugs the application. The invention also relates to a complete functional module for implementing the TR181 on an AP router. The AP router adopting the TR181 configuration tree realized by the invention adopts an OpenWrt system platform, can have richer configuration besides the original uci configuration function, realizes a certain function by more means, can realize the functions of centralized 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 commercially available AP router products for OpenWrt platforms, and since OpenWrt platforms are used, the basic device functions depend on the uci to be configured. On the basis, the TR181 configuration tree is realized, so that the functional configuration means of the device can be greatly enriched, and some functions which cannot be realized through uci can be realized. The implementation of the whole TR181 configuration tree depends on the specification requirements of the OpenWrt system platform architecture on the custom module, the related script depends on the python language, the custom module is implemented by adopting the C/C + + language, and the complete TR181 configuration tree functional application is formed after the combination.
Disclosure of Invention
In view of this, the present invention is directed to a method and a system for implementing a configuration tree of an OpenWrt platform AP router TR181, which provide configuration management means other than uci for the OpenWrt platform AP router, provide more configuration methods through the configuration tree of the TR181, and extend new functions of devices more simply.
In order to achieve the purpose, the technical scheme of the invention is realized as follows:
in a first aspect, the present disclosure discloses a method for implementing an OpenWrt platform AP router TR181 configuration tree, including the following steps:
s1, determining a model of the configuration tree;
s2, according to the configuration tree model determined in the step S1, automatically generating scripts according to file headers of files in the configuration tree file library;
s3, compiling, debugging and configuring the configuration tree head file and the library file in the step S2;
s4, compiling a configuration tree application management module code;
s5 and TR181 debug the application.
Further, in step S1, the method specifically includes the following steps:
a1, searching TR181 node specifications;
a2, compiling 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 the header file library file to be automatically generated, and writing codes to automatically generate scripts.
Further, in step S3, the method specifically includes the following steps:
c1, firstly, running the script file compiled in the step S2;
c2, checking errors of the script file compiled in the S2 until the script is successfully run;
c3, adjusting the script file in C1 until the generated head file code and the library file meet the requirement.
Further, in step S4, the method specifically includes the following steps:
d1, adding a custom module in the OpenWrt system;
d2, compiling module codes, and setting operation interfaces 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 the OpenWrt system to ensure no abnormal operation;
e2, ensuring that the TR181 configuration tree is loaded successfully in the custom module;
e3, the operation function of the debugging perfect configuration tree is normal, and the operation function comprises node addition, deletion, reading and editing;
e4, completing the corresponding node interface by debugging and realizing normal function.
In a second aspect, the present disclosure provides a system for implementing a method for configuring a tree for an AP router TR181 of an OpenWrt platform, including:
the AP router is used for operating the OpenWrt platform system;
and the OpenWrt platform system is used for loading the configuration tree and running the custom module.
In a third aspect, the present disclosure discloses an electronic device, including a processor and a memory, communicatively connected to the processor, and configured to store executable instructions of the processor, where the processor is configured to execute the method for implementing a configuration tree of an OpenWrt platform AP router TR181 according to the first aspect.
In a fourth aspect, the present disclosure discloses a server, including at least one processor, and a memory communicatively connected to the processor, where the memory stores instructions executable by the at least one processor, and the instructions are executed 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.
In a fifth aspect, the present disclosure discloses a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a processor, the method for implementing the configuration tree of the AP router TR181 of the OpenWrt platform according to the first aspect is implemented.
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) the method and the system for realizing the configuration tree of the OpenWrt platform AP router TR181 are adopted, under the condition that the configuration function of the prior system through uci is not influenced, the related functions of the configuration tree of the device through the TR181 are added, 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 and consistency of the related functions in uci and the TR181 are realized, the system is enabled to be more powerful on the premise of ensuring the stability of the system, a background data configuration basis is also provided for the realization of remote management equipment in the follow-up process, and the important function of realizing the configuration tree of the TR181 is realized.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an embodiment of the invention and, together with the description, serve to explain the invention and not to limit the invention. In the drawings:
fig. 1 is a structural diagram of a configuration tree of an AP router TR181 implementing an OpenWrt platform according to the present invention;
fig. 2 is a flowchart of a method for implementing an OpenWrt platform AP router TR181 configuration tree according to the present invention.
Detailed Description
It should be noted that the embodiments and features of the embodiments of the present invention may be combined with each other without conflict.
In the description of the present invention, it is to be understood that the terms "center", "longitudinal", "lateral", "up", "down", "front", "back", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", and the like, indicate orientations or positional relationships based on those shown in the drawings, and are used only for convenience in describing the present invention and for simplicity in description, and do not indicate or imply that the referenced devices or elements must have a particular orientation, be constructed and operated in a particular orientation, and thus, are not to be construed as limiting the present invention. Furthermore, the terms "first", "second", etc. are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first," "second," etc. may explicitly or implicitly include one or more of that feature. In the description of the present invention, "a plurality" means two or more unless otherwise specified.
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 meaning of the above terms in the present invention can be understood by those of ordinary skill in the art through specific situations.
The present invention will be described in detail below with reference to the embodiments with reference to the attached drawings.
The method for realizing the configuration tree of the OpenWrt platform AP router TR181 comprises the following steps:
(1) determining a configuration tree model;
(1.1) looking up TR181 node specifications;
(1.2) compiling a TR181 node configuration tree file according to the specification;
and (1.3) checking the configuration tree file to ensure the correctness of the nodes, the parameters, the attributes and the like.
(2) Automatically generating a script for realizing the file header file of the configuration tree library;
(2.1) analyzing the content of the configuration tree file, a header file library file to be automatically generated and the like, and compiling a code automatic generation script;
(3) compiling, debugging and configuring the tree head file and the library file to automatically generate;
(3.1) running the script compiled in the step (2);
(3.2) checking errors until the script is successfully run;
and (3.3) adjusting the script until the generated codes such as the header file and the library file meet the subsequent requirements.
(4) Compiling a configuration tree application management module code;
(4.1) adding a custom module in the OpenWrt system for realizing a TR181 configuration tree;
(4.2) writing module code, wherein the module needs to have configuration tree loading, configuration tree node adding, configuration tree node deleting and configuration tree
Node reading, configuration tree node editing and other operation interfaces;
and (4.3) realizing the function of the corresponding node according to the automatically generated header file.
(5) TR181 debugging application;
(5.1) starting a custom module in the OpenWrt system to ensure that no abnormity occurs in operation;
(5.2) ensuring that the TR181 configuration tree is loaded successfully in the custom module;
(5.3) the operation function of the debugging perfection configuration tree is normal, and the operation function comprises node addition, deletion, reading and editing;
and (5.4) debugging and perfecting the corresponding node interface to realize normal functions.
As a preferred embodiment of the present invention, the configuration tree model in step (1) is determined.
As a preferred embodiment of the present invention, the configuration tree library header file in step (2) is automatically generated and scripted.
As a preferred embodiment of the present invention, the header file and the library file in step (3) can be correctly, automatically and completely generated.
As a preferred embodiment of the present invention, the configuration tree in step (4) is written by an application management custom module.
As a preferred embodiment of the present invention, the debugging TR181 configuration tree in step (5) can be normally applied.
The system for realizing the configuration tree of the OpenWrt platform AP router TR181 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 the configuration tree and running the custom module;
the implementation method of the TR181 configuration tree is that a custom module is run in an OpenWrt platform system, and the TR181 configuration tree is loaded and operated by the custom module, and specifically the following steps are performed:
(1) determining a configuration tree model;
(1.1) looking up TR181 node specifications;
(1.2) compiling a TR181 node configuration tree file according to the specification;
and (1.3) checking the configuration tree file to ensure the correctness of the nodes, the parameters, the attributes and the like.
(2) Automatically generating a script for realizing the file header file of the configuration tree library;
(2.1) analyzing the content of the configuration tree file, a header file library file to be automatically generated and the like, and compiling a code automatic generation script;
(3) compiling, debugging and configuring the tree head file and the library file to automatically generate;
(3.1) running the script compiled in the step (2);
(3.2) checking errors until the script is successfully run;
and (3.3) adjusting the script until the generated codes such as the header file and the library file meet the subsequent requirements.
(4) Compiling a configuration tree application management module code;
(4.1) adding a custom module in the OpenWrt system for realizing a TR181 configuration tree;
(4.2) writing module code, wherein the module needs to have configuration tree loading, configuration tree node adding, configuration tree node deleting and configuration tree
Node reading, configuration tree node editing and other operation interfaces;
and (4.3) realizing the function of the corresponding node according to the automatically generated header file.
(5) TR181 debugging application;
(5.1) starting a custom module in the OpenWrt system to ensure that the operation is abnormal;
(5.2) ensuring that the TR181 configuration tree is loaded successfully in the custom module;
(5.3) the operation function of the debugging perfection configuration tree is normal, and the operation function comprises node addition, deletion, reading and editing;
and (5.4) debugging and perfecting the corresponding node interface to realize normal functions.
As a preferred embodiment of the present invention, the configuration tree model in step (1) is determined.
As a preferred embodiment of the present invention, the configuration tree library header file in step (2) is automatically generated and scripted.
As a preferred embodiment of the present invention, the header file and the library file in step (3) can be correctly, automatically and completely generated.
As a preferred embodiment of the present invention, the configuration tree in step (4) is written by an application management custom module.
As a preferred embodiment of the present invention, the debugging TR181 configuration tree in step (5) can be normally applied.
When the AP router of the OpenWrt platform wants to implement a configuration management method other than uci, the method can be implemented by passing through the TR181 configuration tree, where the method involved includes the following steps:
(1) determining a configuration tree model;
(2) automatically generating a script for realizing the file header file of the configuration tree library;
(3) compiling, debugging and configuring the tree head file and the library file to automatically generate;
(4) compiling a configuration tree application management module code;
(5) TR181 debugs applications.
The present invention relates to another management configuration method for an OpenWrt platform AP router in a specific embodiment. Under the condition that the function configuration of an original system through uci is not influenced, the related functions of the device are configured in a TR181 configuration tree mode, more functions which are not supported by uci can be expanded, a centralized storage and management place is provided for the private customized functions, the system is enabled to be more powerful on the premise that the stability of the system is ensured, and a background data configuration basis is also provided for the subsequent realization of remote management of the device.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A method for realizing an OpenWrt platform AP router TR181 configuration tree is characterized by comprising the following steps:
s1, determining a model of the 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, debugging and configuring the configuration tree head file and the library file in the step S2;
s4, compiling a configuration tree application management module code;
s5 and TR181 debug the application.
2. The method according to claim 1, wherein in step S1, the method specifically includes the following steps:
a1, searching TR181 node specifications;
a2, compiling 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 according to claim 1, wherein in step S2, the method specifically includes the following steps:
b1, analyzing the content of the configuration tree file and the header file library file to be automatically generated, and writing codes to automatically generate scripts.
4. The method according to claim 1, wherein the method for implementing the OpenWrt platform AP router TR181 configuration tree is as follows: in step S3, the method specifically includes the following steps:
c1, firstly, running the script file compiled in the step S2;
c2, checking errors of the script file compiled in the S2 until the script is successfully run;
c3, adjusting the script file in C1 until the generated head file code and the library file meet the requirement.
5. The method according to claim 1, wherein in step S4, the method specifically includes the following steps:
d1, adding a custom module in the OpenWrt system;
d2, compiling module codes, and setting operation interfaces 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 according to claim 1, wherein in step S5, the method specifically includes the following steps:
e1, starting a custom module in the OpenWrt system to ensure no abnormal operation;
e2, ensuring that the TR181 configuration tree is loaded successfully in the custom module;
e3, the operation function of the debugging perfect configuration tree is normal, and the operation function comprises node addition, deletion, reading and editing;
e4, completing the corresponding node interface by debugging and realizing normal function.
7. The system according to any of claims 1 to 6, for implementing the method for OpenWrt platform AP router TR181 configuration tree, comprising:
the AP router is used for operating the OpenWrt platform system;
and the OpenWrt platform system is used for loading the configuration tree and running the custom module.
8. An electronic device comprising a processor and a memory communicatively coupled to the processor and configured to store processor-executable instructions, wherein: the processor is configured to perform a method of implementing an OpenWrt platform AP router TR181 configuration tree as set forth in any 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, the instructions being executable by the processor to cause the at least one processor to perform a method of implementing an OpenWrt platform AP router TR181 configuration tree as recited in any 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 of implementing an OpenWrt platform AP router TR181 configuration tree as claimed in any 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 true CN114513405A (en) 2022-05-17
CN114513405B 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 (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030023707A1 (en) * 2001-07-26 2003-01-30 Fintan Ryan System and method for batch tuning intelligent devices
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

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030023707A1 (en) * 2001-07-26 2003-01-30 Fintan Ryan System and method for batch tuning intelligent devices
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
CN114513405B (en) 2024-04-19

Similar Documents

Publication Publication Date Title
CN110941546A (en) Automatic test method, device, equipment and storage medium for WEB page case
CN111061643B (en) SDK cluster compatibility detection method and device, electronic equipment and storage medium
WO2022134915A1 (en) Interface testing method, and computer device and computer-readable storage medium
CN111399828B (en) Model-driven logic device modeling method and terminal
CN111679982A (en) Automatic testing method for REST API (representational State transfer) interface software
CN110543427A (en) Test case storage method and device, electronic equipment and storage medium
CN113384896A (en) Unity-based resource packaging method, device, equipment and medium
CN111078529B (en) Client writing module testing method and device and electronic equipment
CN114513405A (en) Method and system for realizing configuration tree of AP router TR181 of OpenWrt platform
KR102102546B1 (en) Scl validation detection method and scl validation detection device therefor
CN114780420A (en) Method, device, equipment and storage medium for automatic test based on test case
CN114661298A (en) Automatic public method generation method, system, device and medium
CN114020604A (en) Workflow-based automatic testing method and device
CN111026667B (en) Script execution method and device and electronic equipment
CN112433946A (en) Interface test management method, device, equipment and storage medium
CN113098961A (en) Component uploading method, device and system, computer equipment and readable storage medium
CN112035370A (en) Automatic generation system and generation method for unit test code
CN112068869A (en) CPLD upgrading method, device and equipment
CN114416104B (en) Structured data file processing method and device
CN113033137B (en) Method and device for establishing digital component model and server
CN117744588B (en) Chip verification system and method
CN115695570A (en) Conversion method, device, equipment and storage medium of medical image scanning protocol
CN115291945A (en) Terminal function compatibility control method, device, equipment and medium
CN117407024A (en) TBOX software parameter upgrading method and device, electronic equipment and medium
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