CN114845312B - Method for automatically building networking environment based on TDMA satellite network management - Google Patents

Method for automatically building networking environment based on TDMA satellite network management Download PDF

Info

Publication number
CN114845312B
CN114845312B CN202210341577.3A CN202210341577A CN114845312B CN 114845312 B CN114845312 B CN 114845312B CN 202210341577 A CN202210341577 A CN 202210341577A CN 114845312 B CN114845312 B CN 114845312B
Authority
CN
China
Prior art keywords
layer
page
networking environment
configuration file
information
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
CN202210341577.3A
Other languages
Chinese (zh)
Other versions
CN114845312A (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.)
Sichuan Andi Technology Industrial Co Ltd
Original Assignee
Sichuan Andi Technology Industrial 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 Sichuan Andi Technology Industrial Co Ltd filed Critical Sichuan Andi Technology Industrial Co Ltd
Priority to CN202210341577.3A priority Critical patent/CN114845312B/en
Publication of CN114845312A publication Critical patent/CN114845312A/en
Application granted granted Critical
Publication of CN114845312B publication Critical patent/CN114845312B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W16/00Network planning, e.g. coverage or traffic planning tools; Network deployment, e.g. resource partitioning or cells structures
    • H04W16/18Network planning tools
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W24/00Supervisory, monitoring or testing arrangements
    • H04W24/02Arrangements for optimising operational condition
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W84/00Network topologies
    • H04W84/02Hierarchically pre-organised networks, e.g. paging networks, cellular networks, WLAN [Wireless Local Area Network] or WLL [Wireless Local Loop]
    • H04W84/04Large scale networks; Deep hierarchical networks
    • H04W84/06Airborne or Satellite Networks
    • 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/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

A method for automatically setting up networking environment based on TDMA satellite network management comprises the following steps: storing the positioning information of each page element on the network manager into a configuration file of a Java item; storing information of various devices on the network manager into a configuration file; processing positioning information of each page in the configuration file and information of various devices on the network manager by utilizing Java, webdriver and Selenium, layering programs, including: baseDriver: acquiring Driver drivers of different browsers, creating a driving object, and packaging a basic operation method; page layer: inheriting the BaseDriver, and reading the positioning information of each page element in the configuration file; handle layer: introducing a Page layer object, and operating the positioned information of the Page layer; bussiness layer: introducing a handle layer object, and operating a packaging method in the handle layer to realize adding, deleting and modifying the object; test layer: adding, deleting and modifying in the serial businessman layer; in TDMA satellite network management, on the premise of large-scale equipment networking, manual configuration is changed into program automatic configuration, networking efficiency is improved, and error occurrence probability is reduced.

Description

Method for automatically building networking environment based on TDMA satellite network management
Technical Field
The invention belongs to the field of satellite communication, and particularly relates to an automatic networking environment setting-up method and device based on a TDMA satellite network manager.
Background
The MF-TDMA satellite communication system is mainly applied to a high-orbit synchronous communication satellite based on a transparent forwarding principle, and a TDMA satellite network manager is a network management system for managing and monitoring equipment of the system and resource state changes thereof; specifically, the TDMA satellite network management manual configuration device scheme has the following problems: 1) Different equipment types need to be added on different pages; 2) The constraint of adding equipment is excessive, and under the condition that certain functions are met, the sequence of adding different equipment is required to be ensured; 3) And under the TDMA large-scale networking, clicking the adding equipment of each interface repeatedly for many times consumes a great deal of time.
Disclosure of Invention
Aiming at the defects of the related prior art, the invention provides an automatic networking environment setting-up method and device based on a TDMA satellite network management, wherein in the TDMA satellite network management, manual piece-by-piece configuration is changed into program automatic configuration on the premise of large-scale equipment networking, so that networking efficiency is improved, and the probability of error occurrence is reduced.
In order to achieve the object of the invention, the following scheme is adopted:
a method for automatically setting up networking environment based on TDMA satellite network management comprises the following steps:
responding to the input of a user interface of a satellite network manager, storing the positioning information of each page element on the network manager into a configuration file of a Java item, wherein each page element comprises configuration items of added equipment, such as equipment names, SN, IP addresses, equipment types and the like, satellites, repeaters, frequency bands, carriers and the like;
storing information of various devices on a network manager into a configuration file, wherein the information of the devices comprises: a device name value, an SN number value, an IP address value, a data value of a device attribute, and the like;
the program is realized: analyzing and processing codes of positioning information of each page in the configuration file and information of various devices on the network manager by utilizing Java, webdriver and Selenium, layering programs, including: baseDriver, page, handle, business, test.
Further, the format of the positioning information is a positioning mode > specific value.
Further, the step of layering the program includes the steps of:
BaseDriver: the method comprises the steps of obtaining Driver drivers of different browsers, creating a driving object, and packaging a basic operation method;
page layer: inheriting the BaseDriver, reading the positioning information of each page element in the configuration file, and realizing the positioning of each interface element;
handle layer: introducing a Page layer object, operating the positioned information of the Page layer, and realizing the operation of elements of the whole network Page;
bussiness layer: introducing a handle layer object, operating a method for packaging in the handle layer, realizing adding, deleting and modifying the object, and acquiring input data sources from a configuration file;
test layer: the addition, deletion and modification in the serial business layer automatically builds the networking environment, such as adding satellite resources, network controllers, subnets, equipment and building chain allocation resources in sequence, so that the networking environment can be built.
Further, the basic operation method of the package includes: opening or closing a browser, switching windows, and finding element positions.
Further, the information that the Page layer has located includes the input of the input box, the clicking of the button.
Further, the step of layering the program further comprises: the configuration parameters call the Test layer method, and the equipment can be automatically on line and allocate resources after the deployment environment is completed.
An automatic networking environment setting up device based on a TDMA satellite network manager, comprising:
the configuration module is used for storing the positioning information of each page element on the network manager into a configuration file of a Java item and storing the information of various devices on the network manager into the configuration file;
the analysis processing module is configured to analyze and process code on positioning information of each page in the configuration file and information of various devices on the network manager by using Java, webdriver and Selenium, and layer the program, and includes: baseDriver, page, handle, business, test.
A computer readable storage medium having stored thereon a computer program which, when executed by a processor, controls a device in which the storage medium is located to perform the TDMA satellite network management based automatic networking environment method as described above.
An electronic device, comprising: at least one processor and memory; the memory stores computer-executable instructions, wherein the computer-executable instructions stored in the memory are executed by the at least one processor, so that the at least one processor executes the automatic networking environment setting-up method based on the TDMA satellite network management as described above.
The invention has the beneficial effects that:
in the TDMA satellite network management, compared with the manual configuration networking environment, the method has the advantages that the networking environment is planned in advance, the installation, deployment and automatic networking environment establishment are integrated, so that maintenance cost can be reduced.
Drawings
Fig. 1 is a flowchart of a method for automatically setting up a networking environment according to an embodiment of the present application.
Fig. 2 is a flowchart illustrating steps of a procedure layering process according to an embodiment of the present application.
Fig. 3 is a block diagram of a device according to an embodiment of the present application.
Description of the embodiments
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the following detailed description of the embodiments of the present invention will be given with reference to the accompanying drawings, but the described embodiments of the present invention are some, but not all embodiments of the present invention.
In one aspect of the embodiments of the present application, a method for automatically setting up a networking environment based on TDMA satellite network management is provided, as shown in fig. 1, including the steps of:
s01, responding to the input of a user interface of a satellite network manager, storing the positioning information of each page element on the network manager into a configuration file of a Java item, wherein each page element comprises added equipment, attributes related to equipment names, SN, IP addresses, equipment types and the like, configuration items of satellites, transponders, frequency bands, carriers and the like,
examples:
# login
username=name>login_name
password=name>login_password
loginButton=name>login_submit;
S02, saving information of various devices on the network manager into a configuration file, wherein the information of the devices comprises: a device name value, an SN number value, an IP address value, a data value of a device attribute, etc.,
examples:
username =admin
Password =888888
satellite with the same number
satName= China6ASat
satLongitude=125;
S03, program implementation: analyzing and processing codes of positioning information of each page in the configuration file and information of various devices on the network manager by utilizing Java, webdriver and Selenium, layering programs, including: baseDriver, page, handle, business, test.
Specifically, the format of the positioning information is a positioning manner > specific value.
Specifically, as shown in fig. 2, the step of layering the program includes the steps of:
s301, baseDriver: the method comprises the steps of obtaining Driver drivers of different browsers, creating a driving object, and packaging a basic operation method;
s302, page layer: inheriting the BaseDriver, mainly reading the positioning information of each page element in the configuration file, realizing the positioning of each interface element as shown in the example of the step S02,
examples:
/**
* Input box for obtaining user name
* */
public webElement getuserElement(){
return element(GetBylocator . getlocator( key:”username”));
};
S303, handle layer: introducing the Page layer object, mainly operating the information positioned by the Page layer, realizing the operation of the elements of the whole network Page,
examples:
/**
* Input box for obtaining user name
* */
public void sendkeysUser(String username){
lp . sendkeys(lp . getUserElement( ),username);
};
S304, business layer: introducing a handle layer object, mainly operating a method of encapsulation in the handle layer, realizing addition, deletion and modification of the object, acquiring input data sources from configuration files, such as adding equipment in step S01, relating to equipment names, SN, IP addresses, equipment types and other attributes, satellite, transponder, frequency band, carrier wave and other configuration items,
examples:
public void login(){
String username = value .getValueByPro( key:”username”);
String password = value .getValueByPro( key:”password”);
If(lph . assertLoginPage( ) ){
lph . sendkeysUser(username);
lph . sendkeysPassword(paassword);
Lph . clickLoginButton();
}else{
system, out println ("page not present or status incorrect");
}
sleep(num:1000);
s305, test layer: the network environment can be built automatically by adding, deleting and modifying the network layer, such as adding, deleting and modifying the equipment, the subnet, the satellite and other modules, for example, satellite resources, network controllers, subnets, equipment and building chains are added in sequence to allocate resources, so that the network environment can be built;
s06, the configuration parameters call a Test layer method, and after the deployment environment is completed, the equipment is automatically on line and allocates resources.
Specifically, the basic operation method of the package includes: open or close a browser, switch windows, find element locations, etc.
Specifically, the information that the Page layer has located includes input of an input box, clicking of a button, and the like.
As shown in fig. 3, in one aspect of this embodiment, an automatic networking environment setting device based on TDMA satellite network management is provided, including:
the configuration module is used for storing the positioning information of each page element on the network manager into a configuration file of a Java item and storing the information of various devices on the network manager into the configuration file;
the analysis processing module is configured to analyze and process code on positioning information of each page in the configuration file and information of various devices on the network manager by using Java, webdriver and Selenium, and layer the program, and includes:
BaseDriver: the method comprises the steps of obtaining Driver drivers of different browsers, creating a driving object, and packaging basic operation methods such as opening or closing the browser, switching windows, finding element positions and the like;
page layer: inheriting the BaseDriver, and reading the positioning information of each page element in the configuration file;
handle layer: the Page layer object is introduced, and the information positioned by the Page layer is mainly operated, such as the input of an input box, the clicking of a button and the like, so that the operation of elements of the whole web Page is realized;
bussiness layer: introducing a handle layer object, operating a method for packaging in the handle layer, realizing adding, deleting and modifying the object, and acquiring input data sources from a configuration file;
test layer: the addition, deletion and modification in the serial business layer automatically builds the networking environment, such as adding satellite resources, network controllers, subnets, equipment and building chain allocation resources in sequence, so that the networking environment can be built.
In yet another aspect of the embodiments of the present application, a computer readable storage medium is provided, on which a computer program is stored, which when executed by a processor controls a device in which the storage medium is located to execute the method for automatically setting up a networking environment based on TDMA satellite network management as described above.
In yet another aspect of the embodiments of the present application, there is provided an electronic device, including: at least one processor and memory; the memory stores computer-executable instructions, wherein the computer-executable instructions stored in the memory are executed by the at least one processor, so that the at least one processor executes the automatic networking environment setting-up method based on the TDMA satellite network management as described above.
In the TDMA satellite network management, on the premise of large-scale equipment networking, manual networking configuration is changed into automatic networking environment establishment according to configuration files, so that networking efficiency can be improved, and error occurrence probability can be reduced.
The foregoing is merely a preferred embodiment of the present invention and is not meant to be the only or limiting of the present invention. It will be understood by those skilled in the art that various changes may be made and equivalents may be substituted for elements thereof without departing from the scope of the invention.

Claims (9)

1. The automatic networking environment setting up method based on the TDMA satellite network management is characterized by comprising the following steps:
responding to the input of a user interface of a satellite network manager, and storing the positioning information of each page element on the network manager into a configuration file of a Java item;
storing information of various devices on the network manager into a configuration file;
analyzing and processing codes on positioning information of each page in a configuration file and information of various devices on a network manager by utilizing Java, webdriver and Selenium, layering programs and constructing a networking environment, wherein the method comprises the following steps: baseDriver, page layer, handle layer, business layer, test layer;
the realization of the construction of the networking environment comprises the following steps:
BaseDriver: acquiring Driver drivers of different browsers, creating a driving object, and packaging a basic operation method;
page layer: inheriting the BaseDriver, reading the positioning information of each page element in the configuration file, and realizing the positioning of each interface element;
handle layer: introducing a Page layer object, operating the positioned information of the Page layer, and realizing the operation of elements of the whole network Page;
bussiness layer: introducing a handle layer object, operating a packaging method in the handle layer, realizing addition, deletion and modification of the object, and acquiring input data sources from a configuration file, so that a networking environment can be built;
test layer: and adding, deleting and modifying in the serial business layer, and automatically constructing a networking environment.
2. The method for automatically setting up a networking environment based on a TDMA satellite network management according to claim 1, wherein the positioning information is formatted as a positioning mode > specific value.
3. The method for automatically setting up a networking environment based on a TDMA satellite network manager according to claim 1, wherein automatically setting up the networking environment comprises:
satellite resources, network controllers, subnets, devices, and link establishment allocation resources are added in sequence.
4. The method for automatically setting up a networking environment based on a TDMA satellite network management according to claim 1, wherein the basic operation method of encapsulation comprises: opening or closing a browser, switching windows, and finding element positions.
5. The method for automatically setting up a networking environment based on a TDMA satellite network management according to claim 1, wherein the information that the Page layer has been positioned comprises input of an input box, clicking of a button.
6. The method for automatically setting up a networking environment based on a TDMA satellite network management according to claim 1, wherein the step of implementing the networking environment after setting up further comprises: the configuration parameters call the Test layer method, and the equipment can be automatically on line and allocate resources after the deployment environment is completed.
7. An automatic networking environment setting-up device based on a TDMA satellite network manager is characterized by comprising:
the configuration module is used for storing the positioning information of each page element on the network manager into a configuration file of a Java item and storing the information of various devices on the network manager into the configuration file;
the analysis processing module is used for analyzing and processing codes of positioning information of each page in the configuration file and information of various devices on the network manager by utilizing Java, webdriver and Selenium, layering programs and realizing networking environment construction, and comprises the following steps: baseDriver, page layer, handle layer, business layer, test layer;
wherein the method comprises the steps of
The base Driver is used for acquiring Driver drivers of different browsers, creating a driving object and packaging a basic operation method;
the Page layer is used for inheriting the BaseDriver, reading the positioning information of each Page element in the configuration file, and realizing the positioning of each interface element;
the handle layer is used for introducing the Page layer object, operating the positioned information of the Page layer and realizing the operation of the elements of the whole network Page;
the business layer is used for introducing a handle layer object, operating a packaging method in the handle layer, realizing addition, deletion and modification of the object, and acquiring input data sources from a configuration file, so that a networking environment can be built;
the Test layer is used for adding, deleting and modifying in the serial business layer, and building the networking environment automatically.
8. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, controls a device in which the storage medium is located to execute the TDMA satellite network management based automatic networking environment method according to any one of claims 1-6.
9. An electronic device, comprising: at least one processor and memory; the method is characterized in that the at least one processor executes the automatic networking environment setting-up method based on the TDMA satellite network management according to any one of claims 1 to 6.
CN202210341577.3A 2022-04-02 2022-04-02 Method for automatically building networking environment based on TDMA satellite network management Active CN114845312B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210341577.3A CN114845312B (en) 2022-04-02 2022-04-02 Method for automatically building networking environment based on TDMA satellite network management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210341577.3A CN114845312B (en) 2022-04-02 2022-04-02 Method for automatically building networking environment based on TDMA satellite network management

Publications (2)

Publication Number Publication Date
CN114845312A CN114845312A (en) 2022-08-02
CN114845312B true CN114845312B (en) 2023-05-16

Family

ID=82564480

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210341577.3A Active CN114845312B (en) 2022-04-02 2022-04-02 Method for automatically building networking environment based on TDMA satellite network management

Country Status (1)

Country Link
CN (1) CN114845312B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101682526A (en) * 2007-03-12 2010-03-24 思杰系统有限公司 Systems and methods for configuring, applying and managing security policies
CN101841839A (en) * 2010-01-22 2010-09-22 华中科技大学 Wireless sensor network (WSN) emulation system
CN101861578A (en) * 2007-09-28 2010-10-13 埃克斯里昂股份公司 Network operating system
WO2010130737A1 (en) * 2009-05-11 2010-11-18 Continental Teves Ag & Co. Ohg Antenna device for vehicle communication
CN111917451A (en) * 2020-07-10 2020-11-10 华力智芯(成都)集成电路有限公司 Data transmission method and device, satellite module and storage medium
CN112631704A (en) * 2020-12-26 2021-04-09 深圳集智数字科技有限公司 Interface element identification method and device, storage medium and electronic equipment
US11163586B1 (en) * 2021-02-23 2021-11-02 Xactly Corporation Automated configuration of application program instance

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9059895B2 (en) * 2009-12-08 2015-06-16 Cisco Technology, Inc. Configurable network management system event processing using simple network management table indices
US10419311B2 (en) * 2016-10-18 2019-09-17 Citrix Systems, Inc. Template-based declarative and composable configuration of network functions
WO2019032728A1 (en) * 2017-08-08 2019-02-14 Sentinel Labs, Inc. Methods, systems, and devices for dynamically modeling and grouping endpoints for edge networking

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101682526A (en) * 2007-03-12 2010-03-24 思杰系统有限公司 Systems and methods for configuring, applying and managing security policies
CN101861578A (en) * 2007-09-28 2010-10-13 埃克斯里昂股份公司 Network operating system
WO2010130737A1 (en) * 2009-05-11 2010-11-18 Continental Teves Ag & Co. Ohg Antenna device for vehicle communication
CN101841839A (en) * 2010-01-22 2010-09-22 华中科技大学 Wireless sensor network (WSN) emulation system
CN111917451A (en) * 2020-07-10 2020-11-10 华力智芯(成都)集成电路有限公司 Data transmission method and device, satellite module and storage medium
CN112631704A (en) * 2020-12-26 2021-04-09 深圳集智数字科技有限公司 Interface element identification method and device, storage medium and electronic equipment
US11163586B1 (en) * 2021-02-23 2021-11-02 Xactly Corporation Automated configuration of application program instance

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
UWB应急组网定位系统的设计与实现;王宁;王坚;韩厚增;;测绘科学(第06期);全文 *

Also Published As

Publication number Publication date
CN114845312A (en) 2022-08-02

Similar Documents

Publication Publication Date Title
CN107113232B (en) NFV management arrangement method and device
CN102662705B (en) System and method for upgrading system environment of computer cluster
EP3573367A1 (en) Resource allocation method and orchestrator for network slicing in radio access network
CN113949702B (en) Multi-layer network protocol processing method and device for service grid
CN109039788B (en) Port configuration method and device of network equipment and storage medium
CN111343020A (en) Unified management method and device for multi-protocol Internet of things equipment
CN111245634B (en) Virtualization management method and device
CN111949276B (en) System and method for automatically deploying application programs based on container mode
CN105975320A (en) Third party application installation forbidding method and device and terminal
CN114845312B (en) Method for automatically building networking environment based on TDMA satellite network management
CN1533115A (en) Method and device for supporting error reason of simple network management protocol
Sergei Cyber resilient platform for Internet of Things (IIoT/IoT) ed systems: survey of architecture patterns
CN113193975B (en) Controller device, method and computer readable storage medium
CN109274715B (en) Platform resource management system of vehicle-mounted multi-channel communication system
EP1557756B1 (en) Deterministic rule-based dispatch of objects to code for processing objects
CN112039749B (en) Node js-based Internet of things equipment management method, system and storage medium
CN111381833B (en) Initialization method for containerized opentack data
CN110891239B (en) PNF configuration and PNFD TOSCA implementation method and device
CN116301759B (en) Mobile component sharing method, system, equipment and storage medium
US20230132531A1 (en) Software Development Project Infrastructure Builder Tool
CN108196853A (en) For disposing the method for Android system SDK, storage medium, equipment and system
CN112350839B (en) Event recording method and device for Ethernet, computer equipment and storage medium
CN116521361A (en) Simulation order distribution method, device and equipment
CN108664366A (en) Data transmission method, device and server
CN115766459A (en) Method and device for collecting and controlling IPRAN (internet protocol radio Access network)

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