CN114070810A - Information push system and information push method - Google Patents

Information push system and information push method Download PDF

Info

Publication number
CN114070810A
CN114070810A CN202010746398.9A CN202010746398A CN114070810A CN 114070810 A CN114070810 A CN 114070810A CN 202010746398 A CN202010746398 A CN 202010746398A CN 114070810 A CN114070810 A CN 114070810A
Authority
CN
China
Prior art keywords
electronic device
information
network host
notification
message
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.)
Pending
Application number
CN202010746398.9A
Other languages
Chinese (zh)
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.)
Shenzhen Fulian Fugui Precision Industry Co Ltd
Original Assignee
Shenzhen Fugui Precision Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Fugui Precision Industrial Co Ltd filed Critical Shenzhen Fugui Precision Industrial Co Ltd
Priority to CN202010746398.9A priority Critical patent/CN114070810A/en
Publication of CN114070810A publication Critical patent/CN114070810A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • H04L51/046Interoperability with other network applications or services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/80Services using short range communication, e.g. near-field communication [NFC], radio-frequency identification [RFID] or low energy communication

Abstract

An information push system is characterized by comprising a first electronic device, a network host and a second electronic device. The first electronic device is used for generating notification information. The network host is connected with the first electronic device and used for receiving the notification information from the first electronic device. The second electronic device is connected to the network host for receiving the notification message from the network host via a wireless communication protocol. The invention also provides an information pushing method. The information pushing system and the information pushing method can push the notification information in the closed field to the electronic device outside the closed field in real time.

Description

Information push system and information push method
Technical Field
The present invention relates to an information push system and an information push method, and more particularly, to an information push system and an information push method capable of pushing information or data in a closed field to an iOS device in real time.
Background
In the prior art, when an application program operating in the background of the iOS device is to receive a real-time Push, the application program generally needs to be implemented through an Apple Push Notification Service (APNs). However, when using APNs, the iOS device must first connect to the internet. Therefore, in a closed field (e.g., an intranet in a production line), information cannot be pushed to the iOS device in real time through the APNs. In addition, since the iOS restricts the network connection of the application program in the suspended state, if the application program is directly connected to the server in the closed domain to obtain the message, the application program cannot be connected to the server in the closed domain to obtain the message after the application program enters the background operation. Therefore, how to push information in the intranet to the iOS device in any situation is a problem that needs to be solved at present.
Disclosure of Invention
In view of the above, an information pushing system and an information pushing method are needed to push information to an iOS device located on an external network.
The invention provides an information pushing system, which is characterized by comprising the following components: the first electronic device is used for generating notification information; the network host is connected with the first electronic device and used for receiving the notification information from the first electronic device; and a second electronic device connected to the network host for receiving the notification message from the network host via a wireless communication protocol.
The invention further provides an information pushing method, which is characterized by comprising the following steps: generating notification information through the first electronic device; outputting the notification message to the network host through the network host and the first electronic device via the first communication protocol; and outputting the notification message to the second electronic device through the network host via a wireless communication protocol.
According to an embodiment of the present invention, the first electronic device outputs the notification message to the network host through a message queuing method.
According to another embodiment of the present invention, wherein the second electronic device uses an iOS operating system.
Drawings
Fig. 1 is a block diagram of an information push system according to an embodiment of the invention.
Fig. 2 is a flowchart of an information pushing method according to an embodiment of the invention.
Description of the main elements
Information push system 100
The first electronic device 110
Network host 120
Second electronic device 130
Step flow S201 to S204
Detailed Description
Further areas of applicability of the present systems and methods will become apparent from the detailed description provided hereinafter. It should be understood that the following detailed description and specific examples, while indicating exemplary embodiments of the information delivery system and method, are intended for purposes of illustration only and are not intended to limit the scope of the invention.
Fig. 1 is a block diagram of an information push system 100 according to an embodiment of the invention. The information push system 100 at least includes a first electronic device 110, a network host 120 and a second electronic device 130. The first electronic device 110 may be any electronic device or production line equipment having a sensing module, such as an electronic device or production line equipment provided with a camera, a temperature sensor, an energy analysis instrument, and the like, which can generate sensing data related to an image, a temperature, a voltage, a current, and the like. The sensing module of the first electronic device 110 collects the sensing data at predetermined intervals, and outputs the collected sensing data to the network host 120 through the notification information. It should be noted that the notification message may also include an alarm message, that is, the first electronic device 110 may also output an alarm message to the network host 120 when determining that the sensed data is abnormal. The output is sent to the network host 120, and the warning message is sent to the second electronic device 130 through the network host 120. The network host 120 may be a gateway or a server with a bluetooth transceiver module, etc. for receiving the notification message from the first electronic device 110 and outputting the received notification message to the second electronic device 130 via a bluetooth wireless communication protocol. The second electronic device 130 is an electronic device having a bluetooth wireless transceiver module, and is preferably a smart phone, a tablet computer, etc. with an os or iPadOS as an operating system. In the present embodiment, the relationship between the first electronic device 110 and the network host 120 is that the first electronic device 110 is a publisher and the network host 120 is a subscriber. In addition, the relationship between the network host 120 and the second electronic device 130 is that the network host 120 is a publisher, and the second electronic device 130 is a subscriber.
According to an embodiment of the present invention, the first electronic device 110 sends the notification message to the network host 120 through a message queuing method. Wherein the message queuing method at least includes MQTT, Kafka, etc. When the first electronic device 110 transmits the notification message by using the message queuing method, the first electronic device 110 first transmits the notification message to a middle storage array (Broker), and the network host 120 then obtains the notification message from the middle storage array. It should be noted that the first electronic device 110 may also transmit the notification message by using other methods operable in the intranet, and the invention is not limited thereto.
After receiving the notification message, the network host 120 outputs the notification message to the subscribed second electronic device 130 via the bluetooth wireless communication protocol. Wherein, the second electronic device 130 is installed with iOS or iPadOS application program and connected to the network host 120 through Bluetooth wireless communication protocol. However, since the applications in the iOS or iPadOS can still receive the notification information through the bluetooth wireless communication protocol during the background execution, the network host 120 can push the notification information to the user in real time after receiving the notification information.
Fig. 2 is a flowchart of an information pushing method according to an embodiment of the invention. First, in step S201, the sensing module of the first electronic device 110 collects sensing data related to the first electronic device 110 at predetermined time intervals. The sensing data may include, among other things, image, temperature, voltage, current, etc. In step S202, the first electronic device 110 uploads the collected sensing data to the network host 120 through the notification message. In an embodiment of the invention, the first electronic device 110 can transmit the notification message to the intermediate storage array through the message queuing method, and the network host 120 obtains the notification message from the intermediate storage array. In step S203, the network host 120 sends the received notification message to the second electronic device 130 via the bluetooth wireless communication protocol. The operating system of the second electronic device 130 is iOS or iPadOS. In step S204, the second electronic device 130 displays the notification message through the application program.
It is to be noted that although the above-described method has been described on the basis of a flowchart using a series of steps or blocks, the present invention is not limited to the order of the steps, and some steps may be performed in an order different from that of the rest of the steps or the rest of the steps may be performed simultaneously. Moreover, those skilled in the art will appreciate that the steps illustrated in the flow chart are not exclusive, that other steps of the flow chart may be included, or that one or more steps may be deleted without affecting the scope of the invention.
In summary, according to the information push system and the information push method provided by some embodiments of the present invention, the user can receive the notification information in the closed field immediately through the forwarding of the network host on the iOS device. In addition, the notification information is transmitted by using the Bluetooth communication protocol, and the notification information can be continuously updated after the application program on the iOS device enters the background operation, so as to achieve the purpose of real-time notification and real-time processing.
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 to the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (6)

1. An information push system, characterized in that the system comprises:
the first electronic device is used for generating notification information;
the network host is connected with the first electronic device and used for receiving the notification information from the first electronic device; and
the second electronic device is connected with the network host and used for receiving the notification information from the network host through a Bluetooth wireless communication protocol.
2. The message pushing system of claim 1, wherein the first electronic device outputs the notification message to the network host through a message queuing method.
3. The information push system of claim 1, wherein the second electronic device uses an iOS operating system.
4. An information pushing method, characterized in that the steps comprise:
generating notification information through the first electronic device;
outputting the notification message to a network host through the first electronic device; and
the network host outputs the notification message to the second electronic device via the Bluetooth wireless communication protocol.
5. The information pushing method according to claim 4, wherein the first electronic device outputs the notification information to the network host through a message queuing method.
6. The information pushing method according to claim 4, wherein the second electronic device uses an iOS operating system.
CN202010746398.9A 2020-07-29 2020-07-29 Information push system and information push method Pending CN114070810A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010746398.9A CN114070810A (en) 2020-07-29 2020-07-29 Information push system and information push method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010746398.9A CN114070810A (en) 2020-07-29 2020-07-29 Information push system and information push method

Publications (1)

Publication Number Publication Date
CN114070810A true CN114070810A (en) 2022-02-18

Family

ID=80226850

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010746398.9A Pending CN114070810A (en) 2020-07-29 2020-07-29 Information push system and information push method

Country Status (1)

Country Link
CN (1) CN114070810A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105915577A (en) * 2015-12-18 2016-08-31 美的集团股份有限公司 Internet of things control system, terminal, gateway, remote control terminal and method
CN109411063A (en) * 2018-09-30 2019-03-01 北京中广瑞波科技股份有限公司 A kind of medical health service system and method
CN109981668A (en) * 2019-04-02 2019-07-05 四川尊古科技有限公司 Common apparatus Internet of Things communication means based on the extensive agreement of MQTT
CN110474980A (en) * 2019-08-13 2019-11-19 深圳市商汤科技有限公司 Data control method and device, electronic equipment and storage medium
CN110912789A (en) * 2019-12-27 2020-03-24 无锡青起长升智能科技有限公司 Intelligent household Internet of things communication method based on Alicloud IoT Hub platform

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105915577A (en) * 2015-12-18 2016-08-31 美的集团股份有限公司 Internet of things control system, terminal, gateway, remote control terminal and method
CN109411063A (en) * 2018-09-30 2019-03-01 北京中广瑞波科技股份有限公司 A kind of medical health service system and method
CN109981668A (en) * 2019-04-02 2019-07-05 四川尊古科技有限公司 Common apparatus Internet of Things communication means based on the extensive agreement of MQTT
CN110474980A (en) * 2019-08-13 2019-11-19 深圳市商汤科技有限公司 Data control method and device, electronic equipment and storage medium
CN110912789A (en) * 2019-12-27 2020-03-24 无锡青起长升智能科技有限公司 Intelligent household Internet of things communication method based on Alicloud IoT Hub platform

Similar Documents

Publication Publication Date Title
US9373247B2 (en) Disaster monitoring and pre-warning system and method thereof
CN101180852A (en) Method and system for the remote management of a machine via IP links of an IP multimedia subsystem, IMS
CN105471914A (en) Information push method and device based on terminal abnormal states
CN111159269B (en) Data processing method, device and system
AU2019404523B2 (en) Detection device, detection method, and detection program
US11423499B2 (en) Logistics sensors for smart contract arbitration
JP6931706B2 (en) How to combine and display message records, and terminal devices
CN113114535A (en) Network fault detection method and device and electronic equipment
CN114070810A (en) Information push system and information push method
CN115938013A (en) Method, apparatus, device and computer readable medium for monitoring data
CN108289165B (en) Method and device for realizing camera control based on mobile phone and terminal equipment
CN108023741B (en) Monitoring resource use method and server
CN107885169A (en) A kind of collection method of field data, device and system
KR101929977B1 (en) Control equipment abnormality detection control and notification system
CN112333045A (en) Intelligent flow baseline learning method, equipment and computer readable storage medium
CN108668306B (en) Data acquisition system with built-in mobile operating system
CN105704170A (en) Remote assistance method, server and terminal
CN113868111B (en) Mutual access relation adjusting method and device based on service node and electronic equipment
CN219512080U (en) Laser gas detection system
CN111047229A (en) Order distribution information processing method and system
CN113077615B (en) Alarm information processing method and device and electronic equipment
CN116760741B (en) Data state monitoring method, device, equipment and medium
CN113839800B (en) Abnormal network element prompting method and device, electronic equipment and storage medium
US20230419281A1 (en) Automated teller machine (atm) including an application programming interface (api)-equipped, embedded mobile computer
WO2020226594A1 (en) A fraud detection system

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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20220218

WD01 Invention patent application deemed withdrawn after publication