CN107040411B - Intelligent gateway management method and system based on event-driven model - Google Patents

Intelligent gateway management method and system based on event-driven model Download PDF

Info

Publication number
CN107040411B
CN107040411B CN201710206054.7A CN201710206054A CN107040411B CN 107040411 B CN107040411 B CN 107040411B CN 201710206054 A CN201710206054 A CN 201710206054A CN 107040411 B CN107040411 B CN 107040411B
Authority
CN
China
Prior art keywords
intelligent
role
intelligent gateway
gateway
control instruction
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710206054.7A
Other languages
Chinese (zh)
Other versions
CN107040411A (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.)
Taizhou Jiji Intellectual Property Operation Co.,Ltd.
Original Assignee
Taizhou Jiji Intellectual Property Operation 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 Taizhou Jiji Intellectual Property Operation Co ltd filed Critical Taizhou Jiji Intellectual Property Operation Co ltd
Priority to CN201710206054.7A priority Critical patent/CN107040411B/en
Publication of CN107040411A publication Critical patent/CN107040411A/en
Application granted granted Critical
Publication of CN107040411B publication Critical patent/CN107040411B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2803Home automation networks
    • H04L12/2816Controlling appliance services of a home automation network by calling their functionalities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2803Home automation networks
    • H04L12/2823Reporting information sensed by appliance or service execution status of appliance services in a home automation network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/66Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/14Network analysis or design
    • H04L41/145Network analysis or design involving simulating, designing, planning or modelling of a network

Abstract

The invention discloses an intelligent gateway management method and a system based on an event-driven model, wherein the event-driven model comprises a multi-level role management directory, and the management method comprises the following steps: s1, searching an intelligent gateway role corresponding to the intelligent gateway when the intelligent gateway is in an online state; s2, when the intelligent equipment managed by the intelligent gateway is in an online state, establishing an intelligent equipment role; s3, receiving a control instruction sent by a user, and sending the control instruction to an intelligent device role; and S4, the intelligent device role judges whether the control instruction is an executable instruction, if so, the intelligent device role sends the control instruction to the intelligent gateway role, and the intelligent gateway role sends the control instruction to the intelligent gateway. The invention reduces the consumption of memory and CPU resources and improves the manageable hardware quantity through the event-driven model. Through the single-thread model of the role, the complexity of the system is reduced, and the concurrent processing capacity and the response speed of the system are improved.

Description

Intelligent gateway management method and system based on event-driven model
Technical Field
The invention relates to the field of intelligent equipment control, in particular to an intelligent gateway management method and system based on an event-driven model.
Background
Various intelligent hardware devices form an intelligent home system, and in order to uniformly manage all the intelligent hardware, an intelligent gateway is needed to manage all the intelligent hardware. By adding an intelligent gateway device at the user side, all intelligent hardware can be uniformly managed by the intelligent gateway, so that the simplification of operation and the mutual operation of the intelligent hardware are realized. The user can control the intelligent hardware through a mobile phone application program, the user binds the intelligent gateway after registering in the intelligent gateway background management system, then sends an instruction to the intelligent gateway background management system through the mobile phone, the background management system sends the instruction to the intelligent gateway after processing, and finally the intelligent gateway controls the intelligent hardware. The intelligent gateway also needs to feed back the real-time state of the intelligent hardware to the background management system, and the background management system feeds back the real-time state to the user through the mobile phone after processing.
The invention discloses an intelligent home management system based on operation service, which is provided by patent document with application number CN201510265376.X and comprises an intelligent home operation platform, a client terminal, an intelligent gateway and controlled equipment. The intelligent home operation platform communicates with the intelligent gateway through the Ethernet, and users can remotely operate the equipment in the home through the operation platform without fixing IP addresses. The functions of user account opening registration, use, logout, equipment change, system setting and the like are managed through the operation platform. And a complete and stable intelligent home remote control solution is provided. And the client terminal accesses the server of the intelligent home operation platform through the Internet to acquire the intelligent home remote operation service. And the intelligent gateway is responsible for local networking management and network starting, and remotely operates the equipment in the family through the operation platform.
Also, as disclosed in patent document CN201610087803.4, "a method for associating a mobile terminal with a background management system task", the present invention relates to a method for associating a mobile terminal with a background management system task, including the following steps: s1, the mobile terminal receives a work instruction sent by the background management system, the work instruction is generated after the background management system receives an internal and external work task request or a set work plan, and the work instruction is associated with a folder generated by the background management system; s2, the mobile terminal automatically generates a file package which is also associated with the work order; and S3, after the mobile terminal generates information to be uploaded to the background management system, packaging the information to be uploaded together, automatically storing the information in a file package, and then uploading the information.
The prior art has the disadvantage that each intelligent device is an entity object in the background management system, and a background thread is required to be started for processing the operation and monitoring of the entity objects. An intelligent gateway backend server may need to manage millions of intelligent devices simultaneously, which requires a balance between the use of resources and the number of devices managed. And a common multithreading mode is used, each intelligent device generates one thread for management, about 4096 threads occupy 1G of memory space in the mode, and a server cannot meet the resources required by the system. Even if the memory is available, the execution of each thread needs to be switched between contexts in the CPU, and a timing cycle mode is also needed when a new service needs to be processed, so that the resources of the CPU are consumed finally, and the service processing cannot be effectively performed by using the system.
The instructions for an intelligent hardware also cause problems in multi-threaded operation, such as issuing two commands to turn on and adjust the brightness of the intelligent lamp, and in multi-threaded environment, accessing and modifying the business object of the intelligent lamp are executed concurrently, and locks are added to the business object to ensure sequentiality, thereby increasing the complexity of the system.
Disclosure of Invention
In view of the current state of the prior art, the present invention aims to solve the performance problem of the system and the sequential processing problem of the instructions in the environment where a large amount of intelligent hardware is controlled and managed by the background management system.
The technical scheme adopted by the invention for solving the technical problems is as follows:
an intelligent gateway management method based on an event-driven model, wherein the event-driven model comprises a multi-level role management directory, and the management method comprises the following steps:
s1, searching an intelligent gateway role corresponding to the intelligent gateway when the intelligent gateway is in an online state;
s2, when the intelligent equipment managed by the intelligent gateway is in an online state, establishing an intelligent equipment role;
s3, receiving a control instruction sent by a user, and sending the control instruction to an intelligent device role;
and S4, the intelligent device role judges whether the control instruction is an executable instruction, if so, the intelligent device role sends the control instruction to the intelligent gateway role, and the intelligent gateway role sends the control instruction to the intelligent gateway.
Further, step S1 is preceded by:
and creating a root node, wherein the root node is used for creating an intelligent gateway role corresponding to the intelligent gateway.
Further, in step S1, the intelligent gateway role corresponding to the intelligent gateway is searched according to the intelligent gateway serial number information.
Further, in step S1, if the intelligent gateway role corresponding to the intelligent gateway cannot be found according to the serial number information of the intelligent gateway, a new intelligent gateway role is created.
Further, in step S2, a smart device role is created in the smart gateway role according to the smart device serial number information.
Further, step S2 includes:
after the intelligent device role is established, starting state monitoring on the intelligent device role;
and when the role of the intelligent device is abnormal, sending a notification message to the role of the intelligent gateway.
Further, after the connection between the background management system and the intelligent gateway is interrupted, a stop message is sent to the role of the intelligent gateway;
and after receiving the stop message, the intelligent gateway role sends the stop message to all intelligent hardware roles managed by the intelligent gateway role.
An intelligent gateway management system based on an event-driven model, comprising:
the searching module is used for searching the intelligent gateway role corresponding to the intelligent gateway when the intelligent gateway is in an online state;
the creating module is used for creating the role of the intelligent equipment when the intelligent equipment managed by the intelligent gateway is in an online state;
the forwarding module is used for receiving a control instruction sent by a user and sending the control instruction to the role of the intelligent equipment;
and the judging module is used for judging whether the control instruction is an executable instruction.
Further, the creating module is further configured to create a new role of the intelligent gateway when the role of the intelligent gateway corresponding to the intelligent gateway cannot be found according to the serial number information of the intelligent gateway.
Further, still include:
and the state monitoring module is used for starting state monitoring of the intelligent device role after the intelligent device role is established.
The invention reduces the consumption of memory and CPU resources and improves the manageable hardware quantity by using the event-driven model. Through the single-thread model of the role, the complexity of the system is reduced, and the concurrent processing capacity and the response speed of the system are improved.
Drawings
Fig. 1 is a flowchart of an intelligent gateway management method based on an event-driven model according to an embodiment of the present invention;
fig. 2 is a structural diagram of an intelligent gateway management system based on an event-driven model according to an embodiment of the present invention;
fig. 3 is a system role structure diagram in the second embodiment of the present invention.
Detailed Description
The following are specific embodiments of the present invention and are further described with reference to the drawings, but the present invention is not limited to these embodiments.
An intelligent gateway background server needs to have the capacity of managing millions of intelligent hardware, and in order to achieve the service requirement, the invention uses the event-driven model of Akka to achieve the capacity of managing a large amount of intelligent hardware. The main purpose of Akka is to write applications so that they can be more easily deployed on the cloud or run in a distributed environment, and can effectively utilize all computer resources for business processing. Akka is a Scala-written library for simplifying the writing of fault-tolerant, highly scalable Java and Scala role model applications.
These intelligent devices act as an Actor in the intelligent gateway background management system. It has the following characteristics:
1. the role is a very small module, and 250 ten thousand roles can be deployed in the memory of 1G, so that the capacity requirement of the memory is met.
2. The roles are single-threaded and interact with each other by transmitting messages, if no message is sent to the roles, the roles do not consume resources, data is not required to be acquired in a polling mode, context switching under a thread environment is avoided, and the use of a CPU is reduced.
3. The role can only process one message request at a time, so no matter the role is an action message or a message requesting a certain response or state, the role is processed sequentially, and the role ensures that the instructions are processed according to the issuing sequence.
4. If one role is abnormal in the process of processing the service, the role can be automatically terminated or restarted, and other roles in the system cannot be influenced, so that the stability of the system is improved.
5. The role uses the invariable data, fundamentally eliminates the thread synchronization problem, reduces the complexity of the system and is beneficial to later maintenance and upgrading.
By using the event-driven model based on roles, the intelligent gateway background management system can realize the management capability of a large amount of intelligent hardware and ensure the running reliability of the system.
The following are specific examples of the present invention.
Example one
Fig. 1 is a flowchart of an intelligent gateway management method based on an event-driven model in this embodiment, where the event-driven model includes a multi-level role management directory, and the management method includes:
s1, searching an intelligent gateway role corresponding to the intelligent gateway when the intelligent gateway is in an online state;
before the step, after the system is started, a root node is automatically created, and the root node is used for creating an intelligent gateway role corresponding to the intelligent gateway.
In this step, when monitoring that the intelligent gateway is in an online state, the background management system starts to search the intelligent gateway role corresponding to the intelligent gateway according to the intelligent gateway serial number information.
And if the intelligent gateway role corresponding to the intelligent gateway cannot be found according to the serial number information of the intelligent gateway, creating a new intelligent gateway role.
S2, when the intelligent equipment managed by the intelligent gateway is in an online state, establishing an intelligent equipment role;
in the step, when monitoring that the intelligent equipment managed by the intelligent gateway is in an online state, the background management system creates an intelligent equipment role according to the serial number information of the intelligent equipment.
S3, receiving a control instruction sent by a user, and sending the control instruction to an intelligent device role;
in the step, after receiving a control instruction sent by a user, the background management system sends the control instruction to the role of the intelligent device.
And S4, the intelligent device role judges whether the control instruction is an executable instruction, if so, the intelligent device role sends the control instruction to the intelligent gateway role, and the intelligent gateway role sends the control instruction to the intelligent gateway.
In this step, the role of the intelligent device receives a user control instruction sent by a background management system, and judges whether the control instruction is an executable instruction according to the state of the intelligent device:
and if the control instruction is an executable instruction, the intelligent device role sends the control instruction to the intelligent gateway role, and the intelligent gateway role sends the control instruction to the intelligent gateway.
Fig. 2 is a structural diagram of an intelligent gateway management system based on an event-driven model in this embodiment, where the system includes:
the searching module 100 is configured to search, when the intelligent gateway is in an online state, an intelligent gateway role corresponding to the intelligent gateway;
a creating module 200, configured to create an intelligent device role when the intelligent device managed by the intelligent gateway is in an online state;
the forwarding module 300 is configured to receive a control instruction sent by a user, and send the control instruction to an intelligent device role;
the determining module 400 is configured to determine whether the control instruction is an executable instruction.
The creating module 200 is further configured to create a new role of the intelligent gateway when the role of the intelligent gateway corresponding to the intelligent gateway cannot be found according to the serial number information of the intelligent gateway.
The embodiment aims to solve the problem of system operation efficiency when the intelligent gateway background management system controls a large amount of intelligent hardware.
Example two
The present embodiment uses philips smart lamp business model to describe the detailed scheme of the first embodiment.
Fig. 3 is a diagram of a system role structure in this embodiment, and the system model corresponds to a tree structure.
In this embodiment, the hardware system is composed of an intelligent gateway, a philips network controller (hub), and a philips intelligent lamp.
After the system is started, a root node is automatically created, the name of the root node is super, the root node is responsible for creating roles of the intelligent gateway, and the path in the system is as follows: user/super.
After receiving the online information of the intelligent gateway, the intelligent gateway background management system searches the intelligent gateway role corresponding to the intelligent gateway in the root role according to the serial number of the intelligent gateway.
If not, a new intelligent gateway role is created, and the name of the intelligent gateway is as follows: gateway-SN value, the path in the system is: user/super/gateway-SN.
After the intelligent device managed by the intelligent gateway is on line, generating an intelligent device role under the intelligent gateway role according to the manufacturer serial number of the intelligent device, for example, the path of an intelligent lamp in the system is as follows: user/super/gateway-SN/led-SN.
Because the role is based on a message event-driven model, in order to control the action of the role, an event message needs to be sent to the role, and after the role receives the event message (onReceive method), the role processes according to the event type.
The intelligent gateway role is composed of the following message events:
1, OnLine: gateway online
And after receiving the online information of the intelligent gateway, the background management system sends the online information of the gateway to the role of the intelligent gateway.
And the role of the intelligent gateway generates or updates gateway objects in the database according to the SN in the background management system, such as creation time, latest online time, online state of the gateway, software version and the like, and finally returns the processing result of the online command of the intelligent gateway to the returned intelligent gateway, wherein the returned value needs to comprise the ID value (database table primary key) of the intelligent gateway in the background management system.
OffLine: gateway offline
And when the background management system is disconnected with the TCP connection channel of the intelligent gateway, sending a stop message to the role of the intelligent gateway.
And after receiving the stop message, the role of the intelligent gateway sends the stop message to all the roles of the intelligent equipment managed by the role of the intelligent gateway, and the intelligent gateway stops (stop method) after the stop message is completed to release resources.
The stop command is sent as follows:
Figure BDA0001259861130000071
DeviceOnLine: intelligent hardware on-line
After the intelligent hardware managed by the intelligent gateway is on line, different intelligent device roles are created in the intelligent gateway roles according to the setting types, and the intelligent device roles belong to children of the intelligent gateway roles.
The name of the role of the intelligent device is: device type-device SN.
For example, the network controller corresponds to the paths:
/user/supervisor/gateway-FXGW00000001/hub-00:17:88:01:02:31:a5-0b
OnLineRsp: replying to a message
After the background management system finishes processing the message sent by the intelligent gateway or the intelligent hardware, the background management system needs to send a processing result message to the intelligent gateway.
The messages are processed uniformly by the intelligent gateway role so as to ensure the sequentiality of command processing. After receiving the message, the intelligent gateway role stores the message in a message queue and processes the message in sequence.
DeviceSet: intelligent hardware control messages
And when the user manages the intelligent hardware through the mobile phone application program, the user sends the related command to the background management system.
After receiving a control instruction sent by a user, the background management system sends the control instruction to the role of the intelligent device specifically comprises the following steps:
(1) generating a path of the intelligent device role;
(2) and the control instruction stream is packaged into a control message, and the message is sent to the intelligent device role.
The role of the intelligent device judges whether the control instruction is an executable instruction:
if yes, the intelligent device role sends the control instruction to the intelligent gateway role, and the intelligent gateway role sends the control instruction to the intelligent gateway.
An example light-on process is as follows:
(1) role of sending light-on instruction to intelligent light
Figure BDA0001259861130000081
LED intelligent lamp
userId-handset user identifier
Power 1-on 0-off
(2) Judging the command in the role of the intelligent lamp, if the command is an executable command, handing the control command to the role of the intelligent gateway (equivalent to the father of the role of the intelligent lamp) for processing
getContext (). parent (). tell (new gateway actor. deviceset (instruction), this. getset ());
the instruction format is:
{"type":"set","commandId":4,"userId":"2","deviceId":"2","devData":{"power":"1"}}
it should be noted that in this embodiment, when the intelligent gateway role stops, all the intelligent device roles generated by it will automatically stop running, so as to release the resources.
The embodiment has the following advantages:
1) the memory consumption is reduced through roles, and the requirement on resources is easily met;
2) through an event trigger mechanism, the use amount of a CPU is reduced, and the throughput of system processing is improved;
3) and a thread model is cancelled, the complexity of the system is reduced, and the later maintenance and operation stability are achieved.
EXAMPLE III
The difference between this embodiment and the previous embodiment is that this embodiment further includes monitoring the state of the smart device role.
In this embodiment, the role of the intelligent gateway further includes the following message events:
terminating: smart device role termination message
And when the intelligent device role is created, monitoring the state information of the intelligent device role by using a monitoring method (watch).
When the monitored role of the intelligent device is abnormally terminated, a message is sent to the role of the intelligent gateway, and after the role of the intelligent gateway obtains the message, the role information of the intelligent device is obtained from a message body so as to be further processed.
In this embodiment, an intelligent gateway management method based on an event-driven model includes:
s1, searching an intelligent gateway role corresponding to the intelligent gateway when the intelligent gateway is in an online state;
s2, when the intelligent equipment managed by the intelligent gateway is in an online state, establishing an intelligent equipment role;
in this embodiment, step S2 further includes:
after the intelligent device role is established, starting state monitoring on the intelligent device role;
and when the role of the intelligent device is abnormal, sending a notification message to the role of the intelligent gateway.
S3, receiving a control instruction sent by a user, and sending the control instruction to an intelligent device role;
and S4, the intelligent device role judges whether the control instruction is an executable instruction, if so, the intelligent device role sends the control instruction to the intelligent gateway role, and the intelligent gateway role sends the control instruction to the intelligent gateway.
An intelligent gateway management system based on an event-driven model in this embodiment includes:
a lookup module 100;
a creation module 200;
a forwarding module 300;
a decision block 400.
Further comprising:
and the state monitoring module 500 is configured to start state monitoring on the role of the intelligent device after the role of the intelligent device is created.
According to the embodiment, the state of the intelligent device role is monitored, and the system stability can be effectively improved.
The specific embodiments described herein are merely illustrative of the spirit of the invention. Various modifications or additions may be made to the described embodiments or alternatives may be employed by those skilled in the art without departing from the spirit or ambit of the invention as defined in the appended claims.

Claims (10)

1. An intelligent gateway management method based on an event-driven model is characterized in that the event-driven model comprises a multi-level role management directory, and the management method comprises the following steps:
s1, searching an intelligent gateway role corresponding to the intelligent gateway when the intelligent gateway is in an online state;
s2, when the intelligent equipment managed by the intelligent gateway is in an online state, establishing an intelligent equipment role;
s3, receiving a control instruction sent by a user, and sending the control instruction to an intelligent device role;
and S4, the intelligent device role judges whether the control instruction is an executable instruction, if so, the intelligent device role sends the control instruction to the intelligent gateway role, and the intelligent gateway role sends the control instruction to the intelligent gateway.
2. The intelligent gateway management method based on event driven model as claimed in claim 1, wherein step S1 is preceded by:
and creating a root node, wherein the root node is used for creating an intelligent gateway role corresponding to the intelligent gateway.
3. The method as claimed in claim 1, wherein in step S1, the intelligent gateway role corresponding to the intelligent gateway is searched according to the serial number information of the intelligent gateway.
4. The method as claimed in claim 3, wherein in step S1, if the intelligent gateway role corresponding to the intelligent gateway cannot be found according to the serial number information of the intelligent gateway, a new intelligent gateway role is created.
5. The method as claimed in claim 1, wherein in step S2, a smart device role is created according to the smart device serial number information.
6. The intelligent gateway management method based on event driven model as claimed in claim 5, wherein in step S2, further comprising:
after the intelligent device role is established, starting state monitoring on the intelligent device role;
and when the role of the intelligent device is abnormal, sending a notification message to the role of the intelligent gateway.
7. The intelligent gateway management method based on event driven model as claimed in claim 1,
when the connection between the background management system and the intelligent gateway is interrupted, sending a stop message to the role of the intelligent gateway;
and after receiving the stop message, the intelligent gateway role sends the stop message to all intelligent hardware roles managed by the intelligent gateway role.
8. An intelligent gateway management system based on an event-driven model, comprising:
the searching module is used for searching the intelligent gateway role corresponding to the intelligent gateway when the intelligent gateway is in an online state;
the creating module is used for creating the role of the intelligent equipment when the intelligent equipment managed by the intelligent gateway is in an online state;
the forwarding module is used for receiving a control instruction sent by a user and sending the control instruction to the role of the intelligent equipment;
and the judging module is used for judging whether the control instruction is an executable instruction.
9. The system as claimed in claim 8, wherein the creating module is further configured to create a new smart gateway role when the smart gateway role corresponding to the smart gateway cannot be found according to the smart gateway serial number information.
10. The intelligent gateway management system based on event driven model as claimed in claim 8, further comprising:
and the state monitoring module is used for starting state monitoring of the intelligent device role after the intelligent device role is established.
CN201710206054.7A 2017-03-31 2017-03-31 Intelligent gateway management method and system based on event-driven model Active CN107040411B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710206054.7A CN107040411B (en) 2017-03-31 2017-03-31 Intelligent gateway management method and system based on event-driven model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710206054.7A CN107040411B (en) 2017-03-31 2017-03-31 Intelligent gateway management method and system based on event-driven model

Publications (2)

Publication Number Publication Date
CN107040411A CN107040411A (en) 2017-08-11
CN107040411B true CN107040411B (en) 2020-11-13

Family

ID=59533429

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710206054.7A Active CN107040411B (en) 2017-03-31 2017-03-31 Intelligent gateway management method and system based on event-driven model

Country Status (1)

Country Link
CN (1) CN107040411B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109450914A (en) * 2018-11-27 2019-03-08 东莞摩米创新工场电子科技有限公司 A kind of control system based on communication technology design

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101154240A (en) * 2006-09-30 2008-04-02 戴尔产品有限公司 Object-based service oriented architecture method, apparatus and media
WO2008131446A2 (en) * 2007-04-23 2008-10-30 Scrutiny, Inc. Computing infrastructure
CN102448194A (en) * 2011-11-15 2012-05-09 邓超 Multimedia intelligent home network based on Zigbee
CN103458033A (en) * 2013-09-04 2013-12-18 北京邮电大学 System for providing services of event-driven service-oriented internet of things and working method thereof
WO2016025321A1 (en) * 2014-08-13 2016-02-18 OneCloud Labs, Inc. Replication of virtualized infrastructure within distributed computing environments

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101154240A (en) * 2006-09-30 2008-04-02 戴尔产品有限公司 Object-based service oriented architecture method, apparatus and media
WO2008131446A2 (en) * 2007-04-23 2008-10-30 Scrutiny, Inc. Computing infrastructure
CN102448194A (en) * 2011-11-15 2012-05-09 邓超 Multimedia intelligent home network based on Zigbee
CN103458033A (en) * 2013-09-04 2013-12-18 北京邮电大学 System for providing services of event-driven service-oriented internet of things and working method thereof
WO2016025321A1 (en) * 2014-08-13 2016-02-18 OneCloud Labs, Inc. Replication of virtualized infrastructure within distributed computing environments

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"基于嵌入式的智能家居网关系统设计";戴建;《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》;20170131;C038-335 *

Also Published As

Publication number Publication date
CN107040411A (en) 2017-08-11

Similar Documents

Publication Publication Date Title
US9009283B2 (en) Using push notifications to reduce open browser connections
CN101799751A (en) Method for building monitoring agent software of host machine
WO2019153488A1 (en) Service configuration management method, apparatus, storage medium and server
US20180091449A1 (en) Event-driven policy-based distributed container management system
CN109684036A (en) A kind of container cluster management method, storage medium, electronic equipment and system
CN102868736A (en) Design and implementation method of cloud computing monitoring framework, and cloud computing processing equipment
CN108183918B (en) AAA high-concurrency authentication method and system
CN108306844B (en) Method for API communication between server and client
US11909840B2 (en) Resource subscription method, device, and storage medium
CN112202567B (en) Certificate sending method, cloud terminal and terminal equipment
CN105787300B (en) A kind of method and system that control software uses
CN115115329A (en) Manufacturing middleware and cloud manufacturing framework for intelligent production line
CN107040411B (en) Intelligent gateway management method and system based on event-driven model
WO2006083147A1 (en) Method for providing download and upload service in network control system
CN109257396A (en) A kind of distributed lock dispatching method and device
CN111770176B (en) Traffic scheduling method and device
CN113542409A (en) Management system and processing method for instances of RocktMQ message queues
CN114697334A (en) Execution method and device for scheduling tasks
Stout et al. Kestrel: an XMPP-based framework for many task computing applications
WO2014036715A1 (en) System and method for controlling real-time resource supply process based on delivery point
CN104298750B (en) Renewal processing method and processing device for real-time system communication
US11586632B2 (en) Dynamic transaction coalescing
EP4283954A1 (en) Computing power information processing method, first network device, and system
WO2010148864A1 (en) Operating command processing method, terminal and system for use in terminal with multiple management objects
CN116909588A (en) Automatic deployment method, device, equipment and storage medium for enterprise-level service bus

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20200407

Address after: 318015 no.2-3167, zone a, Nonggang City, no.2388, Donghuan Avenue, Hongjia street, Jiaojiang District, Taizhou City, Zhejiang Province

Applicant after: Taizhou Jiji Intellectual Property Operation Co., Ltd

Address before: 201616 Shanghai city Songjiang District Sixian Road No. 3666

Applicant before: Phicomm (Shanghai) Co.,Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20200715

Address after: 201616 Shanghai city Songjiang District Sixian Road No. 3666

Applicant after: Phicomm (Shanghai) Co.,Ltd.

Address before: 318015 no.2-3167, zone a, Nonggang City, no.2388, Donghuan Avenue, Hongjia street, Jiaojiang District, Taizhou City, Zhejiang Province

Applicant before: Taizhou Jiji Intellectual Property Operation Co.,Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20201029

Address after: 318015 no.2-3167, zone a, Nonggang City, no.2388, Donghuan Avenue, Hongjia street, Jiaojiang District, Taizhou City, Zhejiang Province

Applicant after: Taizhou Jiji Intellectual Property Operation Co.,Ltd.

Address before: 201616 Shanghai city Songjiang District Sixian Road No. 3666

Applicant before: Phicomm (Shanghai) Co.,Ltd.

GR01 Patent grant
GR01 Patent grant