CN102404404A - Distributed WEB application and remote equipment message communication method - Google Patents

Distributed WEB application and remote equipment message communication method Download PDF

Info

Publication number
CN102404404A
CN102404404A CN2011103857569A CN201110385756A CN102404404A CN 102404404 A CN102404404 A CN 102404404A CN 2011103857569 A CN2011103857569 A CN 2011103857569A CN 201110385756 A CN201110385756 A CN 201110385756A CN 102404404 A CN102404404 A CN 102404404A
Authority
CN
China
Prior art keywords
command
remote equipment
message
jms
response
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
CN2011103857569A
Other languages
Chinese (zh)
Other versions
CN102404404B (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.)
CASIC SIMULATION TECHNOLOGY Co Ltd
Original Assignee
CASIC SIMULATION 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 CASIC SIMULATION TECHNOLOGY Co Ltd filed Critical CASIC SIMULATION TECHNOLOGY Co Ltd
Priority to CN201110385756.9A priority Critical patent/CN102404404B/en
Publication of CN102404404A publication Critical patent/CN102404404A/en
Application granted granted Critical
Publication of CN102404404B publication Critical patent/CN102404404B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a distributed WEB application and remote equipment message communication method, comprising the following steps: firstly, initialize a JMS (Java Message Service) queue, an application command manger and GPRS (General Packet Radio Service) of a WEB application system; secondly, a user sends an operation command to remote equipment through a WEB user interactive layer to initiate a session process and build a temporary JMS queue; thirdly, the interactive layer of the remote equipment resolves a command object into byte streams and transmits the byte streams to the remote equipment through a public network according to the agreed communication protocol after receiving the forwarded JMS message command; fourthly, the interactive layer of the remote equipment receives a response message at the appointed time and resolves the byte streams into a response message object to match the corresponding command in a command queue, and then transmits the response back to the WEB user interactive layer through the temporary JMS queue. In the invention, a high-efficiency, accurate and reliable message communication mode can be built between the command sending and the response receiving, the application coupling factor is reduced and the reliability and the real-time performance for communication can be ensured.

Description

A kind of distributed WEB is used and the remote equipment information communication method
Technical field
The invention belongs to applications of computer network field, particularly carry out the method for message communicating between based on the distributed WEB application system of Java EE technology platform and remote equipment.
Background technology
Along with embedded technology and development of internet technology; The automatization level of remote monitor device improves constantly; Not only can realize unattended automatic data collection, report automatically; Can also accomplish Long-distance Control, remote monitoring has obtained application more and more widely in fields such as water conservancy, weather monitoring, industrial data collection and controls.
There are two kinds of main architectures of C/S and B/S in traditional data center that communicates by letter with remote equipment mostly based on windows platform.The application of C/S architecture is a desktop application; With User Interface, remote equipment interactive interface close-coupled in an application; Realize the message transmission between user and the remote equipment through close coupling; It is unintelligible that tightly coupled then structure makes system function module divide, and is unfavorable for co-development and system maintenance and upgrading; The B/S architecture is User Interface and remote equipment interactive interface relatively independent than the advantage of C/S architecture; Adopt database to transmit media as the message between two-layer; Realize both sides' the order and the transmission of response message through the storehouse that reads and writes data; The shortcoming of this communication means is that the information receiving and transmitting both sides rely on the scan database frequency and come in time to obtain order and response data, and the real-time of communication can not get ensureing, and database joins the communication process between user and the remote equipment as the third party; Increase the uncertain factor of communication, also increased the consumption of performance of database.In addition, the drawback maximum based on the application of windows platform is that it can only operate in the windows system, serious limit range of application.
Summary of the invention
The objective of the invention is the message communicating mechanism transmitted for based on a kind of order of design between the WEB application system of Java EE platform and the remote equipment and response.The various command that it can effectively send the WEB application system is transmitted to remote equipment, waits for and transmit the response message that remote equipment is beamed back.Its outstanding feature is the forwards mechanism through the JMS formation, and the WEB application system is decomposed into WEB user interactions layer and two Distributed Application relatively independent, low coupling of remote equipment alternation of bed, has realized separating of service logic and presentation layer.
The objective of the invention is to realize through following technical scheme.
A kind of distributed WEB of the present invention is used and the remote equipment information communication method, comprises step:
1) the JMS formation of initialization WEB application system, utility command manager, GPRS service;
2) user sends the operational order to remote equipment through WEB user interactions layer, and initiation session process, WEB alternation of bed adopt synchronous mode to order through the JMS formation and be forwarded to the remote equipment alternation of bed; Simultaneously, set up the interim formation of JMS, transmit leg blocks thread, wait-for-response message;
3) after the remote equipment alternation of bed is received the order of JMS message of forwarding, according to the communication protocol of remote equipment agreement, command object is resolved to byte stream, and sends to remote equipment through public network;
4) the remote equipment alternation of bed is received response message at the appointed time, and byte stream is resolved to the response message object, and the corresponding order of coupling is beamed back WEB user interactions layer, conversation end through the interim formation of JMS with response from command queue; If, then give time-out error response message of WEB user interactions layer loopback, end session above the response that the fixed time is not received remote equipment yet.
In the step 2; Said user specifically comprises through the operational order that WEB user interactions layer sends remote equipment: the WEB application system is obtained the JMS message object through data center from the JMS formation; Therefrom extract command object COMMAND, preservation therein is used to respond the interim queuing message of the JMS that returns, and command object COMMAND is put into the order pond; Resolve to byte stream according to communication protocol, the network port socket through data center sends to remote equipment.
In the step 4; Saidly through the interim formation of JMS WEB user interactions layer is beamed back in response and be specially: the response message byte stream through data center's receiving remote equipment returns, it is resolved to response message object RESPONSE, in the order pond, search its corresponding command object COMMAND; As find the command object that is complementary; Therefrom obtain the interim queuing message of JMS, response message RESPONSE is returned to the WEB application system through the interim formation of this JMS, further present to the user.
In the step 1; The initialization of said JMS formation comprises: the JMS formation is created by the connection factory through Java EE container provides; From Java order catalogue JNDI, search connection factory through context, create after the connection factory object, use connects factory's establishment and connects; In this connects, create a session, utilize context in container, to pass through JNDI name lookup formation; Through the conversation establishing message producer and information consumption person;
The initialization of said utility command manager comprises: carry out structure utility command pond and start the threading operation that from the JMS formation, obtains command messages;
The initialization of said GPRS service comprises: monitor appointment port, the class that connects time-out time parameter, the login of location registration process remote equipment, data processing, event handling is set.
In step 2; Said W initiation session process is: WEB user interactions layer is after the instruction of receiving the user; Command object COMMAND is encapsulated as JMS message; Said message is made up of header and source body two parts, and header is made up of the metadata of routing iinformation and relevant this message, and source body is then carrying application's data or pay(useful) load.Said source body is divided type according to following pay(useful) load: but the object of plain text serializing, community set, byte stream, original value stream, no pay(useful) load message.
Said step 3 receives JMS message and comprises that creating recipient's object and specifying the reception message mode is the asynchronous system or the method for synchronization; Receive message with the method for synchronization, need the manual message of going to obtain, arrive or in official hour, do not arrive and overtime up to message; During with asynchronous system, client computer need define a message monitor, and when message reached, JMS provider came pass-along message through the onMessage method of calling this object.
In the step 4, after said remote equipment receives orders, return response message through SOCKET then; After receiving the response message of remote equipment; The remote equipment alternation of bed is used at first will resolve to response message RESPONSE according to communication protocol from the byte stream message that SOCKET receives; From the utility command pond, search corresponding command COMMAND by the utility command manager according to type and the device id of response message RESPONSE then; After finding; Deletion should be ordered COMMAND from the utility command pond, and RESPONSE is provided with its corresponding command COMMAND for response, and returns to WEB user interactions layer through the interim formation of JMS.
In the step 4; If remote equipment does not return response message at the appointed time; Then use through the interim formation of JMS and use the prompting of sending a command timeout, and from the utility command pond, remove overtime command object COMMAND to WEB user interactions layer by the remote equipment alternation of bed.
The invention has the advantages that JMS is the part of Java EE technical specification, can with the perfect adaptation of Java EE platform; Through request formula order send mode and interim formation, can for order send and response receive both sides set up efficiently, accurately, reliable message communicating mode; Through the message mechanism of JMS formation, reduce the degree of coupling between using, guaranteed the reliability and the real-time of communication; Through the utility command manager, guaranteed the corresponding relation between order and the response.
Description of drawings
Fig. 1 uses and remote equipment message communicating application scenarios figure for distributed WEB;
Fig. 2 uses and remote equipment message communicating flow chart for distributed WEB.
Embodiment
For making the object of the invention, technical scheme and advantage clearer, below in conjunction with specific embodiment, to further explain of the present invention.
Be described in further detail below in conjunction with the accompanying drawing specific embodiments of the invention.
Application scenarios of the present invention is as shown in Figure 1, and the user operates the WEB interface, and remote equipment is sent action command, and WEB uses and in a synchronous manner command object COMMAND is encapsulated as the JMS message object, sends in the JMS formation; Data center obtains the JMS message object from the JMS formation; Therefrom extract command object COMMAND; Preserve therein and be used to respond the interim queuing message that returns; Command object COMMAND is put into the order pond, resolve to byte stream according to communication protocol, the network port socket through data center sends to remote equipment; After the response message byte stream that remote equipment returns is received by data center; It is resolved to response message object RESPONSE; In the order pond, search its corresponding command object COMMAND, as find the command object that is complementary, therefrom obtain interim queuing message; Response message RESPONSE is returned to WEB through this interim formation use, further present to the user.
Fig. 2 is an application flow of the present invention.At first the required resource of WEB application system is carried out initialization, comprise JMS formation, utility command manager, GPRS service etc.The establishment of JMS formation is created through the connection factory that Java EE container provides; From Java order catalogue (JNDI), search connection factory through context (Context); Create after the connection factory object, use connection factory to create and connect, in this connection, create a session; Factory is the same with connecting, and formation need utilize context in container, to pass through the JNDI name lookup; Behind the conversation establishing message producer and information consumption person, just can carry out forwards.Following code can be used for accomplishing above-mentioned JMS formation initialization:
Context?context?=?new?InitialContext(properties);
QueueConnectionFactory?queueConnectionFactory?=?(QueueConnectionFactory)?context.lookup(queueConnectionFactoryName);
QueueConnection?queueConnection?=?queueConnectionFactory.createQueueConnection();
queueConnection.start();
QueueSession?queueSession?=?queueConnection.createQueueSession(transacted,?acknowledgementMode);
Queue?queue?=?(Queue)context.lookup(queueName);
The main task of utility command manager is to be the applicating maintenance utility command pond of remote equipment alternation of bed and the operation of in the order pond, searching match responding message the corresponding command, provides to remote equipment and sends command messages and to the service of the application transmitted response message of WEB user interactions layer.The initialization of utility command manager will be carried out structure utility command pond and start the operations such as thread of from the JMS formation, obtaining command messages.
The main task of GPRS service be for application provide with remote equipment between network is connected and foundation and keep both sides' data channel.The operation that need carry out during initialization has: monitor appointment port, the class that connects time-out time parameter, the login of location registration process remote equipment, data processing, event handling etc. is set.
After application initializes is accomplished, just can begin the conversation procedure between WEB application and the remote equipment.WEB user interactions layer is encapsulated as JMS message with command object COMMAND after the instruction of receiving the user, message is a kind of type object among the JMS, is made up of header and source body two parts.Header is made up of the metadata of routing iinformation and relevant this message.Source body is then carrying application's data or pay(useful) load.Type according to pay(useful) load is divided; Can message be divided into several types; They carry respectively: plain text (TextMessage) but the object (ObjectMessage) of serializing, community set (MapMessage), byte stream (BytesMessage), original value stream (StreamMessage) also have or not the message (Message) of pay(useful) load.Send a message to object queue then, object queue is searched acquisition in by context when JMS is initialized.Message is sent has synchronous and asynchronous dual mode.The answer of thread waits message after the method for synchronization transmission message, asynchronous system then need not to wait for.Following code can be realized the definition and the transmission of message:
QueueRequestor?requestor?=?new?QueueRequestor(queueSession,?queue);
ObjectMessage?om?=?queueSession.createObjectMessage();
om.setObject(command);
ObjectMessage?message?=?(ObjectMessage)requestor.request(om);
It is the intermediate layer that WEB is applied to the remote equipment session that the remote equipment alternation of bed is used, and is responsible for receiving from WEB user interactions layer and uses the message of transmitting through JMS, is converted into byte stream, sends to remote equipment through the GPRS service; Simultaneously; Through listens for network port SOCKET; The response word throttling of remote equipment is resolved to response message object RESPONSE; And from the utility command pond of utility command manager, search the corresponding command object COMMAND of response message object RESPONSE, will respond RESPONSE through interim formation and return to the WEB user application layer.
Receive JMS message, must create recipient's object and specify is to receive message with the asynchronous system or the method for synchronization.Receive message with the method for synchronization (Synchronously), need the manual message of going to obtain, in order to obtain a message, the client calls method obtains message, arrives or in official hour, does not arrive and overtime up to message.And during with asynchronous system (Asynchronously), client computer need define a message monitor (MessageListener), and when message reached, JMS provider came pass-along message through the onMessage method of calling this object.
The utility command manager safeguards and to be used for receiving synchronously JMS message by a thread, and following code is that the utility command manager is used for receiving JMS message, and obtains and be used to respond the interim queuing message that returns:
QueueReceiver?queueReceiver?=?queueSession.createReceiver(queue);
Message?message?=?queueReceiver.receive(500);
if(message?==?null)return?null;
ObjectMessage?om?=?(ObjectMessage)message;
TemporaryQueue?replyQueue?=?(TemporaryQueue)om.getJMSReplyTo();
AppCommand?ac?=?(AppCommand)om.getObject();
ac.setResponseTunnel(replyQueue);
Behind the COMMAND that receives orders; Put it into immediately in the utility command pond, according to the regulation of communication protocol, it is resolved to byte stream then; And send to remote equipment through network port SOCKET, following code can be used for sending the byte stream content through SOCKET:
ByteArrayOutputStream?bout?=?new?ByteArrayOutputStream();
bout.write(content);
bout.writeTo(socket.getOutputStream());
After remote equipment receives orders, carry out required movement, return response message through SOCKET then.After receiving the response message of remote equipment; The remote equipment alternation of bed is used at first will resolve to response message RESPONSE according to communication protocol from the byte stream message that SOCKET receives; From the utility command pond, search corresponding command COMMAND by the utility command manager according to type and the device id of response message RESPONSE then; After finding; Deletion should be ordered COMMAND from the utility command pond, and RESPONSE is provided with its corresponding command COMMAND for response, and returns to WEB user interactions layer through the interim formation of JMS.Following code is used for response message RESPONSE is returned through the interim formation of JMS:
TemporaryQueue?replyQueue?=?(TemporaryQueue)?crm.getCommand().getResponseTunnel();
QueueSender?queueSender?=?queueSession.createSender(replyQueue);
ObjectMessage?om?=?queueSession.createObjectMessage();
om.setObject(crm);
queueSender.send(om);
If remote equipment does not return response message at the appointed time; Then use through the interim formation of JMS and use the prompting of sending a command timeout, and from the utility command pond, remove overtime command object COMMAND to WEB user interactions layer by the remote equipment alternation of bed.Following code is used for the overtime response of echo command:
CommandFailMessage failMessage=new CommandFailMessage (command, " command timeout ");
removeAppCommand(command);
commandManager.getMessageTransfer().sendCommandResponse(failMessage);
Above-described specific embodiment; The object of the invention, technical scheme and beneficial effect have been carried out further detailed description, and institute it should be understood that the above is merely specific embodiment of the present invention; Be not limited to the present invention; All within spirit of the present invention and principle, any modification of being made, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (7)

1. a distributed WEB is used and the remote equipment information communication method, it is characterized in that comprising step:
1) the JMS formation of initialization WEB application system, utility command manager, GPRS service;
2) user sends the operational order to remote equipment through WEB user interactions layer, and initiation session process, WEB alternation of bed adopt synchronous mode to order through the JMS formation and be forwarded to the remote equipment alternation of bed; Simultaneously, set up the interim formation of JMS, transmit leg blocks thread, wait-for-response message;
3) after the remote equipment alternation of bed is received the order of JMS message of forwarding, according to the communication protocol of remote equipment agreement, command object is resolved to byte stream, and sends to remote equipment through public network;
4) the remote equipment alternation of bed is received response message at the appointed time, and byte stream is resolved to the response message object, and the corresponding order of coupling is beamed back WEB user interactions layer, conversation end through the interim formation of JMS with response from command queue; If, then give time-out error response message of WEB user interactions layer loopback, end session above the response that the fixed time is not received remote equipment yet.
2. method according to claim 1; It is characterized in that; In the step 2, said user specifically comprises through the operational order that WEB user interactions layer sends remote equipment: the WEB application system is obtained the JMS message object through data center from the JMS formation, therefrom extract command object COMMAND; Preserve therein and be used to respond the interim queuing message of the JMS that returns; Command object COMMAND is put into the order pond, resolve to byte stream according to communication protocol, the network port socket through data center sends to remote equipment.
3. method according to claim 1; It is characterized in that, in the step 4, saidly through the interim formation of JMS WEB user interactions layer is beamed back in response and be specially: the response message byte stream that returns through data center's receiving remote equipment; It is resolved to response message object RESPONSE; In the order pond, search its corresponding command object COMMAND, as find the command object that is complementary, therefrom obtain the interim queuing message of JMS; Response message RESPONSE is returned to the WEB application system through the interim formation of this JMS, further present to the user.
4. method according to claim 1 is characterized in that, in the step 1; The initialization of said JMS formation comprises: the JMS formation is created by the connection factory through Java EE container provides; From Java order catalogue JNDI, search connection factory through context, create after the connection factory object, use connects factory's establishment and connects; In this connects, create a session, utilize context in container, to pass through JNDI name lookup formation; Through the conversation establishing message producer and information consumption person;
The initialization of said utility command manager comprises: carry out structure utility command pond and start the threading operation that from the JMS formation, obtains command messages;
The initialization of said GPRS service comprises: monitor appointment port, the class that connects time-out time parameter, the login of location registration process remote equipment, data processing, event handling is set.
5. method according to claim 1; It is characterized in that in step 2, said initiation session process is: WEB user interactions layer is after the instruction of receiving the user; Command object COMMAND is encapsulated as JMS message; Said message is made up of header and source body two parts, and header is made up of the metadata of routing iinformation and relevant this message, and source body is then carrying application's data or pay(useful) load.
6. method according to claim 5 is characterized in that, in the step 4, after said remote equipment receives orders, returns response message through SOCKET then; After receiving the response message of remote equipment; The remote equipment alternation of bed is used at first will resolve to response message RESPONSE according to communication protocol from the byte stream message that SOCKET receives; From the utility command pond, search corresponding command COMMAND by the utility command manager according to type and the device id of response message RESPONSE then; After finding; Deletion should be ordered COMMAND from the utility command pond, and RESPONSE is provided with its corresponding command COMMAND for response, and returns to WEB user interactions layer through the interim formation of JMS.
7. method according to claim 5; It is characterized in that; In the step 4; If remote equipment does not return response message at the appointed time, then use through the interim formation of JMS and use the prompting of sending a command timeout, and from the utility command pond, remove overtime command object COMMAND to WEB user interactions layer by the remote equipment alternation of bed.
CN201110385756.9A 2011-09-07 2011-11-28 A kind of distributed WEB is applied and remote equipment information communication method Expired - Fee Related CN102404404B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110385756.9A CN102404404B (en) 2011-09-07 2011-11-28 A kind of distributed WEB is applied and remote equipment information communication method

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
CN201110263371 2011-09-07
CN2011102633715 2011-09-07
CN201110263371.5 2011-09-07
CN201110385756.9A CN102404404B (en) 2011-09-07 2011-11-28 A kind of distributed WEB is applied and remote equipment information communication method

Publications (2)

Publication Number Publication Date
CN102404404A true CN102404404A (en) 2012-04-04
CN102404404B CN102404404B (en) 2017-07-28

Family

ID=45886184

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110385756.9A Expired - Fee Related CN102404404B (en) 2011-09-07 2011-11-28 A kind of distributed WEB is applied and remote equipment information communication method

Country Status (1)

Country Link
CN (1) CN102404404B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103455310A (en) * 2012-05-29 2013-12-18 中兴通讯股份有限公司 Timing method and device for semaphore pend interface
CN104917814A (en) * 2015-04-21 2015-09-16 浙江大学 JAVA-based network transmission protocol conversion middleware
CN107147620A (en) * 2017-04-19 2017-09-08 武汉票据交易中心有限公司 A kind of interacting message processing method, client and service end
CN109428745A (en) * 2017-08-23 2019-03-05 大唐移动通信设备有限公司 JMS message forwarding method, device, electronic equipment and storage medium
CN110650203A (en) * 2019-09-26 2020-01-03 广州视源电子科技股份有限公司 Data transmission method, device and system, computer storage medium and electronic equipment
CN111158763A (en) * 2019-12-06 2020-05-15 思创数码科技股份有限公司 Equipment instruction processing system for building intelligent management and control
CN112583614A (en) * 2019-09-29 2021-03-30 北京京东尚科信息技术有限公司 Host cluster management method and device
CN112583930A (en) * 2020-12-25 2021-03-30 四川安迪科技实业有限公司 Data forwarding synchronization method, system and device for multi-independent system interaction
CN113032010A (en) * 2021-03-12 2021-06-25 歌尔科技有限公司 Command transmission control method, terminal and computer readable storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1933454A (en) * 2005-09-13 2007-03-21 中兴通讯股份有限公司 Synchronous information interface realizing method based on JAVA information service
CN101184056A (en) * 2007-12-04 2008-05-21 浙江大学 Distributed enterprise service bus message switching method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1933454A (en) * 2005-09-13 2007-03-21 中兴通讯股份有限公司 Synchronous information interface realizing method based on JAVA information service
CN101184056A (en) * 2007-12-04 2008-05-21 浙江大学 Distributed enterprise service bus message switching method

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103455310A (en) * 2012-05-29 2013-12-18 中兴通讯股份有限公司 Timing method and device for semaphore pend interface
CN103455310B (en) * 2012-05-29 2017-02-08 中兴通讯股份有限公司 Timing method and device for semaphore pend interface
CN104917814A (en) * 2015-04-21 2015-09-16 浙江大学 JAVA-based network transmission protocol conversion middleware
CN104917814B (en) * 2015-04-21 2018-05-01 浙江大学 A kind of network transmission protocol conversion middleware based on JAVA
CN107147620A (en) * 2017-04-19 2017-09-08 武汉票据交易中心有限公司 A kind of interacting message processing method, client and service end
CN107147620B (en) * 2017-04-19 2020-07-24 武汉聚风天下科技有限公司 Message interaction processing method, client and server
CN109428745B (en) * 2017-08-23 2020-05-15 大唐移动通信设备有限公司 JMS message forwarding method, device, electronic equipment and storage medium
CN109428745A (en) * 2017-08-23 2019-03-05 大唐移动通信设备有限公司 JMS message forwarding method, device, electronic equipment and storage medium
CN110650203A (en) * 2019-09-26 2020-01-03 广州视源电子科技股份有限公司 Data transmission method, device and system, computer storage medium and electronic equipment
CN112583614A (en) * 2019-09-29 2021-03-30 北京京东尚科信息技术有限公司 Host cluster management method and device
CN112583614B (en) * 2019-09-29 2024-05-21 北京京东尚科信息技术有限公司 Host cluster management method, device and computer readable medium
CN111158763A (en) * 2019-12-06 2020-05-15 思创数码科技股份有限公司 Equipment instruction processing system for building intelligent management and control
CN111158763B (en) * 2019-12-06 2023-08-18 思创数码科技股份有限公司 Equipment instruction processing system for intelligent management and control of building
CN112583930A (en) * 2020-12-25 2021-03-30 四川安迪科技实业有限公司 Data forwarding synchronization method, system and device for multi-independent system interaction
CN112583930B (en) * 2020-12-25 2023-04-18 四川安迪科技实业有限公司 Data forwarding synchronization method, system and device for multi-independent system interaction
CN113032010A (en) * 2021-03-12 2021-06-25 歌尔科技有限公司 Command transmission control method, terminal and computer readable storage medium

Also Published As

Publication number Publication date
CN102404404B (en) 2017-07-28

Similar Documents

Publication Publication Date Title
CN102404404A (en) Distributed WEB application and remote equipment message communication method
CN108810086A (en) Intelligent equipment communication platform based on MQTT message protocol
WO2016145797A1 (en) Smart home control method, device and system
CN102413112A (en) Method, association server and system for realizing association of equipment
CN107147620A (en) A kind of interacting message processing method, client and service end
CN107395653B (en) Enterprise instant communication system and method based on security isolation network gate
CN101184056A (en) Distributed enterprise service bus message switching method
CN106817341B (en) A kind of Session Initiation Protocol throttling Transmission system and method towards mobile Internet
CN102946425B (en) Based on the Uniform Communication Platform service integration framework of OSGi
CN111240858B (en) Event scheduling method and component
CN102520936A (en) Method for realizing sharing of Socket communication service on Android platform
CN109995734A (en) A kind of communication means of the WebRTC based on Session Initiation Protocol
CN102546542A (en) Electronic system and embedded device and transit device of electronic system
CN102984272B (en) A kind of system of remote control mobile terminal communication capacity and method thereof
EP2566177A1 (en) Electronic apparatus and method for transferring contents on cloud system to device connected to DLNA
CN102289636A (en) Reader driving device, system and method based on low level reader protocol (LLRP) protocol
CN110290139A (en) Method for message transmission and device
WO2016000302A1 (en) Real-time office implementation method, information processing server and system
CN105515947B (en) A kind of method, server and the system of the heterogeneous terminals message intercommunication based on XMPP
CN107517247A (en) A kind of socket interfaces applied to financial industry turn the system and method for http interfaces
CN101997887A (en) Method for sending, receiving and transmitting service signaling and terminal
CN110505648A (en) A kind of anti-lost line method of wireless device
CN110493036A (en) A kind of management-control method of gateway
CN109194731A (en) A kind of concurrent real-time Data Transmission interface realizing method based on configuration software
CN114844738A (en) Data management method based on service gateway

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20170728

Termination date: 20181128