CN114513792A - Remote network control method and device based on eSIM card - Google Patents

Remote network control method and device based on eSIM card Download PDF

Info

Publication number
CN114513792A
CN114513792A CN202210381609.2A CN202210381609A CN114513792A CN 114513792 A CN114513792 A CN 114513792A CN 202210381609 A CN202210381609 A CN 202210381609A CN 114513792 A CN114513792 A CN 114513792A
Authority
CN
China
Prior art keywords
information
data
user
transmission
user client
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
CN202210381609.2A
Other languages
Chinese (zh)
Other versions
CN114513792B (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.)
Youyoubao Technology Shenzhen Co ltd
Original Assignee
Youyoubao Technology Shenzhen 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 Youyoubao Technology Shenzhen Co ltd filed Critical Youyoubao Technology Shenzhen Co ltd
Priority to CN202210381609.2A priority Critical patent/CN114513792B/en
Publication of CN114513792A publication Critical patent/CN114513792A/en
Application granted granted Critical
Publication of CN114513792B publication Critical patent/CN114513792B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/40Security arrangements using identity modules
    • H04W12/42Security arrangements using identity modules using virtual identity modules
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • H04L67/125Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks involving control of end-device applications over a network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/06Authentication

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention relates to the technical field of cloud transmission, and provides a remote network control method based on an eSIM card, which comprises the following steps: when a user client accesses a master control network, acquiring user identity information through an eSIM card in the user client, and identifying authority authentication information of the user identity information in the master control network; constructing an information transmission channel connecting a master control network and a user client according to the weight authentication information, acquiring a user operation instruction by using the information transmission channel, and identifying an expected response data type of the user operation instruction; and formulating a data return channel corresponding to a communication protocol according to the expected response data type, and sending information response data generated by the master control network processing the user operation instruction to the user client by using the data return channel. The invention can improve the data security and the intercommunication efficiency in the remote network control.

Description

Remote network control method and device based on eSIM card
Technical Field
The invention relates to the technical field of cloud transmission, in particular to a remote network control method and device based on an eSIM card.
Background
With the development of internet technology, remote network control has been extended to various fields such as space vehicles and ground control, remote maintenance government systems, and the like. Wherein, the remote network control comprises two parts: the system comprises a main control network and a controlled network, wherein the main control network refers to a remotely accessed computer cluster, the controlled network refers to a user client network, the controlled network is used for sending a user operation command to the main control network, and the main control network is used for calling data resources and executing specific operation. With the continuous expansion of network scale, the importance of network security and management is prominent day by day, the requirements on network security and management level are higher and higher, and the traditional remote control method is difficult to meet the requirements of coexistence of security and transmission efficiency.
Disclosure of Invention
The embodiment of the invention aims to provide a remote network control method and device based on an eSIM card, and aims to improve data security and intercommunication efficiency in remote network control.
In order to solve the above technical problem, an embodiment of the present invention provides an eSIM card-based remote network control method, including:
when a user client is detected to access a master control network, user identity information is obtained through an eSIM card in the user client, and the user identity information is inquired by utilizing a pre-constructed authority management database to obtain authority authentication information;
constructing an information transmission channel for connecting the master control network and the user client according to the authority authentication information;
acquiring a user operation instruction by using the information transmission channel, and judging whether the user operation instruction accords with the authority authentication information;
when the user operation instruction does not accord with the authority authentication information, generating prompt information with insufficient authority, and sending the prompt information with insufficient authority to the user client by using the information transmission channel;
when the user operation instruction accords with the authority authentication information, identifying an expected response data type corresponding to the user operation instruction, and inquiring a transmission protocol corresponding to the expected response data type from a pre-configured transmission protocol rule to obtain a transmission protocol set;
generating a sub-information transmission channel in the information transmission channel according to a preset bandwidth automatic configuration strategy and the expected response data type, and configuring a transmission mode of the sub-information transmission channel by using the transmission protocol set to obtain a data return channel;
and sending information response data generated by the master control network processing the user operation instruction to the user client by using the data return channel.
Optionally, the obtaining of the user identity information through the eSIM card in the user client includes:
utilizing a component object model to expand service, calling a javacard component on the user client according to the IP information of the user client, and utilizing the javacard component to perform security authentication on an eSIM card in the user client;
and when the security authentication of the eSIM card passes, acquiring the user identity information in the eSIM card by using the javacard component.
Optionally, the querying, from the preconfigured transmission protocol rule, a transmission protocol corresponding to the expected response data type to obtain a transmission protocol set includes:
dividing the expected response data type into a first target type and a second target type according to a preset speed scoring standard and an accuracy scoring standard;
when the expected response data type belongs to the first target type, calling a TCP protocol and an IP protocol in the transmission protocol rule to obtain a transmission protocol set;
and when the expected response data type belongs to the second target type, calling a UDP (user Datagram protocol) and an IP (Internet protocol) protocol in a transmission protocol rule to obtain a transmission protocol set.
Optionally, the sending, by using the data backhaul channel, information response data generated by the master network processing the user operation instruction to the user client includes:
according to the IP protocol, splitting information response data generated by the master control network to obtain a plurality of data segments, and performing header file configuration on each data segment to obtain each data packet;
when a TCP (transmission control protocol) exists in the transmission protocol set, sequencing each data packet, asynchronously transmitting a sequencing result to the user client, recording a packet loss sequence number and a packet loss rate in a transmission process, dynamically adjusting the bandwidth of the data return channel according to a preset bandwidth configuration rule and the packet loss rate, and retransmitting the data packet with the packet loss sequence number to the user client;
and when the UDP exists in the transmission protocol set, performing message configuration on each data packet, and performing multi-thread synchronous transmission on each configured data packet to the user client.
Optionally, the configuring, by using the transmission protocol set, a transmission mode of the sub information transmission channel to obtain a data return channel includes:
loading the transmission protocol set by using a socket to obtain a data transmission port;
and loading the data transmission port into the sub-information transmission channel by using component object model extension service to obtain a data return channel.
Optionally, the constructing an information transmission channel connecting the master control network and the user client according to the authority authentication information includes:
generating a random key by using a pre-constructed key generator;
acquiring a signal identifier of the user client by using a pre-constructed WIFI component, and constructing a data channel according to the signal identifier;
and performing bandwidth initialization configuration on the data channel according to the authority authentication information by using a pre-constructed routing service, and performing encryption configuration on the data channel by using the random key to obtain an information transmission channel.
Optionally, before obtaining the user identity information through the eSIM card in the user client, the method further includes:
and when the master control network is in a shutdown state, acquiring a standard wake-up data packet from the user client, and when the MAC address in the standard wake-up data packet is prestored in the authority management database, starting the master control network.
In order to solve the above problem, the present invention further provides a multimodal speech interaction method device based on face recognition, where the device includes:
the system comprises an identity information authentication module, a master control network and a user client, wherein the identity information authentication module is used for acquiring user identity information through an eSIM card in the user client when detecting that the user client accesses the master control network, inquiring the user identity information by using a pre-constructed authority management database to obtain authority authentication information, and constructing an information transmission channel for connecting the master control network and the user client according to the authority authentication information;
the user operation instruction receiving module is used for acquiring a user operation instruction by using the information transmission channel, judging whether the user operation instruction accords with the authority authentication information, generating prompt information with insufficient authority when the user operation instruction does not accord with the authority authentication information, and transmitting the prompt information with insufficient authority to the user client by using the information transmission channel;
the data channel configuration module is used for identifying an expected response data type corresponding to the user operation instruction when the user operation instruction accords with the authority authentication information, inquiring a transmission protocol corresponding to the expected response data type from a preconfigured transmission protocol rule to obtain a transmission protocol set, generating a sub-information transmission channel in the information transmission channel according to a preset bandwidth automatic configuration strategy and the expected response data type, and configuring a transmission mode of the sub-information transmission channel by using the transmission protocol set to obtain a data return channel;
and the data feedback module is used for transmitting information response data generated by processing the user operation instruction by the master control network to the user client by using the data return channel.
In order to solve the above problem, the present invention also provides an electronic device, including:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores a computer program executable by the at least one processor, the computer program being executable by the at least one processor to enable the at least one processor to perform the eSIM card-based remote network control method described above.
In order to solve the above-mentioned problems, the present invention also provides a computer-readable storage medium having at least one computer program stored therein, the at least one computer program being executed by a processor in an electronic device to implement the eSIM card-based remote network control method described above.
In the embodiment of the invention, the user identity information in the eSIM card in the user client is obtained first, wherein, the eSIM card is a self-contained safety architecture, the data accuracy is ensured by a communication operator, the application can accurately obtain the user identity information corresponding to the client by inquiring the eSIM card, identify the user authority, increase the authentication speed and accuracy, the safety of remote communication can be ensured through the eSIM card, and further, a bandwidth automatic configuration strategy is utilized, by formulating a proper data return channel of the user operation instruction according to the expected response data type of the user operation instruction, the data intercommunication efficiency is increased, wherein, the data transmission protocol and the bandwidth size of the data return channel can be automatically changed, therefore, the information response data generated by the master control network processing the user operation instruction can be accurately and efficiently sent to the user client. Therefore, the remote network control method and device based on the eSIM card in the embodiments of the present invention can improve data security and interworking efficiency in remote network control.
Drawings
Fig. 1 is a schematic flow chart illustrating an eSIM card-based remote network control according to an embodiment of the present invention;
fig. 2 is a detailed flowchart illustrating one step of the eSIM card-based remote network control according to an embodiment of the present invention;
fig. 3 is a schematic flowchart illustrating cooperative operation between remote network control devices based on an eSIM card according to an embodiment of the present invention;
fig. 4 is a schematic block diagram of a remote network control apparatus based on an eSIM card according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an eSIM card-based remote network control method according to an embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides a remote network control method based on an eSIM card. Referring to fig. 1, a flowchart of eSIM card-based remote network control according to an embodiment of the present invention is shown. The method may be performed by an apparatus, which may be implemented by software and/or hardware.
In this embodiment, the eSIM card-based remote network control method includes:
and S1, when it is detected that the user client accesses the master control network, acquiring user identity information through an eSIM card in the user client, and inquiring the user identity information by using a pre-constructed authority management database to obtain authority authentication information.
The eSIM (Embedded-SIM) card is an Integrated SON-8 microelectronic device (IC) packaged on a user client, based on a java card (storing and executing java script functions) and a GP (Global platform, code management mechanism), and is equivalent to a removable SIM card (Subscriber Identity Module) including ports that can be called by a java card component, such as a power supply (Vcc), a RESET (RESET), and a programming Voltage (VPP). The internal data can be deleted and updated in an OTA (Over The Air) mode, and The data public reliability of The communication operator is ensured by an authentication mechanism of The communication operator.
When the main control network receives an access request, user identity information of a user client is obtained through the eSIM card.
In detail, referring to fig. 2, in the embodiment of the present invention, the acquiring, by an eSIM card in the user client, user identity information includes:
s11, expanding service by using a component object model, calling a javacard component on the user client according to the IP information of the user client, and performing security authentication on the eSIM card of the user by using the javacard component;
s12, judging whether the safety authentication process of the eSIM card passes or not;
when the security authentication of the eSIM card passes, S13, denying the user client to access the master network;
when the security authentication of the eSIM card passes, S14, acquiring the user identity information in the eSIM card by using the javacard component.
The Component Object Model (COM) is a set of interface specifications for setting standards and protocols to be complied with between different components, including cross-languages, connections of modules between processes, and the like, wherein the Component Object Model extended service (DCOM) is an extension of the COM, and has more abundant functional components.
The embodiment of the invention calls the javacard component by using DCOM to realize the self-authentication and data extraction functions of the eSIM card and obtain the user identity information registered by the user client in a communication operator.
Then, in the embodiment of the present invention, a pre-constructed authority management database is used to identify whether the user identity information is pre-stored in the authority management database, and if so, an authority level corresponding to the user identity information is obtained.
In addition, when the master control network is powered off, remote start is required.
In detail, in the embodiment of the present invention, before obtaining the user identity information through the eSIM card in the user client, the method further includes:
and when the master control network is in a shutdown state, acquiring a standard wake-up data packet from the user client, and when the MAC address in the standard wake-up data packet is prestored in the authority management database, starting the master control network.
In the embodiment of the present invention, when the user client accesses the main control network, an MAGIC PACKET standard wake-up packet is sent to the main control network as a data basis. And the MAC address of the user client exists in the standard wake-up data packet. And then, the computer power supply special circuit of the master control network supplies power to the network control chip, all MAC addresses which are pre-configured are checked and confirmed, when the MAC addresses exist in a pre-configured file of the master control network, the user client is allowed to access, then a power supply signal is turned on through the special circuit, and a starting-up starting command is sent to the computer mainboard to wake up the master control network.
S2, according to the authority authentication information, constructing an information transmission channel connecting the master control network and the user client.
In detail, in the embodiment of the present invention, the constructing an information transmission channel connecting the master control network and the user client according to the authority authentication information includes:
generating a random key by using a pre-constructed key generator;
acquiring a signal identifier of a user client by using a pre-constructed WIFI component, and constructing a data channel according to the signal identifier;
and performing bandwidth initialization configuration on the data channel according to the authority authentication information by using a pre-constructed routing service, and performing encryption configuration on the data channel by using the random key to obtain an information transmission channel.
Specifically, in the embodiment of the present invention, the random key is constructed by using pre-constructed third party key software, where the third party key software may be a tool such as Quantum-key. And then searching a WIFI signal identifier of a user client by using a WIFI component, directly generating a data channel according to the signal identifier, configuring the bandwidth of the data channel through a preset routing service, for example, configuring the bandwidth of 20MHz or 40MHz according to different permission levels, and finally, carrying out encryption configuration by using the random key to obtain an information transmission channel.
S3, obtaining a user operation instruction by using the information transmission channel, and judging whether the user operation instruction accords with the authority authentication information.
Specifically, the information transmission channel is a Wide Area Network (WAN) information transmission channel, and includes a basic protocol set such as an Internet Protocol (IP), a Transmission Control Protocol (TCP), a Simple Network Management Protocol (SNMP), a real-time transport protocol (RTP), and the like, so that information interconnection between the user client and the main control Network can be realized.
The user operation command is a small-size data packet although the timeliness is required to be higher, and can be guided into the master control network by using the information transmission channel.
According to the embodiment of the invention, the operation interface of the master control network is managed according to the preset js script file, and when a user operation instruction is received, whether the user operation instruction accords with the authority level in the authority authentication information is judged firstly.
And when the user operation instruction does not accord with the authority authentication information, S4, generating prompt information with insufficient authority, and sending the prompt information with insufficient authority to the user client by using the information transmission channel.
In the embodiment of the present invention, data for implementing user management and system management, such as the user identity information in step S1, the standard wake-up data packet, and the prompt information with insufficient authority in step S4, only needs to be transmitted once, and has no great requirement on timeliness, so that the data can be implemented through the information transmission channel. However, the data responded by the subsequent master control network has the characteristics of extremely large amount and high accuracy requirement, and a relatively adaptive information transmission mode needs to be constructed.
When the user operation instruction conforms to the authority authentication information, S5 identifies an expected response data type corresponding to the user operation instruction, and queries a transmission protocol corresponding to the expected response data type from a preconfigured transmission protocol rule to obtain a transmission protocol set.
In the embodiment of the invention, expected response data types of each user operation instruction can be known in advance through a preset configuration file, for example, a real-time monitoring picture can be generated by clicking a monitoring command; clicking the tag command will look up a history resource package, etc.
In detail, in the embodiment of the present invention, the querying, from the preconfigured transmission protocol rule, the transmission protocol corresponding to the expected response data type to obtain the transmission protocol set includes:
dividing the expected response data type into a first target type and a second target type according to a preset speed scoring standard and an accuracy scoring standard;
when the expected response data type belongs to the first target type, calling a TCP protocol and an IP protocol in the transmission protocol rule to obtain a transmission protocol set;
and when the expected response data type belongs to the second target type, calling a UDP (user Datagram protocol) and an IP (Internet protocol) protocol in a transmission protocol rule to obtain a transmission protocol set.
Specifically, in the embodiment of the present invention, the data with low requirement on data timeliness and high requirement on accuracy, as described in step S4, is defined as a first target type;
in the embodiment of the invention, the information such as the position, the speed and the like of the controlled equipment is state information in a master control network, belongs to a small-size data packet, is periodically transmitted, has high real-time requirement, and needs to continuously send the current latest data when the data is lost, thereby providing a theoretical judgment basis for further adopting control measures; the image data provides an intuitive basis for further control for the remote control end, the data which is important in the system and has higher transmission cost belongs to periodic transmission, the real-time requirement is high, larger bandwidth resources are needed, when the data is lost, the data does not need to be replenished again, and only the latest data needs to be sent.
It should be noted that the TCP protocol is mainly used to implement high-reliability packet exchange transmission between computers, and the protocol is a connection-oriented protocol, which is relatively safe and stable, but is not efficient and occupies more resources, so that the TCP protocol is invoked to transmit data of the first target type;
the UDP protocol is a method for transmitting an encapsulated IP packet without establishing a connection, and data transmission can be performed by knowing IP addresses of both data transmission parties, so that data of the second target type is transmitted through the UDP protocol.
S6, generating sub information transmission channels in the information transmission channels according to a preset bandwidth automatic configuration strategy and the expected response data types, and configuring the transmission modes of the sub information transmission channels by using the transmission protocol set to obtain data return channels.
In the embodiment of the present invention, the bandwidth automatic configuration policy is a script program, and is used to monitor information such as packet loss rate during data transmission and dynamically adjust the size of the bandwidth, so that the packet loss rate and the transmission efficiency during data transmission are both in a good state.
In detail, in the embodiment of the present invention, the configuring, by using the transmission protocol set, a transmission mode of the sub information transmission channel to obtain a data return channel includes:
loading the transmission protocol set by using a socket to obtain a data transmission port;
and loading the data transmission port into the sub-information transmission channel by using component object model extension service to obtain a data return channel.
The socket is an abstraction of an endpoint for bidirectional communication between the user client and the host network, and mainly provides a mechanism for exchanging data using a network protocol.
In the embodiment of the present invention, the socket is configured by using the transmission protocol set to obtain two different data transmission ports, and then the DCOM is used to connect the two data transmission ports with the port of the information transmission channel, so that a data backhaul channel is constructed in the information transmission channel.
And S7, sending information response data generated by the master control network processing the user operation instruction to the user client by using the data return channel.
In detail, referring to fig. 3, in the embodiment of the present invention, the sending, to the user client, information response data generated by the master network processing the user operation instruction by using the data backhaul channel includes:
s71, according to the IP protocol, splitting the information response data generated by the master control network to obtain each data segment, and configuring a header file of each data segment to obtain each data packet;
s72, judging the protocol type;
when a TCP protocol exists in the transmission protocol set, S73, sequence the data packets, asynchronously transmit the sequence result to the user client, record a packet loss sequence number and a packet loss rate during transmission, dynamically adjust a bandwidth of the data backhaul channel according to a preset bandwidth configuration rule and the packet loss rate, and resend the data packets with the packet loss sequence number to the user client;
and when the UDP protocol exists in the transmission protocol set, S74, perform packet configuration on each data packet, and perform multi-thread synchronous transmission on each configured data packet to the user client.
According to the IP protocol, the information response data generated by the master control network is split and the header file is configured to obtain each data packet, wherein the header file comprises a series of data such as version number, service type, total length, header length, identification and the like, and is used for maintaining the integrity of the data packet, but the IP protocol packet cannot guarantee to reach a destination, and a user client cannot guarantee to receive the IP protocol packets in sequence.
The TCP protocol and the UDP protocol selected by the embodiment of the invention are upper-layer protocols of the IP protocol, and when the user identity information in the eSIM card is confirmed, each data packet can be sent.
In the embodiment of the invention, when a TCP protocol is called, the data packets are sequentially transmitted in an asynchronous transmission mode, when one data packet is lost, the data packet can be sent again until all the data packets are sent, and the embodiment of the invention also adaptively reduces the bandwidth size by recording the packet loss rate, thereby ensuring the data accuracy of the data packets; when the UDP protocol is called, a multi-thread synchronous sending mode is adopted, under the condition that the stability of an information transmission channel is ensured, the bandwidth is increased as much as possible, the data packet is transmitted, and the data transmission speed is increased.
In the embodiment of the invention, the user identity information in the eSIM card in the user client is obtained first, wherein, the eSIM card is a self-contained safety architecture, the data accuracy is ensured by a communication operator, the application can accurately obtain the user identity information corresponding to the client by inquiring the eSIM card, identify the user authority, increase the authentication speed and accuracy, the safety of remote communication can be ensured through the eSIM card, and further, a bandwidth automatic configuration strategy is utilized, by formulating a proper data return channel of the user operation instruction according to the expected response data type of the user operation instruction, the data intercommunication efficiency is increased, wherein, the data transmission protocol and the bandwidth size of the data return channel can be automatically changed, therefore, the information response data generated by the master control network processing the user operation instruction can be accurately and efficiently sent to the user client. Therefore, the remote network control method based on the eSIM card in the embodiment of the invention can improve the data security and the intercommunication efficiency in the remote network control.
Fig. 4 is a schematic block diagram of a remote network control apparatus based on an eSIM card according to the present invention.
The eSIM card-based remote network control device 100 of the present invention can be installed in an electronic appliance. According to the implemented functions, the eSIM card-based remote network control device 100 may include an identity information authentication module 101, a user operation instruction receiving module 102, a data channel configuration module 103, and a data feedback module 104. A module according to the present invention, which may also be referred to as a unit, refers to a series of computer program segments that can be executed by a processor of an electronic device and that can perform a fixed function, and that are stored in a memory of the electronic device.
In the present embodiment, the functions regarding the respective modules/units are as follows:
the identity information authentication module 101 is configured to, when it is detected that a user client accesses a master control network, obtain user identity information through an eSIM card in the user client, query the user identity information by using a pre-established authority management database to obtain authority authentication information, and construct an information transmission channel connecting the master control network and the user client according to the authority authentication information;
the user operation instruction receiving module 102 is configured to acquire a user operation instruction by using the information transmission channel, determine whether the user operation instruction conforms to the authority authentication information, generate prompt information with insufficient authority when the user operation instruction does not conform to the authority authentication information, and send the prompt information with insufficient authority to the user client by using the information transmission channel;
the data channel configuration module 103 is configured to, when the user operation instruction conforms to the authority authentication information, identify an expected response data type corresponding to the user operation instruction, query a transmission protocol corresponding to the expected response data type from a preconfigured transmission protocol rule to obtain a transmission protocol set, generate a sub-information transmission channel in the information transmission channel according to a preset bandwidth automation configuration policy and the expected response data type, and configure the transmission mode of the sub-information transmission channel by using the transmission protocol set to obtain a data return channel;
the data feedback module 104 is configured to send, to the user client, information response data generated by the master network processing the user operation instruction through the data return channel.
In detail, in the embodiment of the present application, when the modules in the eSIM card-based remote network control apparatus 100 are used, the same technical means as the eSIM card-based remote network control method described in fig. 1 to 3 are adopted, and the same technical effects can be produced, which is not described herein again.
Fig. 5 is a schematic structural diagram of an electronic device implementing the eSIM card-based remote network control method according to the present invention.
The electronic device 1 may include a processor 10, a memory 11, and a bus, and may further include a computer program, such as an eSIM card-based remote network control program 12, stored in the memory 11 and executable on the processor 10.
The memory 11 includes at least one type of readable storage medium, which includes flash memory, removable hard disk, multimedia card, card-type memory (e.g., SD or DX memory, etc.), magnetic memory, magnetic disk, optical disk, etc. The memory 11 may in some embodiments be an internal storage unit of the electronic device 1, e.g. a removable hard disk of the electronic device 1. The memory 11 may also be an external storage device of the electronic device 1 in other embodiments, such as a plug-in mobile hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the electronic device 1. Further, the memory 11 may also include both an internal storage unit and an external storage device of the electronic device 1. The memory 11 may be used not only to store application software installed in the electronic device 1 and various types of data, such as codes of the eSIM card-based remote network control program 12, etc., but also to temporarily store data that has been output or will be output.
The processor 10 may be composed of an integrated circuit in some embodiments, for example, a single packaged integrated circuit, or may be composed of a plurality of integrated circuits packaged with the same or different functions, including one or more Central Processing Units (CPUs), microprocessors, digital Processing chips, graphics processors, and combinations of various control chips. The processor 10 is a Control Unit (Control Unit) of the electronic device, connects various components of the electronic device by using various interfaces and lines, and executes various functions and processes data of the electronic device 1 by running or executing programs or modules stored in the memory 11 (for example, executing a remote network Control program based on an eSIM card, etc.), and calling data stored in the memory 11.
The bus may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. The bus is arranged to enable connection communication between the memory 11 and at least one processor 10 or the like.
Fig. 5 only shows an electronic device with components, and it will be understood by a person skilled in the art that the structure shown in fig. 5 does not constitute a limitation of the electronic device 1, and may comprise fewer or more components than shown, or a combination of certain components, or a different arrangement of components.
For example, although not shown, the electronic device 1 may further include a power supply (such as a battery) for supplying power to each component, and preferably, the power supply may be logically connected to the at least one processor 10 through a power management device, so as to implement functions of charge management, discharge management, power consumption management, and the like through the power management device. The power supply may also include any component of one or more dc or ac power sources, recharging devices, power failure detection circuitry, power converters or inverters, power status indicators, and the like. The electronic device 1 may further include various sensors, a bluetooth module, a Wi-Fi module, and the like, which are not described herein again.
Further, the electronic device 1 may further include a network interface, and optionally, the network interface may include a wired interface and/or a wireless interface (such as a WI-FI interface, a bluetooth interface, etc.), which are generally used for establishing a communication connection between the electronic device 1 and other electronic devices.
Optionally, the electronic device 1 may further comprise a user interface, which may be a Display (Display), an input unit (such as a Keyboard), and optionally a standard wired interface, a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, or the like. The display, which may also be referred to as a display screen or display unit, is suitable for displaying information processed in the electronic device 1 and for displaying a visualized user interface, among other things.
It is to be understood that the described embodiments are for purposes of illustration only and that the scope of the appended claims is not limited to such structures.
The memory 11 of the electronic device 1 stores an eSIM card-based remote network control program 12 that is a combination of instructions that, when executed in the processor 10, enable:
when a user client is detected to access a master control network, user identity information is obtained through an eSIM card in the user client, and the user identity information is inquired by utilizing a pre-constructed authority management database to obtain authority authentication information;
constructing an information transmission channel for connecting the master control network and the user client according to the authority authentication information;
acquiring a user operation instruction by using the information transmission channel, and judging whether the user operation instruction accords with the authority authentication information;
when the user operation instruction does not accord with the authority authentication information, generating prompt information with insufficient authority, and sending the prompt information with insufficient authority to the user client by using the information transmission channel;
when the user operation instruction accords with the authority authentication information, identifying an expected response data type corresponding to the user operation instruction, and inquiring a transmission protocol corresponding to the expected response data type from a pre-configured transmission protocol rule to obtain a transmission protocol set;
generating a sub-information transmission channel in the information transmission channel according to a preset bandwidth automatic configuration strategy and the expected response data type, and configuring a transmission mode of the sub-information transmission channel by using the transmission protocol set to obtain a data return channel;
and sending information response data generated by the master control network processing the user operation instruction to the user client by using the data return channel.
Further, the integrated modules/units of the electronic device 1, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium. The computer-readable medium may include: any entity or device capable of carrying said computer program code, a recording medium, a usb-disk, a removable hard disk, a magnetic diskette, an optical disk, a computer Memory, a Read-Only Memory (ROM).
Further, the computer usable storage medium may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created according to the use of the blockchain node, and the like.
The present invention also provides a computer-readable storage medium, storing a computer program which, when executed by a processor of an electronic device, may implement:
when a user client is detected to access a master control network, user identity information is obtained through an eSIM card in the user client, and the user identity information is inquired by utilizing a pre-constructed authority management database to obtain authority authentication information;
constructing an information transmission channel for connecting the master control network and the user client according to the authority authentication information;
acquiring a user operation instruction by using the information transmission channel, and judging whether the user operation instruction accords with the authority authentication information;
when the user operation instruction does not accord with the authority authentication information, generating prompt information with insufficient authority, and sending the prompt information with insufficient authority to the user client by using the information transmission channel;
when the user operation instruction accords with the authority authentication information, identifying an expected response data type corresponding to the user operation instruction, and inquiring a transmission protocol corresponding to the expected response data type from a pre-configured transmission protocol rule to obtain a transmission protocol set;
generating a sub-information transmission channel in the information transmission channel according to a preset bandwidth automatic configuration strategy and the expected response data type, and configuring a transmission mode of the sub-information transmission channel by using the transmission protocol set to obtain a data return channel;
and sending information response data generated by the master control network processing the user operation instruction to the user client by using the data return channel.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus, device and method can be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional module.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof.
The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any accompanying claims should not be construed as limiting the claim concerned.
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the system claims may also be implemented by one unit or means in software or hardware. The terms second, etc. are used to denote names, but not any particular order.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (10)

1. A remote network control method based on an eSIM card, the method comprising:
when a user client is detected to access a master control network, user identity information is obtained through an eSIM card in the user client, and the user identity information is inquired by utilizing a pre-constructed authority management database to obtain authority authentication information;
constructing an information transmission channel for connecting the master control network and the user client according to the authority authentication information;
acquiring a user operation instruction by using the information transmission channel, and judging whether the user operation instruction accords with the authority authentication information;
when the user operation instruction does not accord with the authority authentication information, generating prompt information with insufficient authority, and sending the prompt information with insufficient authority to the user client by using the information transmission channel;
when the user operation instruction accords with the authority authentication information, identifying an expected response data type corresponding to the user operation instruction, and inquiring a transmission protocol corresponding to the expected response data type from a pre-configured transmission protocol rule to obtain a transmission protocol set;
generating a sub-information transmission channel in the information transmission channel according to a preset bandwidth automatic configuration strategy and the expected response data type, and configuring a transmission mode of the sub-information transmission channel by using the transmission protocol set to obtain a data return channel;
and sending information response data generated by the master control network processing the user operation instruction to the user client by using the data return channel.
2. The eSIM card-based remote network control method of claim 1, wherein said obtaining subscriber identity information via an eSIM card in the subscriber client comprises:
utilizing a component object model to expand service, calling a javacard component on the user client according to the IP information of the user client, and utilizing the javacard component to perform security authentication on an eSIM card in the user client;
and when the security authentication of the eSIM card passes, acquiring the user identity information in the eSIM card by using the javacard component.
3. The eSIM card-based remote network control method of claim 1, wherein said querying a transport protocol corresponding to the expected response data type from preconfigured transport protocol rules to obtain a set of transport protocols comprises:
dividing the expected response data type into a first target type and a second target type according to a preset speed scoring standard and an accuracy scoring standard;
when the expected response data type belongs to the first target type, calling a TCP protocol and an IP protocol in the transmission protocol rule to obtain a transmission protocol set;
and when the expected response data type belongs to the second target type, calling a UDP (user Datagram protocol) and an IP (Internet protocol) protocol in a transmission protocol rule to obtain a transmission protocol set.
4. The eSIM card-based remote network control method according to claim 3, wherein said sending information response data generated by said master network processing said user operation command to said user client using said data backhaul channel comprises:
according to the IP protocol, splitting information response data generated by the master control network to obtain a plurality of data segments, and performing header file configuration on each data segment to obtain each data packet;
when a TCP (transmission control protocol) exists in the transmission protocol set, sequencing each data packet, asynchronously transmitting a sequencing result to the user client, recording a packet loss sequence number and a packet loss rate in a transmission process, dynamically adjusting the bandwidth of the data return channel according to a preset bandwidth configuration rule and the packet loss rate, and retransmitting the data packet with the packet loss sequence number to the user client;
and when the UDP exists in the transmission protocol set, performing message configuration on each data packet, and performing multi-thread synchronous transmission on each configured data packet to the user client.
5. The eSIM card-based remote network control method according to claim 1, wherein said configuring the transmission mode of the sub-information transmission channel using the transmission protocol set to obtain a data backhaul channel comprises:
loading the transmission protocol set by using a socket to obtain a data transmission port;
and loading the data transmission port into the sub-information transmission channel by using component object model extension service to obtain a data return channel.
6. The eSIM card-based remote network control method of claim 1, wherein said constructing an information transmission channel connecting the key network and the user client according to the authority authentication information comprises:
generating a random key by using a pre-constructed key generator;
acquiring a signal identifier of the user client by using a pre-constructed WIFI component, and constructing a data channel according to the signal identifier;
and performing bandwidth initialization configuration on the data channel according to the authority authentication information by using a pre-constructed routing service, and performing encryption configuration on the data channel by using the random key to obtain an information transmission channel.
7. The eSIM card-based remote network control method of claim 1, wherein prior to obtaining subscriber identity information via an eSIM card in the subscriber client, the method further comprises:
and when the master control network is in a shutdown state, acquiring a standard wake-up data packet from the user client, and when the MAC address in the standard wake-up data packet is prestored in the authority management database, starting the master control network.
8. An eSIM card-based remote network control apparatus, the apparatus comprising:
the system comprises an identity information authentication module, a master control network and a user client, wherein the identity information authentication module is used for acquiring user identity information through an eSIM card in the user client when detecting that the user client accesses the master control network, inquiring the user identity information by using a pre-constructed authority management database to obtain authority authentication information, and constructing an information transmission channel for connecting the master control network and the user client according to the authority authentication information;
the user operation instruction receiving module is used for acquiring a user operation instruction by using the information transmission channel, judging whether the user operation instruction accords with the authority authentication information, generating prompt information with insufficient authority when the user operation instruction does not accord with the authority authentication information, and transmitting the prompt information with insufficient authority to the user client by using the information transmission channel;
the data channel configuration module is used for identifying an expected response data type corresponding to the user operation instruction when the user operation instruction accords with the authority authentication information, inquiring a transmission protocol corresponding to the expected response data type from a preconfigured transmission protocol rule to obtain a transmission protocol set, generating a sub-information transmission channel in the information transmission channel according to a preset bandwidth automatic configuration strategy and the expected response data type, and configuring a transmission mode of the sub-information transmission channel by using the transmission protocol set to obtain a data return channel;
and the data feedback module is used for transmitting information response data generated by processing the user operation instruction by the master control network to the user client by using the data return channel.
9. An electronic device, characterized in that the electronic device comprises:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores a computer program executable by the at least one processor, the computer program being executable by the at least one processor to enable the at least one processor to perform the eSIM card-based remote network control method of any one of claims 1 to 7.
10. A computer-readable storage medium storing a computer program, wherein the computer program, when executed by a processor, implements the eSIM card-based remote network control method of any one of claims 1 to 7.
CN202210381609.2A 2022-04-13 2022-04-13 Remote network control method and device based on eSIM card Active CN114513792B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210381609.2A CN114513792B (en) 2022-04-13 2022-04-13 Remote network control method and device based on eSIM card

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210381609.2A CN114513792B (en) 2022-04-13 2022-04-13 Remote network control method and device based on eSIM card

Publications (2)

Publication Number Publication Date
CN114513792A true CN114513792A (en) 2022-05-17
CN114513792B CN114513792B (en) 2022-07-22

Family

ID=81554739

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210381609.2A Active CN114513792B (en) 2022-04-13 2022-04-13 Remote network control method and device based on eSIM card

Country Status (1)

Country Link
CN (1) CN114513792B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116319584A (en) * 2023-03-24 2023-06-23 广东维信智联科技有限公司 Data transmission method based on network layering

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106209454A (en) * 2016-07-13 2016-12-07 中霆云计算科技(上海)有限公司 A kind of bandwidth self-adaption data transmission method for RDP
US20180103487A1 (en) * 2016-10-12 2018-04-12 Qualcomm Incorporated Dynamic selection of control response frame parameters
CN108023895A (en) * 2017-12-26 2018-05-11 北京中船信息科技有限公司 Mass data orients classification transmission method and system
CN108990056A (en) * 2018-07-26 2018-12-11 科大讯飞股份有限公司 Wireless router and its control method, device, readable storage medium storing program for executing
CN111093197A (en) * 2019-12-31 2020-05-01 北大方正集团有限公司 Authority authentication method, authority authentication system and computer readable storage medium
CN112787979A (en) * 2019-11-07 2021-05-11 北京地平线机器人技术研发有限公司 Internet of things equipment access control method and internet of things equipment access control device
CN114339928A (en) * 2020-09-30 2022-04-12 南京翊宁智能科技有限公司 Wireless router and data transmission method thereof

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106209454A (en) * 2016-07-13 2016-12-07 中霆云计算科技(上海)有限公司 A kind of bandwidth self-adaption data transmission method for RDP
US20180103487A1 (en) * 2016-10-12 2018-04-12 Qualcomm Incorporated Dynamic selection of control response frame parameters
CN108023895A (en) * 2017-12-26 2018-05-11 北京中船信息科技有限公司 Mass data orients classification transmission method and system
CN108990056A (en) * 2018-07-26 2018-12-11 科大讯飞股份有限公司 Wireless router and its control method, device, readable storage medium storing program for executing
CN112787979A (en) * 2019-11-07 2021-05-11 北京地平线机器人技术研发有限公司 Internet of things equipment access control method and internet of things equipment access control device
CN111093197A (en) * 2019-12-31 2020-05-01 北大方正集团有限公司 Authority authentication method, authority authentication system and computer readable storage medium
CN114339928A (en) * 2020-09-30 2022-04-12 南京翊宁智能科技有限公司 Wireless router and data transmission method thereof

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116319584A (en) * 2023-03-24 2023-06-23 广东维信智联科技有限公司 Data transmission method based on network layering
CN116319584B (en) * 2023-03-24 2023-12-01 广东维信智联科技有限公司 Data transmission method based on network layering

Also Published As

Publication number Publication date
CN114513792B (en) 2022-07-22

Similar Documents

Publication Publication Date Title
US20100202451A1 (en) Modified internet protocol (ip) data packet for asynchronous ip communications
CN113422686B (en) Gateway layer authentication method, system, electronic device and storage medium
CN113778463B (en) Business service deployment method and device
CN101567861B (en) Data synchronization method and application system between heterogeneous application systems
CN112929225B (en) Session exception handling method and device, computer equipment and storage medium
CN113259479A (en) Data processing method and equipment
CN114513792B (en) Remote network control method and device based on eSIM card
CN111092942B (en) Message processing method and device, electronic equipment and storage medium
CN114035987A (en) Data transmission method and device based on message queue, electronic equipment and medium
WO2021189846A1 (en) Communication method for internet of things, central server of internet of things, device and medium
CN114827161A (en) Service calling request sending method and device, electronic equipment and readable storage medium
CN113162971B (en) Block link point management method, device, computer and readable storage medium
CN113221154A (en) Service password obtaining method and device, electronic equipment and storage medium
CN105281944B (en) Method for setting network protocol address and service management system
CN113206878A (en) Multi-terminal cluster networking communication control method and device, server and cluster networking
US20210185024A1 (en) Gateway apparatus, communication method, and recording medium
CN113127109A (en) Interface calling method and device, electronic equipment and readable storage medium
CN114827222B (en) Public equipment control method, system, equipment and storage medium thereof
CN113612972B (en) Communication method and device of terminal monitoring equipment, electronic equipment and storage medium
CN111371601A (en) Server configuration method, device, equipment and computer readable storage medium
US11606274B1 (en) Method for operations of virtual machines in monitoring cloud activities, system, and device applying the method
CN114389988B (en) Remote procedure call method, device, equipment and medium based on network architecture
CN114915483A (en) Application service calling method, device, equipment and storage medium
CN112528332A (en) Data acquisition method and device, electronic equipment and computer storage medium
CN114253525A (en) Lightweight component bus implementation method and device, electronic equipment and medium

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