CN102457497B - Method and device for network communication - Google Patents

Method and device for network communication Download PDF

Info

Publication number
CN102457497B
CN102457497B CN201010521745.4A CN201010521745A CN102457497B CN 102457497 B CN102457497 B CN 102457497B CN 201010521745 A CN201010521745 A CN 201010521745A CN 102457497 B CN102457497 B CN 102457497B
Authority
CN
China
Prior art keywords
end points
session
client
protocol
service
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
CN201010521745.4A
Other languages
Chinese (zh)
Other versions
CN102457497A (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.)
Kingdee Intelligent Technology (Shenzhen) Co., Ltd.
Original Assignee
Kingdee Software China 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 Kingdee Software China Co Ltd filed Critical Kingdee Software China Co Ltd
Priority to CN201010521745.4A priority Critical patent/CN102457497B/en
Publication of CN102457497A publication Critical patent/CN102457497A/en
Application granted granted Critical
Publication of CN102457497B publication Critical patent/CN102457497B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention is suitable for the field of network communication and provides a method and a device for the network communication. The method comprises the following steps: setting a transmission protocol for multiple end points; launching a session from one end point to another end point; and performing data transmission through the session, wherein the session is an object of the data transmission. In the invention, a traditional conception of a service terminal and a client in a network interface is replaced by a conception of end points; the object of the data transmission is expressed through the conception of the session, thereby shielding a difference between TCP (Transmission Control Protocol) facing connection and UDP (User Datagram Protocol) non-connection; the TCP or UDP network transmission can be performed in a consistent mode; and during application development, the TCP and UDP protocols can be conveniently replaced, thereby avoiding a high risk caused by replacing the communication protocol in the later stage of project development.

Description

A kind of method of network service and device
Technical field
The invention belongs to network communication field, particularly relate to a kind of method and device of network service.
Background technology
Java7 java standard library " asynchronous I/O storehouse " provides based on operating system API (Application Programming Interface, application programming interface) the asynchronous network DLL that encapsulates, can realize based on TCP (Transmission Control Protocol, transmission control protocol) or the network service of UDP (User Datagram Protocol, UDP) agreement.Be connected although existing Java java standard library API can use TCP and udp protocol to set up network, provide different interfaces for two kinds of agreements, therefore in application programming, coded system is also completely different.And in actual items, the agreement of the most applicable use can not just be established in the early stage, there is larger possibility at later stage alternative networks host-host protocol.If TCP and udp protocol use the distinct interface of two covers in application and development, so comparatively large for this replacement difficulty application layer and higher risk can be brought.
Summary of the invention
The object of the embodiment of the present invention is a kind of method providing network service, is intended to solve the problem be difficult in project later stage alternative networks agreement.
The embodiment of the present invention is achieved in that a kind of method of network service, said method comprising the steps of:
For multiple end points arranges host-host protocol, described end points is can listening port and containing the network communication terminal of event handler;
According to described host-host protocol, by an end points to another end points initiation session, and carry out data transmission by described session, described session is the object of data transmission;
Be set using Transmission Control Protocol or udp protocol at end points, if need on stream to change agreement, only another host-host protocol need be set at end points place;
Wherein, when using udp protocol to carry out network service, step is as follows:
Be udp protocol for multiple end points arranges host-host protocol;
According to described udp protocol, carry out data transmission by an end points to another end points by described session, described session is Unified Data Transport interface and imaginary object;
Wherein, when using Transmission Control Protocol to carry out network service, no matter described end points is as client or all can initiation session connection request as service end, by judging whether that monitoring local port judges that end points is as the role of client or as service end;
Time in the ban by end points initiation session as client, step is as follows:
End points as service end monitors local port;
As the end points initiation session connection request of client;
The described end points as service end, after listening to session connection request, sends and confirms to the described end points as client;
After the described end points as client receives confirmation, set up session, and carry out data transmission by described session;
Time in the ban by end points initiation session as service end, step is as follows:
End points as service end takes out existing connection according to the IP address of the end points as client from buffer memory;
The described end points as service end according to described existing connection to the described end points initiation session as client;
Event handler notifies that the described end points as client have received session, and carries out data transmission by described session;
Wherein, described meeting has been talked about reunification data transmission interface, is connection-oriented to shield Transmission Control Protocol, and udp protocol is this difference not needing to connect;
Wherein, described event handler all has setting at all described end points, when have connection request occur, data arrive or connection closed, make mistakes time, the automatic callback events processor of described end points realizes the function logic of application definition.
Another object of the embodiment of the present invention is to provide a kind of network communication device, and described device comprises:
Agreement setting unit, for arranging host-host protocol for multiple end points, described end points is can listening port and containing the network communication terminal of event handler;
Session setup unit, for by an end points to another end points initiation session, and carry out data transmission by described session, described session is the object of data transmission;
And for being set using Transmission Control Protocol or udp protocol at end points, if need on stream to change agreement, only another host-host protocol need be set at end points place;
Wherein, when using udp protocol to carry out network service, step is as follows:
Be udp protocol for multiple end points arranges host-host protocol;
According to described udp protocol, carry out data transmission by an end points to another end points by described session, described session is Unified Data Transport interface and imaginary object;
Wherein, when using Transmission Control Protocol to carry out network service, no matter described end points is as client or all can initiation session connection request as service end, by judging whether that monitoring local port judges that end points is as the role of client or as service end;
Time in the ban by end points initiation session as client, step is as follows:
End points as service end monitors local port;
As the end points initiation session connection request of client;
The described end points as service end, after listening to session connection request, sends and confirms to the described end points as client;
After the described end points as client receives confirmation, set up session, and carry out data transmission by described session;
Time in the ban by end points initiation session as service end, step is as follows:
End points as service end takes out existing connection according to the IP address of the end points as client from buffer memory;
The described end points as service end according to described existing connection to the described end points initiation session as client;
Event handler notifies that the described end points as client have received session, and carries out data transmission by described session; Wherein, described meeting has been talked about reunification data transmission interface, is connection-oriented to shield Transmission Control Protocol, and udp protocol is this difference not needing to connect;
Wherein, described event handler all has setting at all described end points, when have connection request occur, data arrive or connection closed, make mistakes time, the automatic callback events processor of described end points realizes the function logic of application definition.
In embodiments of the present invention, by this concept of end points, the concept of service end and client in legacy network interfaces has been abandoned; With the object that the representation of concept data of session are transmitted, shield TCP SCCP connection-oriented and the connectionless difference of UDP.Network programming or the exploitation of TCP or UDP can be carried out in a uniform matter.In application and development, TCP and udp protocol can be changed easily, avoid bringing excessive risk when the project development later stage replaces communication protocol.
Accompanying drawing explanation
Fig. 1 is the schematic diagram of the network communication method that the embodiment of the present invention provides;
Fig. 2 is the schematic diagram of the network communication method of the use udp protocol that the embodiment of the present invention provides;
Fig. 3 is the use Transmission Control Protocol that provides of the embodiment of the present invention and the flow process of network communication method by the first initiation session of end points as client;
Fig. 4 is the use Transmission Control Protocol that provides of the embodiment of the present invention and the flow process of network communication method by the first initiation session of end points as service end;
Fig. 5 is the cell schematics of the end points inside that the embodiment of the present invention provides.
Detailed description of the invention
In order to make object of the present invention, technical scheme and advantage clearly understand, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
The embodiment of the present invention as network communication terminal, has abandoned the concept of service end and client in legacy network by this concept of end points; The object that the concept proposing session is transmitted as data, shields TCP SCCP connection-oriented and the connectionless difference of UDP; Carry out the Internet Transmission of TCP or UDP in a uniform matter.
The invention provides a kind of data management system and data correlation querying method thereof and device:
Described method comprises:
For multiple end points arranges host-host protocol;
According to described host-host protocol, by an end points to another end points initiation session, and carry out data transmission by described session, described session is the object of data transmission.
Described device comprises:
Agreement setting unit, for arranging host-host protocol for multiple end points;
Session setup unit, for by an end points to another end points initiation session, and carry out data transmission by described session, described session is the object of data transmission.
In order to technical solutions according to the invention are described, be described below by specific embodiment.
Embodiment one:
The network communication method that Fig. 1 provides for the embodiment of the present invention realize schematic diagram, details are as follows:
1. host-host protocol is set for multiple end points;
In embodiments of the present invention, before being transmitted, need arrange host-host protocol to multiple end points is TCP or udp protocol, when needing to change host-host protocol, only need arrange new agreement to end points.No matter use Transmission Control Protocol or udp protocol, the occupation mode of end points is all consistent.Described end points is network communication terminal, has unified the concept of client and service end in prior art network interface, no longer distinguishes client and service end in data transmission procedure.In order to can in TCP with udp protocol occupation mode the same, shielding client and the difference of service end, end points has done following improvement:
First, end points place can arrange different host-host protocols.Needed for actual development, Transmission Control Protocol or udp protocol can be set using at end points.If need on stream to change agreement, also only another host-host protocol need be set at end points place.
Secondly, due to when using Transmission Control Protocol, have the difference of client and service end, end points has done again the improvement of following two aspects.
The first, end points can listening port.All end points can both listening port, and by monitoring, can accept connect Please summed data, possess the ability of server, therefore, all end points all can be used as service end.No matter the end points at this moment as client sends information to any one end points, this end points all has the function of service end, can accept connect Please summed data.And in actual applications, according to required, judged as client or as service end by the monitoring of whether opening local port.
The second, containing event handler in end points.When have connection request occur, data arrive or connection closed, make mistakes time, end points can realize the function logic of application definition by callback events processor automatically.Due in Transmission Control Protocol, client can not perception have data to send to oneself, therefore first can not send data by service end.In the embodiment of the present invention due in end points containing event handler, then when first sending information by the end points as service end to client, as the end points of client also by event handler perception with receive data.
Be key as the end points of service end with client ip address, all clients of buffer memory are initiated, and current effective connection.When initiation session first as the end points of service end, according to the IP address of the target endpoint that will send, from buffer memory, take out existing connection, structure session transmissions data.
Known based on foregoing description, end points shields the difference of client and service end in TCP, and any one end points both can also can as service end as client.No matter and be first can send data as client or as service end.
2. according to described host-host protocol, by an end points to another end points initiation session, and carry out data transmission by described session, described session is the object of data transmission.
In embodiments of the present invention, described session refers to the object that data are transmitted.Have multiple end points in network, arbitrary end points can set up session to another end-points request, and carries out data transmission by described session.Can talk about reunification data transmission interface, it is connection-oriented for shielding Transmission Control Protocol, and udp protocol is this difference not needing to connect.For Transmission Control Protocol, session is exactly the packaging that TCP connects in fact; And for udp protocol, session is then virtual object in order to unified use interface.
Embodiment two:
The use udp protocol that the embodiment of the present invention provides carries out the schematic diagram of network communication method as shown in Figure 2, and details are as follows:
1. for multiple end points, to arrange host-host protocol be udp protocol;
2. according to described host-host protocol, carry out data transmission by an end points to another end points by described session, described session is Unified Data Transport interface and imaginary object.
In embodiments of the present invention, because udp protocol does not need to connect, therefore, session is only to shield and the difference of TCP and be used for the virtual objects of Unified Data Transport interface.When sending session by an end points to another end points, only need the IP address of the end points recording reception information and port just can to the endpoint transmission data of reception information.
Embodiment three:
The use Transmission Control Protocol that the embodiment of the present invention provides carries out the method for network service, and details are as follows:
Due in Transmission Control Protocol, only have client to initiate connection request, and service end cannot.In embodiments of the present invention, no matter end points all can initiate connection request as client or as service end, but its specific implementation process is different.To describe in detail below.
In embodiments of the present invention, only choose an end points as service end and an end points as client conversates, but be not limited to this two end points.
Situation one: during the first initiation session of the end points as client:
If the first initiation session of the end points as client, then the method for initiation session is as shown in Figure 3:
1. be Transmission Control Protocol for end points arranges host-host protocol;
2. the end points as service end monitors local port;
In embodiments of the present invention, when using Transmission Control Protocol, arbitrary end points both can also can as service end as client.Judge that described end points is role as client or the role as service end by the monitoring of whether opening local port.If end points monitors local port, then described end points is as service end; If end points does not monitor local port, then described end points is as client.Before the end points as client initiates connection request, the end points as client just starts to monitor local port, waits connection at any time.
3. as the end points initiation session connection request of client;
4. described in as the end points of service end after listening to session connection request, send confirm to the described end points as client;
5. after receiving confirmation as the end points of client described in, set up session, and carry out data transmission by described session.
Situation two: during the first initiation session of the end points as service end:
If the end points of first initiation session is the end points as service end, then the method for initiation session is as described below:
In embodiments of the present invention, be key as the end points of service end using the IP address of the end points as client, that all end points as client of buffer memory are initiated and current effective connection.When the described end points as service end initiates a session request to another end points, from buffer memory, take out existing connection according to the described IP address as client end points, construct a session.
As shown in Figure 4, details are as follows for the idiographic flow initiated a session request by the end points as service end:
1. be Transmission Control Protocol for end points arranges host-host protocol;
2. the end points as service end takes out existing connection according to the IP address of the end points as client from buffer memory;
3. described in as the end points of service end according to described existing connection to the described end points initiation session as client;
4. event handler notifies that the described end points as client have received session, and carries out data transmission by described session.
In embodiments of the present invention, because the end points as client can not perception have session to send over, therefore receive as the end points of client the session that the end points as client initiates by event handler notice.Described event handler all has setting at all end points, when have connection request occur, data arrive or connection closed, make mistakes time, the automatic callback events processor of end points realizes the function logic of application definition.
In embodiments of the present invention, and though due to end points be as client or all first can initiation session as service end, therefore just without the difference of client in Transmission Control Protocol and service end.
Embodiment four:
The network communication device that the embodiment of the present invention provides comprises multiple end points, and described end points comprises multiple unit.Fig. 5 shows the structure of unit in the end points that the embodiment of the present invention provides, and for convenience of explanation, illustrate only the part relevant to the embodiment of the present invention.Wherein:
Agreement setting unit 1, for arranging host-host protocol for multiple end points.This host-host protocol can be TCP or udp protocol, when needing to change host-host protocol, only need arrange new agreement to end points.
Session request initiating cell 2, for by an end points to another end points initiation session, and carry out data transmission by described session, described session is the object of data transmission.
In embodiments of the present invention, use Transmission Control Protocol and as client end points first initiation session time, the end points as client first need send session request to the end points as service end.
Confirmation unit 3, after listening to session connection request, sends session and confirms by monitoring local port.
In embodiments of the present invention, when using Transmission Control Protocol, as the end points of service end by after monitoring the session connection request that sends as the end points of client, send session confirmation.
Session setup unit 4, for another end points initiation session.
In embodiments of the present invention, no matter be use Transmission Control Protocol or udp protocol, all can by arbitrary end points to another end points initiation session.
Session receiving element 5, notifies to receive session as the end points of client by event handler.
Connect extraction unit 6, existing connection is taken out in the IP address according to the end points as client from buffer memory.
In embodiments of the present invention, be key as the end points of service end using the IP address of the end points as client.That all end points as client of buffer memory are initiated and current effective connection.When the described end points as service end initiates a session request to another end points, from buffer memory, take out existing connection according to the described IP address as client end points, construct a session.
Monitor judging unit 7, judge that end points is role as client or the role as service end by the monitoring of whether opening local port.
In embodiments of the present invention, because the end points as client can not perception have session to send over, therefore receive as the end points of client the session that the end points as client initiates by event handler notice.Described event handler all has setting at all end points, when have connection request occur, data arrive or connection closed, make mistakes time, the automatic callback events processor of end points realizes the function logic of application definition.
In embodiments of the present invention, by this concept of end points, the concept of service end and client in legacy network interfaces has been abandoned; With the object that the representation of concept data of session are transmitted, shield TCP SCCP connection-oriented and the connectionless difference of UDP.The Internet Transmission of TCP or UDP can be carried out in a uniform matter.In application and development, TCP and udp protocol can be changed easily, avoid bringing excessive risk when the project development later stage replaces communication protocol.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, all any amendments done within the spirit and principles in the present invention, equivalent replacement and improvement etc., all should be included within protection scope of the present invention.

Claims (2)

1. a method for network service, is characterized in that, described method comprises the steps:
For multiple end points arranges host-host protocol, described end points is can listening port and containing the network communication terminal of event handler;
According to described host-host protocol, by an end points to another end points initiation session, and carry out data transmission by described session, described session is the object of data transmission;
Be set using Transmission Control Protocol or udp protocol at end points, if need on stream to change agreement, only another host-host protocol need be set at end points place;
Wherein, when using udp protocol to carry out network service, step is as follows:
Be udp protocol for multiple end points arranges host-host protocol;
According to described udp protocol, carry out data transmission by an end points to another end points by described session, described session is Unified Data Transport interface and imaginary object;
Wherein, when using Transmission Control Protocol to carry out network service, no matter described end points is as client or all can initiation session connection request as service end, by judging whether that monitoring local port judges that end points is as the role of client or as service end;
Time in the ban by end points initiation session as client, step is as follows:
End points as service end monitors local port;
As the end points initiation session connection request of client;
The described end points as service end, after listening to session connection request, sends and confirms to the described end points as client;
After the described end points as client receives confirmation, set up session, and carry out data transmission by described session;
Time in the ban by end points initiation session as service end, step is as follows:
End points as service end takes out existing connection according to the IP address of the end points as client from buffer memory;
The described end points as service end according to described existing connection to the described end points initiation session as client;
Event handler notifies that the described end points as client have received session, and carries out data transmission by described session;
Wherein, described meeting has been talked about reunification data transmission interface, is connection-oriented to shield Transmission Control Protocol, and udp protocol is this difference not needing to connect;
Wherein, described event handler all has setting at all described end points, when have connection request occur, data arrive or connection closed, make mistakes time, the automatic callback events processor of described end points realizes the function logic of application definition.
2. a network communication device, is characterized in that, described device comprises multiple end points, and described end points comprises:
Agreement setting unit, for arranging host-host protocol for multiple end points, described end points is can listening port and containing the network communication terminal of event handler;
Session setup unit, for by an end points to another end points initiation session, and carry out data transmission by described session, described session is the object of data transmission;
And for being set using Transmission Control Protocol or udp protocol at end points, if need on stream to change agreement, only another host-host protocol need be set at end points place;
Wherein, when using udp protocol to carry out network service, step is as follows:
Be udp protocol for multiple end points arranges host-host protocol;
According to described udp protocol, carry out data transmission by an end points to another end points by described session, described session is Unified Data Transport interface and imaginary object;
Wherein, when using Transmission Control Protocol to carry out network service, no matter described end points is as client or all can initiation session connection request as service end, by judging whether that monitoring local port judges that end points is as the role of client or as service end;
Time in the ban by end points initiation session as client, step is as follows:
End points as service end monitors local port;
As the end points initiation session connection request of client;
The described end points as service end, after listening to session connection request, sends and confirms to the described end points as client;
After the described end points as client receives confirmation, set up session, and carry out data transmission by described session;
Time in the ban by end points initiation session as service end, step is as follows:
End points as service end takes out existing connection according to the IP address of the end points as client from buffer memory;
The described end points as service end according to described existing connection to the described end points initiation session as client;
Event handler notifies that the described end points as client have received session, and carries out data transmission by described session; Wherein, described meeting has been talked about reunification data transmission interface, is connection-oriented to shield Transmission Control Protocol, and udp protocol is this difference not needing to connect;
Wherein, described event handler all has setting at all described end points, when have connection request occur, data arrive or connection closed, make mistakes time, the automatic callback events processor of described end points realizes the function logic of application definition.
CN201010521745.4A 2010-10-27 2010-10-27 Method and device for network communication Active CN102457497B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010521745.4A CN102457497B (en) 2010-10-27 2010-10-27 Method and device for network communication

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010521745.4A CN102457497B (en) 2010-10-27 2010-10-27 Method and device for network communication

Publications (2)

Publication Number Publication Date
CN102457497A CN102457497A (en) 2012-05-16
CN102457497B true CN102457497B (en) 2015-04-29

Family

ID=46040162

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010521745.4A Active CN102457497B (en) 2010-10-27 2010-10-27 Method and device for network communication

Country Status (1)

Country Link
CN (1) CN102457497B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9002339B2 (en) * 2012-08-15 2015-04-07 Intel Corporation Consumption and capture of media content sensed from remote perspectives
CN106790471A (en) * 2016-12-12 2017-05-31 暴风集团股份有限公司 The method and system that data are transmitted between client and cloud disk based on LAN

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101296238A (en) * 2008-06-17 2008-10-29 杭州华三通信技术有限公司 Method and equipment for remaining persistency of security socket layer conversation
CN101414996A (en) * 2007-10-15 2009-04-22 北京瑞星国际软件有限公司 Firewall and method thereof
CN101437036A (en) * 2008-12-22 2009-05-20 北京中企开源信息技术有限公司 Document transmission method and system capable of supporting NAT/firewall traversing

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101414996A (en) * 2007-10-15 2009-04-22 北京瑞星国际软件有限公司 Firewall and method thereof
CN101296238A (en) * 2008-06-17 2008-10-29 杭州华三通信技术有限公司 Method and equipment for remaining persistency of security socket layer conversation
CN101437036A (en) * 2008-12-22 2009-05-20 北京中企开源信息技术有限公司 Document transmission method and system capable of supporting NAT/firewall traversing

Also Published As

Publication number Publication date
CN102457497A (en) 2012-05-16

Similar Documents

Publication Publication Date Title
EP2645636B1 (en) Home gateway, cloud server, and method for communication therebetween
CN104429037B8 (en) Method, equipment and system for being connected to communication equipment
CN111294399B (en) Data transmission method and device
CN104363291A (en) Network communication middleware implementation method
CN103051642A (en) Method for realizing accessing of local area network equipment in firewall based on VPN (Virtual Private Network) and network system
CN108173858B (en) VOIP real-time voice network management processing system based on VxWorks operating system
CN101227343B (en) Method and device for testing TCPv6 and UDPv6
CN105706422B (en) Method and system for handling audio packets during a VoLTE call
CN101291343B (en) Remote controlling method and system based on transparent proxy equipment
CN105610888A (en) Method of using socket to push message based on Android and system thereof
WO2010139151A1 (en) Method and system for realizing concurrent access of multi-kinds of bearer protocols on machine-to-machine (m2m) platform
CN108696523B (en) Response method and device for call service
EP3488581B1 (en) EFFICIENT TRANSPORT OF ENCAPSULATED MEDIA TRAFFIC OVER 
A DATAGRAM BASED TRANSPORT LAYER
CN101911587A (en) Method and apparatus for outputting event of third party device in home network supporting UPnP remote protocol
TWI565261B (en) Network address translation traversal system and method for real-time communications
JP2008028996A (en) Communication system, communication method, and program
CN102457497B (en) Method and device for network communication
US20150358263A1 (en) Communication between a web application instance connected to a connection server and a calling entity other than said connection server
KR101478232B1 (en) Sip message transmission and receiving system and method
US11659012B2 (en) Relayed communication channel establishment
KR20050009926A (en) Synchronization method for wireless internet in mobile communication device
US10375175B2 (en) Method and apparatus for terminal application accessing NAS
US20140177575A1 (en) Method for establishing an application session, device and corresponding notification
US10263913B2 (en) Tunnel consolidation for real-time communications
CN102684924A (en) Network management workstation and debugging method of network management software

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20181112

Address after: 518000 Guangdong Nanshan District, Shenzhen City, Guangdong Province, Yuehai Street, Yuehai Street Science and Technology Park, No. 2 South Science and Technology Road, Jindi Software Park, Block A, 3 stories

Patentee after: Kingdee Intelligent Technology (Shenzhen) Co., Ltd.

Address before: 518000 High-tech Industrial Village W1-B4, Shennan Avenue, Nanshan District, Shenzhen City, Guangdong Province

Patentee before: Kingdee Software (China) Co., Ltd.

TR01 Transfer of patent right