CN112804714A - Data communication method between dual-mode systems - Google Patents

Data communication method between dual-mode systems Download PDF

Info

Publication number
CN112804714A
CN112804714A CN202110032744.1A CN202110032744A CN112804714A CN 112804714 A CN112804714 A CN 112804714A CN 202110032744 A CN202110032744 A CN 202110032744A CN 112804714 A CN112804714 A CN 112804714A
Authority
CN
China
Prior art keywords
message
data
processed
processing function
module
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
CN202110032744.1A
Other languages
Chinese (zh)
Other versions
CN112804714B (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.)
Zhejiang Hangxin Technology Co ltd
Original Assignee
Zhejiang Hangxin Technology 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 Zhejiang Hangxin Technology Co ltd filed Critical Zhejiang Hangxin Technology Co ltd
Priority to CN202110032744.1A priority Critical patent/CN112804714B/en
Publication of CN112804714A publication Critical patent/CN112804714A/en
Application granted granted Critical
Publication of CN112804714B publication Critical patent/CN112804714B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/06Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information
    • H04W28/065Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information using assembly or disassembly of packets
    • 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/10Small scale networks; Flat hierarchical networks
    • H04W84/12WLAN [Wireless Local Area Networks]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/02Terminal devices
    • H04W88/06Terminal devices adapted for operation in multiple networks or having at least two operational modes, e.g. multi-mode terminals
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention discloses a data communication method between dual-mode systems, wherein the dual-mode systems comprise a GSM/GPRS module and an NB-IoT module, and the data communication method comprises the following steps: after a system is started, a preset independent system task circularly checks a message to be processed in a message task queue in real time, and distributes the message to be processed to a message processing function; the message processing function calls different functions to process according to the type of the message to be processed so as to acquire the data requested in the message to be processed; and packaging the data requested in the message to be processed into a uniform data structure and then sending the uniform data structure. The data communication method between the dual-mode systems adopts the task of independent operation to manage the sending and receiving of the data, so that the sending and receiving processes of the data can be realized orderly and stably in a queue mode according to the defined data transmission protocol, and the stability of the system communication is improved.

Description

Data communication method between dual-mode systems
Technical Field
The present invention relates to the field of wireless communication technologies, and in particular, to a data communication method between dual mode systems.
Background
The MT2621 is a dual-mode internet of things chip (SoC) system supporting NB-IoT (narrowband internet of things) specification. The chip system supports two network modes of NB-IoT and GSM/GPRS, has the advantages of low power consumption and low cost, and can be applied to wearable equipment, Internet of things safety equipment, intelligent electric meters and various industrial applications. Data communication between the two modes becomes an important issue in various applications of the system. For example, when the NB-IoT terminal is used as a master control, the 2G terminal may obtain some information, such as battery voltage, base station information, WIFI information, sensor information, and the like, which needs to be transmitted from the 2G terminal to the NB-IoT terminal, and then uploaded to the IoT server via the NB-IoT terminal narrowband internet of things, so that the server monitors and displays the current module state; meanwhile, if an issuing command is issued by the IoT server, the IoT server can also issue the command to the NB-IoT end through the network, and the NB-IoT end transmits the command to the 2G end to set, execute and the like. The system provides an interprocess communication mechanism (Ipc) for the NB-IoT end and the 2G end to mutually transmit original data (raw data), and application programs running at the two ends can conveniently and mutually communicate.
In the process of implementing the present invention, the inventor finds that the interprocess communication mechanism uses a multiplex time-division multiplexing socket proxy channel (socket agent MUX channel) for data transmission. Simple data transmission can directly use the mechanism to transmit data, but if a plurality of items of complex data are frequently transmitted and the interface is directly called each time to realize data transmission, the program codes are irregular, the logic sequence is not coordinated, and the system is easy to be unstable.
The information disclosed in this background section is only for enhancement of understanding of the general background of the invention and should not be taken as an acknowledgement or any form of suggestion that this information forms the prior art already known to a person skilled in the art.
Disclosure of Invention
The invention aims to provide a data communication method between dual-mode systems, which adopts an independently operated task to manage the sending and receiving of data, so that the sending and receiving processes of the data can be orderly and stably realized in a queue mode according to a defined data transmission protocol, and the stability of system communication is improved.
In order to achieve the above object, the present invention provides a data communication method between dual mode systems, wherein the dual mode systems include a GSM/GPRS module and an NB-IoT module, and the data communication method includes: after a system is started, a preset independent system task circularly checks a message to be processed in a message task queue in real time, and distributes the message to be processed to a message processing function; the message processing function calls different functions to process according to the type of the message to be processed so as to acquire the data requested in the message to be processed; and packaging the data requested in the message to be processed into a uniform data structure and then sending the uniform data structure.
In one embodiment of the invention, the independent system tasks are pre-created in the GSM/GPRS module.
In an embodiment of the present invention, the message to be processed includes: the mobile terminal comprises one or more of a message that the NB-IoT module requests to acquire voltage data, a message that the NB-IoT module requests to acquire peripheral WLAN hotspot information, a message that the NB-IoT module requests to acquire peripheral 2G base station information, a message that the NB-IoT module requests to acquire current system version information, a command message that an IoT server is to send to the GSM/GPRS module, and a message that each unit in the GSM/GPRS module is to send to the NB-IoT module.
In an embodiment of the present invention, the invoking, by the message processing function, different functions according to the type of the message to be processed to obtain the requested data in the message to be processed includes: after the message processing function receives the message of the NB-IoT module requesting to acquire the voltage data, calling the voltage processing function to process the message so as to acquire the current voltage data; after receiving the message of the NB-IoT module requesting to acquire the peripheral WLAN hotspot information, the message processing function calls a WLAN initialization function to start WLAN module initialization, after receiving the WLAN scanning message, calls a WLAN _ SCAN function to execute WLAN scanning action, and receives the WLAN hotspot information in a WLAN scanning result callback function; after the message processing function receives the message of the NB-IoT module requesting to acquire the information of the surrounding 2G base stations, calling the base station message processing function to collect the information of the surrounding 2G base stations; and/or the message processing function receives a message that the NB-IoT module requests to acquire the version information of the current system, and calls the version message processing function to acquire the version information of the current system.
In an embodiment of the present invention, the invoking, by the message processing function, different functions according to the type of the message to be processed to obtain the requested data in the message to be processed includes: after the message processing function receives the command message to be sent to the GSM/GPRS module by the IoT server, calling a command processing function to execute a corresponding command; and/or after the message processing function receives the message to be sent to the NB-IoT module by each unit in the GSM/GPRS module, calling a local processing function for processing.
In an embodiment of the present invention, the command includes: one or more of turn on flight mode, turn off flight mode, turn on Bluetooth, turn off Bluetooth, turn on NB-IoT module, turn off NB-IoT module, turn on WLAN module, turn off WLAN module.
In an embodiment of the present invention, the invoking, by the message processing function, different functions according to the type of the message to be processed to obtain the requested data in the message to be processed includes: if the type of the message to be processed is unknown, calling an unknown type message processing function to process so as to obtain the data requested in the message to be processed.
In an embodiment of the present invention, encapsulating the data requested in the message to be processed into a unified data structure and then sending the unified data structure includes: and uniformly creating a data buffer for the data in the message to be processed, pointing by using a data structure pointer, then assigning values to form a uniform format, and calling a sending function to send.
Based on the same inventive concept, the present invention further provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and running on the processor, wherein the processor executes the computer program to implement the steps of the method according to any of the above embodiments.
Based on the same inventive concept, the present invention also provides a non-transitory computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, performs the steps of the method according to any of the above embodiments.
Compared with the prior art, according to the data communication method between the dual-mode systems, the electronic device and the non-transitory computer readable storage medium, provided by the invention, an independent system Task (Task) is set to circularly check the messages in the message queue, and various complex data to be sent, such as peripheral WLAN hot spot information, peripheral 2G base station information, version information, battery power information and the like, are packaged according to a specific protocol to form a uniform data format for sending, so that the data sending can be orderly and stably realized in a queue mode according to a defined data transmission protocol, and the stability of system communication is improved.
Drawings
Fig. 1 is a block diagram of steps of a data communication method according to an embodiment of the present invention.
Detailed Description
The following detailed description of the present invention is provided in conjunction with the accompanying drawings, but it should be understood that the scope of the present invention is not limited to the specific embodiments.
Throughout the specification and claims, unless explicitly stated otherwise, the word "comprise", or variations such as "comprises" or "comprising", will be understood to imply the inclusion of a stated element or component but not the exclusion of any other element or component.
The inventor finds that in the original system inter-process communication mechanism (Ipc) framework, a Socket agent (Socket agent) module exclusively occupies a multiplexing channel and switches the multiplexing channel to a Data Mode (Data Mode) during power-on initialization, and the inter-process communication mechanism module (Ipc) defines a unique Field number (Field ID) in the Socket agent (Socket agent) module. The Socket agent (Socket agent) receives the data packet, checks the field number of the data packet, and distributes the data packet to the interprocess communication module if the data packet belongs to the interprocess communication. The inter-process communication module allocates a process number ID to each user, and the ID uniquely identifies the corresponding user. Inter-process communication (IPC) distributes packets to remote users according to the corresponding serial numbers ID, and if the IDs are not matched, the packets are discarded. If the transmitted data structure is complex and diversified, the calling is repeated frequently, and the specific content is updated continuously, the existing interface of the Ipc is directly called, so that the requirement cannot be met.
In order to overcome the problems, the invention provides a data communication method between dual-mode systems, which adopts an independently operated task to manage the sending and receiving of data, so that the sending and receiving processes of data sending can be orderly and stably realized in a queue mode according to a defined data transmission protocol, and the stability of system communication is improved.
Fig. 1 is a data communication method between dual mode systems according to an embodiment of the present invention, wherein the dual mode systems include a GSM/GPRS module and an NB-IoT module. The data communication method comprises the following steps: step S1 to step S3.
In step S1, after the system is started, the preset independent system task circularly checks the message to be processed in the message task queue in real time, and distributes the message to be processed to the message processing function. Wherein the independent system tasks are pre-created in the GSM/GPRS module. When the system is started, the system task can be automatically run, and the task can continuously and circularly check the existing messages in the task queue and distribute the messages to the message processing functions of the task queue. The message to be processed comprises: the mobile terminal comprises one or more of a message that the NB-IoT module requests to acquire voltage data, a message that the NB-IoT module requests to acquire peripheral WLAN hotspot information, a message that the NB-IoT module requests to acquire peripheral 2G base station information, a message that the NB-IoT module requests to acquire current system version information, a command message that an IoT server is to send to the GSM/GPRS module, and a message that each unit in the GSM/GPRS module is to send to the NB-IoT module.
The code of the message processing function of an embodiment is as follows:
Figure BDA0002892124750000051
Figure BDA0002892124750000061
in a program, a task cycle is carried out through a while (1) statement, a function receive _ msg _ ext _ q () checks whether a new message is not processed in a current task queue, if the new message is not processed, a message specific content (current _ ilm) is obtained, then a function dwq _ event _ handler () is called to carry out message processing, occupied resources are released after the processing is finished, and the next cycle is continued.
In step S2, the message processing function calls different functions to process according to the type of the message to be processed, so as to obtain the data requested in the message to be processed.
In one embodiment, the message processing function processes the message as follows:
Figure BDA0002892124750000062
Figure BDA0002892124750000071
Figure BDA0002892124750000081
specifically, the message processing function calls different functions to process according to the type of the message to be processed, so as to obtain the data requested in the message to be processed, including one or more of the following manners.
And after receiving the message of requesting to acquire the voltage data by the NB-IoT module, the message processing function calls the voltage processing function to process the message so as to acquire the current voltage data.
After receiving the message of the NB-IoT module requesting to acquire the peripheral WLAN hotspot information, the message processing function calls a WLAN initialization function to start WLAN module initialization, after receiving the WLAN scanning message, calls a WLAN _ SCAN function to execute WLAN scanning action, and receives the WLAN hotspot information in a WLAN scanning result callback function.
And after receiving the message of the NB-IoT module requesting to acquire the information of the surrounding 2G base stations, the message processing function calls the base station message processing function to collect the information of the surrounding 2G base stations.
And the message processing function receives the message of the NB-IoT module requesting to acquire the version information of the current system, and calls the version message processing function to acquire the version information of the current system.
And after receiving the command message to be sent to the GSM/GPRS module by the IoT server, the message processing function calls a command processing function to execute a corresponding command. Wherein the command comprises: one or more of turn on flight mode, turn off flight mode, turn on Bluetooth, turn off Bluetooth, turn on NB-IoT module, turn off NB-IoT module, turn on WLAN module, turn off WLAN module.
If the type of the message to be processed is unknown, calling an unknown type message processing function to process so as to obtain the data requested in the message to be processed.
And after receiving the message to be sent to the NB-IoT module by each unit in the GSM/GPRS module, the message processing function calls a local processing function of the GSM/GPRS module to process.
In step S3, the data requested in the pending message is packaged into a unified data structure and then sent. Specifically, a data buffer is uniformly created for data in a message to be processed, pointed by a data structure pointer, assigned to form a uniform format, and a sending function is called to send the data according to an interprocess communication protocol.
The packaging method of one embodiment is as follows:
Figure BDA0002892124750000091
Figure BDA0002892124750000101
Figure BDA0002892124750000111
the transmitted data comprises various different information such as module voltage information, peripheral WLAN hotspot information, peripheral 2G base station information, version information and the like, each has a respective data structure, and the data structures are packaged into a uniform data structure before transmission, so that the transmission data interface is uniform and regular, and after a receiving end receives the data, the code is clear, thereby facilitating quick analysis. And the expandability is realized, new data types need to be added, and the assignment encapsulation can be realized according to a unified sending data structure before sending as long as a user-defined novel data structure is added.
Based on the same inventive concept, an embodiment further provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and running on the processor, and when the processor executes the computer program, the steps of the method according to any of the above embodiments are implemented.
Based on the same inventive concept, an embodiment also provides a non-transitory computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the steps of the method according to any of the embodiments described above.
In summary, according to the data communication method between dual-mode systems, the electronic device, and the non-transitory computer-readable storage medium of the present embodiment, a new independent Task (Task) is mainly created to process data transmission and reception messages involved in the data transmission process, which does not affect the operation of other modules of the entire system, and other modules can send messages to the Task queue when necessary through external messages, poll and check the Task queue, and timely distribute messages when messages exist, thereby completing the interaction process between the GSM/GPRS module and the NB-IoT module; when data is transmitted at the same time, different information data are encapsulated to form a unified data structure (dwq _ data _ content _ t), and then an original mechanism of interprocess communication (Ipc) is called to finish data transmission, so that a data receiver can analyze the data simply and quickly after receiving the data. In addition, the method also realizes that the IoT server issues commands such as: the system has the advantages that flight modes are switched, the Bluetooth function is opened and closed, and other control functions are achieved, the operation is normal and stable, the expandability is realized, and when new functions need to be added, the system can be simply added into the existing system.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The foregoing descriptions of specific exemplary embodiments of the present invention have been presented for purposes of illustration and description. It is not intended to limit the invention to the precise form disclosed, and obviously many modifications and variations are possible in light of the above teaching. The exemplary embodiments were chosen and described in order to explain certain principles of the invention and its practical application to enable one skilled in the art to make and use various exemplary embodiments of the invention and various alternatives and modifications as are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the claims and their equivalents.

Claims (10)

1. A data communication method between dual-mode systems, wherein the dual-mode systems comprise a GSM/GPRS module and an NB-IoT module, the data communication method comprises the following steps:
after a system is started, a preset independent system task circularly checks a message to be processed in a message task queue in real time, and distributes the message to be processed to a message processing function in the system task;
the message processing function calls different functions to process according to the type of the message to be processed so as to acquire the data requested in the message to be processed;
and packaging the acquired data requested in the message to be processed into a uniform data structure and then sending the uniform data structure.
2. The method for data communication between dual mode systems as claimed in claim 1,
the separate system tasks are pre-created in the GSM/GPRS module.
3. The method for data communication between dual mode systems as claimed in claim 1,
the message to be processed comprises: the mobile terminal comprises one or more of a message that the NB-IoT module requests to acquire voltage data, a message that the NB-IoT module requests to acquire peripheral WLAN hotspot information, a message that the NB-IoT module requests to acquire peripheral 2G base station information, a message that the NB-IoT module requests to acquire current system version information, a command message that an IoT server is to send to the GSM/GPRS module, and a message that each unit in the GSM/GPRS module is to send to the NB-IoT module.
4. The data communication method between dual-mode systems as claimed in claim 3, wherein said message processing function calls different functions to process according to the type of the message to be processed so as to obtain the requested data in the message to be processed comprises:
after the message processing function receives the message of the NB-IoT module requesting to acquire the voltage data, calling the voltage processing function to process the message so as to acquire the current voltage data;
after receiving the message of the NB-IoT module requesting to acquire the peripheral WLAN hotspot information, the message processing function calls a WLAN initialization function to start WLAN module initialization, after receiving the WLAN scanning message, calls a WLAN _ SCAN function to execute WLAN scanning action, and receives the WLAN hotspot information in a WLAN scanning result callback function;
after the message processing function receives the message of the NB-IoT module requesting to acquire the information of the surrounding 2G base stations, calling the base station message processing function to collect the information of the surrounding 2G base stations; and/or
And the message processing function receives the message of the NB-IoT module requesting to acquire the version information of the current system, and calls the version message processing function to acquire the version information of the current system.
5. The data communication method between dual-mode systems as claimed in claim 3, wherein said message processing function calls different functions to process according to the type of the message to be processed so as to obtain the requested data in the message to be processed comprises:
after the message processing function receives the command message to be sent to the GSM/GPRS module by the IoT server, calling a command processing function to execute a corresponding command; and/or
And after receiving the message to be sent to the NB-IoT module by each unit in the GSM/GPRS module, the message processing function calls a local processing function to process the message.
6. The data communication method between dual mode systems as claimed in claim 5, wherein said command comprises: one or more of turn on flight mode, turn off flight mode, turn on Bluetooth, turn off Bluetooth, turn on NB-IoT module, turn off NB-IoT module, turn on WLAN module, turn off WLAN module.
7. The data communication method between dual-mode systems as claimed in claim 3, wherein said message processing function calls different functions to process according to the type of the message to be processed so as to obtain the requested data in the message to be processed comprises:
if the type of the message to be processed is unknown, calling an unknown type message processing function to process so as to obtain the data requested in the message to be processed.
8. The method of claim 1, wherein encapsulating the requested data in the acquired pending message into a unified data structure for transmission comprises:
and uniformly creating a data buffer for the acquired data in the message to be processed, pointing by using a data structure pointer, then assigning values to form a uniform format, and calling a sending function to send.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method according to any of claims 1 to 8 are implemented when the processor executes the program.
10. A non-transitory computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 8.
CN202110032744.1A 2021-01-11 2021-01-11 Data communication method between dual-mode systems Active CN112804714B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110032744.1A CN112804714B (en) 2021-01-11 2021-01-11 Data communication method between dual-mode systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110032744.1A CN112804714B (en) 2021-01-11 2021-01-11 Data communication method between dual-mode systems

Publications (2)

Publication Number Publication Date
CN112804714A true CN112804714A (en) 2021-05-14
CN112804714B CN112804714B (en) 2022-08-19

Family

ID=75809864

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110032744.1A Active CN112804714B (en) 2021-01-11 2021-01-11 Data communication method between dual-mode systems

Country Status (1)

Country Link
CN (1) CN112804714B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107071931A (en) * 2017-05-04 2017-08-18 国动物联网技术(上海)有限公司 A kind of NB IoT base stations based on communication chip
CN208283768U (en) * 2018-05-31 2018-12-25 上海嘉勉信息技术有限公司 General Data Acquisition and Dual module sending device
CN109327551A (en) * 2018-12-04 2019-02-12 浩云科技股份有限公司 By the method and device of internet of things equipment access platform of internet of things, server
CN209402537U (en) * 2019-04-19 2019-09-17 山西三凡信息工程有限公司 Internet of Things Multifunctional gateway
CN111372301A (en) * 2020-03-17 2020-07-03 杭州凯立通信有限公司 Mobile communication terminal and mobile communication terminal communication technology selection method
CN111371832A (en) * 2019-12-11 2020-07-03 添可智能科技有限公司 Data storage and detection method and equipment
CN112040478A (en) * 2020-08-26 2020-12-04 天津七一二通信广播股份有限公司 Method for realizing double-mode dispatching desk

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107071931A (en) * 2017-05-04 2017-08-18 国动物联网技术(上海)有限公司 A kind of NB IoT base stations based on communication chip
CN208283768U (en) * 2018-05-31 2018-12-25 上海嘉勉信息技术有限公司 General Data Acquisition and Dual module sending device
CN109327551A (en) * 2018-12-04 2019-02-12 浩云科技股份有限公司 By the method and device of internet of things equipment access platform of internet of things, server
CN209402537U (en) * 2019-04-19 2019-09-17 山西三凡信息工程有限公司 Internet of Things Multifunctional gateway
CN111371832A (en) * 2019-12-11 2020-07-03 添可智能科技有限公司 Data storage and detection method and equipment
CN111372301A (en) * 2020-03-17 2020-07-03 杭州凯立通信有限公司 Mobile communication terminal and mobile communication terminal communication technology selection method
CN112040478A (en) * 2020-08-26 2020-12-04 天津七一二通信广播股份有限公司 Method for realizing double-mode dispatching desk

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
TONG QIANG等: "Low-power smart home node design based on STM32L433", 《2018 IEEE 3RD ADVANCED INFORMATION TECHNOLOGY, ELECTRONIC AND AUTOMATION CONTROL CONFERENCE》 *
王君君等: "移动终端的设施农业物联网环境监控系统设计", 《传感器与微系统》 *

Also Published As

Publication number Publication date
CN112804714B (en) 2022-08-19

Similar Documents

Publication Publication Date Title
US20210329493A1 (en) Method and system for group communication, group server, and group member device
CN111580995A (en) Synchronous communication method and system of distributed cloud platform and Internet of things intelligent terminal based on MQTT asynchronous communication scene
KR101706876B1 (en) Service processing method and device
WO2014176927A1 (en) Method, device and system for downloading file
WO2019184658A1 (en) Profile switching method and apparatus, and mobile terminal
CN103944596B (en) The communication equipment of support multi-protocol transmission based on software definition
CN111240858A (en) Event scheduling method and component
CN105335238B (en) Inter-process communication method and device
CN102256211B (en) Group-based method and system for application realization of M2M terminal
CN103246557A (en) Method and device for calling application information in cross process mode
CN112804714B (en) Data communication method between dual-mode systems
US20230403551A1 (en) Radio access network (ran) data exposure in a wireless communication network
CN113407357B (en) Method and device for inter-process data movement
CN114661433A (en) Event task scheduling method and device, storage medium and electronic equipment
CN112770352A (en) Communication method, device, system and storage medium
US11956702B2 (en) User equipment (UE) service over a network exposure function (NEF) in a wireless communication network
CN112367362B (en) Data processing method, device, equipment and computer storage medium
JP2016081535A (en) Electronic device for internet protocol communications
WO2022033437A1 (en) Multi-mode chip and terminal device
CN114245317B (en) Data processing method, device and computer readable storage medium
US11809924B2 (en) Wireless communication service over a network exposure function (NEF) that has an application programming interface (API)
US11785636B1 (en) Wireless communication network access for wireless user equipment based on their wireless network slices
CN115002175B (en) Remote control method, device and storage medium
CN102869070B (en) Access control method and device of mobility management entity (MME) resource processing entity
WO2022062857A1 (en) Resource request method, resource configuration method, and related product

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