CN104980520A - Notification message receiving method, device and system - Google Patents

Notification message receiving method, device and system Download PDF

Info

Publication number
CN104980520A
CN104980520A CN201510374140.XA CN201510374140A CN104980520A CN 104980520 A CN104980520 A CN 104980520A CN 201510374140 A CN201510374140 A CN 201510374140A CN 104980520 A CN104980520 A CN 104980520A
Authority
CN
China
Prior art keywords
client
notification message
frequency parameter
receive frequency
filter condition
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
CN201510374140.XA
Other languages
Chinese (zh)
Other versions
CN104980520B (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.)
Qingdao Haier Intelligent Home Appliance Technology Co Ltd
Original Assignee
Qingdao Haier Intelligent Home Appliance 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 Qingdao Haier Intelligent Home Appliance Technology Co Ltd filed Critical Qingdao Haier Intelligent Home Appliance Technology Co Ltd
Priority to CN201510374140.XA priority Critical patent/CN104980520B/en
Publication of CN104980520A publication Critical patent/CN104980520A/en
Application granted granted Critical
Publication of CN104980520B publication Critical patent/CN104980520B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • H04L67/5651Reducing the amount or size of exchanged application data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions

Landscapes

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

Abstract

The invention discloses a notification message receiving method, device and system. The method includes the following steps that: an AJ client routing module receives a filtering condition registered by an client application (APP), and obtains a receiving frequency parameter in the filtering condition, wherein the receiving frequency parameter carries the maximum number of notification messages which can be received by the client APP in a detection period; and the AJ client routing module performs periodic detection, and judges whether to transmit received notification messages to the client APP according to the filtering condition and the receiving frequency parameter. With the notification message receiving method, device and system provided by the technical schemes of the invention adopted, resources of equipment where the client APP is located can be saved greatly.

Description

Notification message method of reseptance, Apparatus and system
Technical field
The present invention relates to Internet of Things field, particularly relate to a kind of notification message method of reseptance, Apparatus and system.
Background technology
AllJoyn (referred to as AJ) is the open source software framework of a cooperation, programmer can write out the application program of equipment near search very easily, and no matter the brand of the other side, classification, system can connect when not needing cloud environment.AllJoyn framework is very flexible, and Internet of Things can be made to realize vision.AllJoyn adopts " distributed software bus ", bus is that AllJoyn application is by application programming interface (Application Programming Interface, referred to as API) carry out " medium " that communicate, application can be the firmware of microprocessor, the application (Application of mobile device, referred to as APP) or personal computer (Personal Computer, referred to as PC) on application program.In AllJoyn, issuing the application of API is server (service), consumption be client (client), application can be service and client, and this makes AllJoyn become point-to-point (P2P) system.In addition, the message that communication is transmitted directly maps the API that high-level programming language realizes.Bus is formed by Ad hoc mode, finds based on application/service, the abstract discovery mechanism of specific connection.AllJoyn adopts the agreement independent of network, and procotol is based on the expansion to D-Bus agreement, can run on Wi-Fi, Wi-Fi Direct, Ethernet, PLC and Bluetooth.AllJoyn application is all the client of router (Router).Client Library be developer faced by AllJoyn SDK (Software Development Kit, referred to as SDK) API, Client Library has two kinds of realizations: standard client (SC) and thin-client (TC), wherein, standard client target is for operating in the application on high level operating system (HLOS), and thin-client target is the application operated on embedded device.
AllJoyn application externally exposes function (object) by the API of object implementatio8, most application only exposes an object, need to support classification object according to application model, the one or more interface of object implementatio8 (interface), after service discovery and connection establishment, just API can be found.Its interface is by member composition, and three class members are: method (Method), signal (Signal), attribute (Property).
Classification about attribute (Property): generally, different objects represents different entities (equipment), the entity external visible state of the Property general proxy in interface.As the temperature etc. of water heater.Therefore the observer (client app) as object can understand the state of entity by Property.Mark value (annotation value) Property according to org.freedesktop.DBus.Property.EmitsChangedSignal can be divided three classes:
When mark value is True: when changing as Property, the new value that updateing Propertyorg.freedesktop.DBus.Properties.PropertiesChange d signal carries Property is sent out.
When mark value is False: when changing as Property, non-cacheable propertyorg.freedesktop.DBus.Properties.PropertiesChange d signal can not be sent.
When mark value is invalidates: when changing as Property, invalidating propertyorg.freedesktop.DBus.Properties.PropertiesChange d signal sends, and does not carry the new value of Property.
Above-mentioned message is all the broadcast transmission in time domain (session), and the App that is in same session may receive above-mentioned message.App needs to select whether receive above-mentioned message, particularly:
How client end AP P accepts message: as shown in Figure 1, registers a filter condition by addmatch method in router.After router receives the message that above-mentioned attribute (Property) changes, can, according to above-mentioned filter condition, determine whether to need for APP sends above-mentioned request message.Concrete message is as follows: org.freedesktop.DBus.AddMatch (bus_proxy, " type='signal', name='org.example.App', path_namespace='/org/example/App' "), wherein, the parameter of addmatch comprises as follows: type (type of message), sender (Bus name or connection unique name), interface (interface name), member (method name or signal name), path (object path), pathnamespace (object path NameSpace), destination (destination).
Can carry out judging whether needing the new value of Property is sent to client end AP P (precondition be client end AP P have registered its filter condition corresponding to router by addmatch method) according to above-mentioned condition after AJ client's routing module (consumer AJ Router) receives signal.
In the prior art, the mark value of the org.freedesktop.DBus.Property.EmitsChangedSignal that frequency is high especially and this Property is corresponding changed as the Property of supplier (Provider) APP is set as TURE or invalidates, when namely needing to generate corresponding org.freedesktop.DBus.Properties.PropertiesChanged signal, the client end AP P subscribing to this signal may need same frequency to resolve above-mentioned signal, seriously may consume the resource of client end AP P place equipment like this, cause the overload of equipment, to delay machine, the problem such as out of control.
Summary of the invention
In view of in prior art, supplier APP high frequency sends a request message, the problem causing client end AP P process to transship, proposes the present invention to provide a kind of the notification message method of reseptance, the Apparatus and system that overcome the problems referred to above or solve the problem at least in part.
The invention provides a kind of notification message method of reseptance, comprise: AJ client's routing module receives the filter condition of client application APP registration, and the receive frequency parameter obtained in filter condition, wherein, carrying client end AP P in receive frequency parameter can the maximum number of receiving notice message in sense cycle; AJ client's routing module carries out periodicity and detects, and judges whether the notification message received to send to client end AP P according to filter condition and receive frequency parameter.
Preferably, before AJ client's routing module receives the filter condition of client end AP P registration, the application program in client end AP P to be determined in the unit interval according to the performance of equipment and/configuration can the maximum number of receiving notice message; When application program is to AJ nucleus module registration signal process function in client end AP P, receive frequency parameter is sent to AJ nucleus module.
Preferably, AJ client's routing module receives the filter condition of client end AP P registration, and the receive frequency parameter obtained in filter condition specifically comprises: AJ client's routing module receives the filter condition of AJ nucleus module registration, and obtains the receive frequency parameter in filter condition.
Preferably, AJ client's routing module carries out periodicity and detects, judge whether the notification message received to send to client end AP P specifically to comprise according to filter condition and receive frequency parameter: AJ client's routing module carries out periodicity and detects, if judge that the notification message received all meets filter condition and receive frequency parameter, then notification message is sent to client end AP P, otherwise, forbid notification message to send to client end AP P.
Preferably, judge that the notification message received meets receive frequency parameter and specifically comprises: the number calculating receiving notice message in this sense cycle, if the notification message received in this sense cycle does not exceed the maximum number in receive frequency parameter, then determine that this notification message meets receive frequency parameter.
Present invention also offers a kind of notification message receiving system, be arranged at AJ client's routing module, comprise: acquisition module, for receiving the filter condition of client application APP registration, and the receive frequency parameter obtained in filter condition, wherein, carrying client end AP P in receive frequency parameter can the maximum number of receiving notice message in sense cycle; Detection module, detecting for carrying out periodicity, judging whether the notification message received to send to client end AP P according to filter condition and receive frequency parameter.
Preferably, acquisition module specifically for the filter condition that receives the AJ nucleus module registration in client end AP P, and obtains the receive frequency parameter in filter condition.
Preferably, detection module specifically for: carry out periodicity and detect, if judge that the notification message that receives all meets filter condition and receive frequency parameter, then notification message is sent to client end AP P, otherwise, forbid notification message to send to client end AP P.
Preferably, detection module, specifically for the number calculating receiving notice message in this sense cycle, if the notification message received in this sense cycle does not exceed the maximum number in receive frequency parameter, then determines that this notification message meets receive frequency parameter.
Present invention also offers a kind of notification message receiving system, comprise above-mentioned notification message receiving system, also comprise: client application APP, for determine according to the performance of equipment and/or configuration in the unit interval can the maximum number of receiving notice message, maximum number is carried in receive frequency parameter, and when to AJ client's routing module registration filter condition, in filter condition, carry receive frequency parameter.
Beneficial effect of the present invention is as follows:
By judging whether the notification message received to send to client end AP P according to receive frequency parameter, solve supplier APP high frequency in prior art to send a request message, cause the problem that client end AP P process is transshipped, the resource of client end AP P place equipment can greatly be saved.
Above-mentioned explanation is only the general introduction of technical solution of the present invention, in order to technological means of the present invention can be better understood, and can be implemented according to the content of specification, and can become apparent, below especially exemplified by the specific embodiment of the present invention to allow above and other objects of the present invention, feature and advantage.
Accompanying drawing explanation
By reading hereafter detailed description of the preferred embodiment, various other advantage and benefit will become cheer and bright for those of ordinary skill in the art.Accompanying drawing only for illustrating the object of preferred implementation, and does not think limitation of the present invention.And in whole accompanying drawing, represent identical parts by identical reference symbol.In the accompanying drawings:
Fig. 1 is the signaling process figure of client end AP P receiving notice message in prior art;
Fig. 2 is the flow chart of the notification message method of reseptance of the embodiment of the present invention;
Fig. 3 is the signaling process figure of the detailed process of the notification message method of reseptance of the embodiment of the present invention;
Fig. 4 is the structural representation of the notification message receiving system of the embodiment of the present invention;
Fig. 5 is the structural representation of the notification message receiving system of the embodiment of the present invention.
Embodiment
Below with reference to accompanying drawings exemplary embodiment of the present disclosure is described in more detail.Although show exemplary embodiment of the present disclosure in accompanying drawing, however should be appreciated that can realize the disclosure in a variety of manners and not should limit by the embodiment set forth here.On the contrary, provide these embodiments to be in order to more thoroughly the disclosure can be understood, and complete for the scope of the present disclosure can be conveyed to those skilled in the art.
Send a request message to solve supplier APP high frequency in prior art, cause the problem that client end AP P process is transshipped, the invention provides a kind of notification message method of reseptance, Apparatus and system, below in conjunction with accompanying drawing and embodiment, the present invention is further elaborated.Should be appreciated that specific embodiment described herein only in order to explain the present invention, do not limit the present invention.
Embodiment of the method
According to embodiments of the invention, provide a kind of notification message method of reseptance, Fig. 2 is the flow chart of the notification message method of reseptance of the embodiment of the present invention, and as shown in Figure 2, the notification message method of reseptance according to the embodiment of the present invention comprises following process:
Step 201, AJ client's routing module receives the filter condition of client application APP registration, and obtains the receive frequency parameter in filter condition, and wherein, carrying client end AP P in receive frequency parameter can the maximum number of receiving notice message in sense cycle;
Particularly, in embodiments of the present invention, receive the filter condition of client end AP P registration at AJ client's routing module before, the application program in client end AP P to be determined in the unit interval according to the performance of equipment and/configuration can the maximum number of receiving notice message; When application program is to AJ nucleus module registration signal process function in client end AP P, receive frequency parameter is sent to AJ nucleus module.
In step 201, AJ client's routing module receives the filter condition of AJ nucleus module registration, and obtains the receive frequency parameter in filter condition.
Step 202, AJ client's routing module carries out periodicity and detects, and judges whether the notification message received to send to client end AP P according to filter condition and receive frequency parameter.
Step 202 specifically comprises: AJ client's routing module carries out periodicity and detects, if judge that the notification message received all meets filter condition and receive frequency parameter, then notification message is sent to client end AP P, otherwise, forbid notification message to send to client end AP P.
Wherein, judge that the notification message received meets receive frequency parameter and specifically comprises: the number calculating receiving notice message in this sense cycle, if the notification message received in this sense cycle does not exceed the maximum number in receive frequency parameter, then determine that this notification message meets receive frequency parameter.
Below in conjunction with accompanying drawing, the technique scheme of the embodiment of the present invention is described in detail.
Fig. 3 is the signaling process figure of the detailed process of the notification message method of reseptance of the embodiment of the present invention, as shown in Figure 3, specifically comprises following process:
Step 1, client end AP P determines the frequency number of receipt message (in the unit interval) of receiving notice message according to the parameter such as performance, configuration of equipment.
Step 2, when APP is to AJ nucleus module registration signal process function, increases frenquencethresholdvalue parameter (above-mentioned receive frequency parameter).This parameter determines the message number that this APP wishes to receive within the unit interval.
Step 3, AJ nucleus module registers filter condition by addmatch () method to AJ client's routing module.Above-mentioned filter condition comprises frenquencethresholdvalue parameter.
Step 4, AJ client's routing module start-up period detects, when after receiving signal message except routine filter condition judge except (information such as type of message, transmit leg, destination, object path), need extra computation in this sense cycle, receive the number of above-mentioned message, if the message received within this cycle is not more than frenquencethresholdvalue, message is issued AJ nucleus module, and the above-mentioned message of message call process function process.(call back function, client end AP P receives this message).If the message received within this cycle is more than frenquencethresholdvalue, then abandon this message.
Step 5, after this end cycle, continues the monitoring in next cycle.
In sum, by means of the technical scheme of the embodiment of the present invention, by judging whether the notification message received to send to client end AP P according to receive frequency parameter, solve supplier APP high frequency in prior art to send a request message, cause the problem that client end AP P process is transshipped, the resource of client end AP P place equipment can greatly be saved.
Device embodiment
According to embodiments of the invention, provide a kind of notification message receiving system, be arranged at AJ client's routing module, Fig. 4 is the structural representation of the notification message receiving system of the embodiment of the present invention, as shown in Figure 4, notification message receiving system according to the embodiment of the present invention comprises: acquisition module 40, detection module 42, be described in detail the modules of the embodiment of the present invention below.
Acquisition module 40, for receiving the filter condition of client application APP registration, and obtains the receive frequency parameter in filter condition, and wherein, carrying client end AP P in receive frequency parameter can the maximum number of receiving notice message in sense cycle; Acquisition module 40 specifically for the filter condition that receives the AJ nucleus module registration in client end AP P, and obtains the receive frequency parameter in filter condition.
Detection module 42, detecting for carrying out periodicity, judging whether the notification message received to send to client end AP P according to filter condition and receive frequency parameter.
Detection module 42 specifically for: carry out periodicity and detect, if judge that the notification message that receives all meets filter condition and receive frequency parameter, then notification message is sent to client end AP P, otherwise, forbid notification message to send to client end AP P.
Detection module 42 calculates the number of receiving notice message in this sense cycle, if the notification message received in this sense cycle does not exceed the maximum number in receive frequency parameter, then determines that this notification message meets receive frequency parameter.
The detailed process of the modules of the embodiment of the present invention can process in the corresponding description in reference method embodiment, does not repeat them here.
System embodiment
According to embodiments of the invention, provide a kind of notification message receiving system, Fig. 5 is the structural representation of the notification message receiving system of the embodiment of the present invention, as shown in Figure 5, comprise above-mentioned notification message receiving system 50, also comprise: client end AP P 52, for determine according to the performance of equipment and/or configuration in the unit interval can the maximum number of receiving notice message, maximum number is carried in receive frequency parameter, and when to AJ client's routing module registration filter condition, in filter condition, carry receive frequency parameter.
In sum, by judging whether the notification message received to send to client end AP P according to receive frequency parameter, solve supplier APP high frequency in prior art to send a request message, cause the problem that client end AP P process is transshipped, the resource of client end AP P place equipment can greatly be saved.
Obviously, those skilled in the art can carry out various change and modification to the present invention and not depart from the spirit and scope of the present invention.Like this, if these amendments of the present invention and modification belong within the scope of the claims in the present invention and equivalent technologies thereof, then the present invention is also intended to comprise these change and modification.
Intrinsic not relevant to any certain computer, virtual system or miscellaneous equipment with display at this algorithm provided.Various general-purpose system also can with use based on together with this teaching.According to description above, the structure constructed required by this type systematic is apparent.In addition, the present invention is not also for any certain programmed language.It should be understood that and various programming language can be utilized to realize content of the present invention described here, and the description done language-specific is above to disclose preferred forms of the present invention.
In specification provided herein, describe a large amount of detail.But can understand, embodiments of the invention can be put into practice when not having these details.In some instances, be not shown specifically known method, structure and technology, so that not fuzzy understanding of this description.
Similarly, be to be understood that, in order to simplify the disclosure and to help to understand in each inventive aspect one or more, in the description above to exemplary embodiment of the present invention, each feature of the present invention is grouped together in single embodiment, figure or the description to it sometimes.But, the method for the disclosure should be construed to the following intention of reflection: namely the present invention for required protection requires feature more more than the feature clearly recorded in each claim.Or rather, as claims below reflect, all features of disclosed single embodiment before inventive aspect is to be less than.Therefore, the claims following embodiment are incorporated to this embodiment thus clearly, and wherein each claim itself is as independent embodiment of the present invention.
Those skilled in the art are appreciated that and adaptively can change the module in the client in embodiment and they are arranged in one or more clients different from this embodiment.Block combiner in embodiment can be become a module, and multiple submodule or subelement or sub-component can be put them in addition.Except at least some in such feature and/or process or unit be mutually repel except, any combination can be adopted to combine all processes of all features disclosed in this specification (comprising adjoint claim, summary and accompanying drawing) and so disclosed any method or client or unit.Unless expressly stated otherwise, each feature disclosed in this specification (comprising adjoint claim, summary and accompanying drawing) can by providing identical, alternative features that is equivalent or similar object replaces.
In addition, those skilled in the art can understand, although embodiments more described herein to comprise in other embodiment some included feature instead of further feature, the combination of the feature of different embodiment means and to be within scope of the present invention and to form different embodiments.Such as, in the following claims, the one of any of embodiment required for protection can use with arbitrary compound mode.
All parts embodiment of the present invention with hardware implementing, or can realize with the software module run on one or more processor, or realizes with their combination.It will be understood by those of skill in the art that the some or all functions of some or all parts be loaded with in the client of sequence network address that microprocessor or digital signal processor (DSP) can be used in practice to realize according to the embodiment of the present invention.The present invention can also be embodied as part or all equipment for performing method as described herein or device program (such as, computer program and computer program).Realizing program of the present invention and can store on a computer-readable medium like this, or the form of one or more signal can be had.Such signal can be downloaded from internet website and obtain, or provides on carrier signal, or provides with any other form.
The present invention will be described instead of limit the invention to it should be noted above-described embodiment, and those skilled in the art can design alternative embodiment when not departing from the scope of claims.In the claims, any reference symbol between bracket should be configured to limitations on claims.Word " comprises " not to be got rid of existence and does not arrange element in the claims or step.Word "a" or "an" before being positioned at element is not got rid of and be there is multiple such element.The present invention can by means of including the hardware of some different elements and realizing by means of the computer of suitably programming.In the unit claim listing some devices, several in these devices can be carry out imbody by same hardware branch.Word first, second and third-class use do not represent any order.Can be title by these word explanations.

Claims (10)

1. a notification message method of reseptance, is characterized in that, comprising:
AJ client's routing module receives the filter condition of client application APP registration, and the receive frequency parameter obtained in described filter condition, wherein, carrying described client end AP P in described receive frequency parameter can the maximum number of receiving notice message in sense cycle;
AJ client's routing module carries out periodicity and detects, and judges whether the notification message received to send to client end AP P according to described filter condition and described receive frequency parameter.
2. the method for claim 1, is characterized in that, before AJ client's routing module receives the filter condition of client end AP P registration, described method comprises further:
Application program in described client end AP P to be determined in the unit interval according to the performance of equipment and/or configuration can the maximum number of receiving notice message;
When described application program is to AJ nucleus module registration signal process function in described client end AP P, described receive frequency parameter is sent to described AJ nucleus module.
3. the method for claim 1, is characterized in that, AJ client's routing module receives the filter condition of client end AP P registration, and the receive frequency parameter obtained in described filter condition specifically comprises:
Described AJ client's routing module receives the filter condition of described AJ nucleus module registration, and obtains the receive frequency parameter in described filter condition.
4. the method for claim 1, is characterized in that, AJ client's routing module carries out periodicity and detects, and judges whether the notification message received to send to client end AP P specifically to comprise according to described filter condition and described receive frequency parameter:
AJ client's routing module carries out periodicity and detects, if judge that the notification message received all meets described filter condition and described receive frequency parameter, then described notification message is sent to described client end AP P, otherwise, forbid described notification message to send to described client end AP P.
5. method as claimed in claim 4, is characterized in that, judges that the notification message received meets described receive frequency parameter and specifically comprises:
Calculate the number of receiving notice message in this sense cycle, if the notification message received in this sense cycle does not exceed the described maximum number in described receive frequency parameter, then determine that this notification message meets described receive frequency parameter.
6. a notification message receiving system, is characterized in that, is arranged at AJ client's routing module, and described device specifically comprises:
Acquisition module, for receiving the filter condition of client application APP registration, and the receive frequency parameter obtained in described filter condition, wherein, carrying described client end AP P in described receive frequency parameter can the maximum number of receiving notice message in sense cycle;
Detection module, detecting for carrying out periodicity, judging whether the notification message received to send to client end AP P according to described filter condition and described receive frequency parameter.
7. device as claimed in claim 6, is characterized in that, described acquisition module specifically for the filter condition that receives the AJ nucleus module registration in described client end AP P, and obtains the receive frequency parameter in described filter condition.
8. device as claimed in claim 6, it is characterized in that, described detection module specifically for: carry out periodicity detect, if judge that the notification message received all meets described filter condition and described receive frequency parameter, then described notification message is sent to described client end AP P, otherwise, forbid described notification message to send to described client end AP P.
9. device as claimed in claim 8, it is characterized in that, described detection module is specifically for the number that calculates receiving notice message in this sense cycle, if the notification message received in this sense cycle does not exceed the described maximum number in described receive frequency parameter, then determine that this notification message meets described receive frequency parameter.
10. a notification message receiving system, is characterized in that, comprises the notification message receiving system according to any one of claim 6 to 9, also comprises:
Client application APP, for determine according to the performance of equipment and/or configuration in the unit interval can the maximum number of receiving notice message, described maximum number is carried in receive frequency parameter, and when to AJ client's routing module registration filter condition, in filter condition, carry described receive frequency parameter.
CN201510374140.XA 2015-06-30 2015-06-30 Notification message receiving method, device and system Active CN104980520B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510374140.XA CN104980520B (en) 2015-06-30 2015-06-30 Notification message receiving method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510374140.XA CN104980520B (en) 2015-06-30 2015-06-30 Notification message receiving method, device and system

Publications (2)

Publication Number Publication Date
CN104980520A true CN104980520A (en) 2015-10-14
CN104980520B CN104980520B (en) 2021-08-31

Family

ID=54276613

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510374140.XA Active CN104980520B (en) 2015-06-30 2015-06-30 Notification message receiving method, device and system

Country Status (1)

Country Link
CN (1) CN104980520B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106507294A (en) * 2016-09-23 2017-03-15 海尔优家智能科技(北京)有限公司 A kind of thin-client control method and control device based on AllJoyn
WO2017185463A1 (en) * 2016-04-26 2017-11-02 宇龙计算机通信科技(深圳)有限公司 Management method and management device for notification message, and terminal

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1448860A (en) * 2002-03-29 2003-10-15 欧姆龙株式会社 Information processing device and method
CN104038511A (en) * 2013-03-04 2014-09-10 联想(北京)有限公司 Resource management method and apparatus
CN104137518A (en) * 2012-02-21 2014-11-05 高通股份有限公司 Internet protocol connectivity over a service-oriented architecture bus
WO2015034784A1 (en) * 2013-09-09 2015-03-12 Qualcomm Incorporated Increasing power savings through intelligent synchronizing of data
CN104518890A (en) * 2014-12-30 2015-04-15 北京海尔广科数字技术有限公司 Network service processing method, information broadcasting and control method and device
CN104683193A (en) * 2015-02-02 2015-06-03 惠州Tcl移动通信有限公司 Application method for communication terminal and intelligent family system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1448860A (en) * 2002-03-29 2003-10-15 欧姆龙株式会社 Information processing device and method
CN104137518A (en) * 2012-02-21 2014-11-05 高通股份有限公司 Internet protocol connectivity over a service-oriented architecture bus
CN104038511A (en) * 2013-03-04 2014-09-10 联想(北京)有限公司 Resource management method and apparatus
WO2015034784A1 (en) * 2013-09-09 2015-03-12 Qualcomm Incorporated Increasing power savings through intelligent synchronizing of data
CN104518890A (en) * 2014-12-30 2015-04-15 北京海尔广科数字技术有限公司 Network service processing method, information broadcasting and control method and device
CN104683193A (en) * 2015-02-02 2015-06-03 惠州Tcl移动通信有限公司 Application method for communication terminal and intelligent family system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017185463A1 (en) * 2016-04-26 2017-11-02 宇龙计算机通信科技(深圳)有限公司 Management method and management device for notification message, and terminal
CN106507294A (en) * 2016-09-23 2017-03-15 海尔优家智能科技(北京)有限公司 A kind of thin-client control method and control device based on AllJoyn

Also Published As

Publication number Publication date
CN104980520B (en) 2021-08-31

Similar Documents

Publication Publication Date Title
US11368522B2 (en) Lightweight IoT information model
KR102282313B1 (en) Beacon discovery service
KR102410469B1 (en) Internet of things event management systems and methods
CN102355500B (en) Service push method and device
US9323587B2 (en) Method and system for automatic detecting and resolving APIs
JP2016517055A (en) Service layer resource propagation across domains
CN104092792A (en) Method, system and client-side for achieving flow optimization based on domain name resolution request
US10715628B2 (en) Attribute operating method and device
CN105282682A (en) Method for realizing resource attribute announcement and common service entity
Yoon et al. Management of iot sensor data using a fog computing node
CN105141495A (en) Method for creating virtual device and gateway device
CN104980520A (en) Notification message receiving method, device and system
US20150222490A1 (en) Semantic data broker for dynamic association between devices and applications
CN105323228A (en) Resource announcement updating method, local public service entity and system
JP6578067B2 (en) Semantic verification method and apparatus
CN104301423A (en) Heartbeat message sending method, device and system
CN105025459B (en) Resource notification method and system, local CSE and remote CSE
CN106790323B (en) Resource discovery method and device
CN105282728A (en) Method for deleting notification resource and common service entity
CN105635936A (en) Method for annunciating original resource and corresponding node
US20180270190A1 (en) Method and device for creating application announcement resource
CN114900387B (en) Cross-platform fusion access method, system, gateway and storage medium of equipment
Jin et al. Transparent Access to Heterogeneous IoT Based on Virtual Resources.
US11496356B2 (en) Device lifecycle management via a central identity service
US20200037052A1 (en) Apparatus, control system, apparatus control method, and program

Legal Events

Date Code Title Description
C06 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