WO2017107499A1 - Information remote synchronization method, terminal and system - Google Patents

Information remote synchronization method, terminal and system Download PDF

Info

Publication number
WO2017107499A1
WO2017107499A1 PCT/CN2016/093697 CN2016093697W WO2017107499A1 WO 2017107499 A1 WO2017107499 A1 WO 2017107499A1 CN 2016093697 W CN2016093697 W CN 2016093697W WO 2017107499 A1 WO2017107499 A1 WO 2017107499A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
data stream
touch point
electronic whiteboard
byte data
Prior art date
Application number
PCT/CN2016/093697
Other languages
French (fr)
Chinese (zh)
Inventor
王新
Original Assignee
广州视睿电子科技有限公司
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 广州视睿电子科技有限公司 filed Critical 广州视睿电子科技有限公司
Publication of WO2017107499A1 publication Critical patent/WO2017107499A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1454Digital output to display device ; Cooperation and interconnection of the display device with other functional units involving copying of the display data of a local workstation or window to a remote workstation or window so that an actual copy of the data is displayed simultaneously on two or more displays, e.g. teledisplay
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0416Control or interface arrangements specially adapted for digitisers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes

Definitions

  • the present invention relates to the field of remote synchronization technologies, and in particular, to an information remote synchronization method, terminal, and system.
  • Web conferencing is a multimedia conferencing platform based on the network. It can use the Internet to realize data sharing between different locations and multiple users, and achieve face-to-face communication effects.
  • the conference system is not only limited to providing sharing functions of audio and video data, but also provides users with rich conference auxiliary functions, such as electronic whiteboard functions.
  • the electronic whiteboard is a technology that uses a computer to simulate a normal whiteboard, allowing multiple users to work together in an electronic document through a network.
  • the shared document is displayed on all users' screens at the same time, just as these users use a traditional whiteboard at the same time. .
  • the remote synchronization of the electronic whiteboard mainly has two implementation modes: one is to intercept the entire screen that needs to be synchronized in the screen and send it to the remote end; the other is that when one party operates, the data of the whole process of the operation is packaged and sent at one time. Go to the other party, and the other party needs to wait for the operation to complete before receiving the data and then displaying it.
  • the inventor has found that the existing remote synchronization scheme has the following disadvantages: for the first technical solution, by transmitting the entire screen that needs to be synchronized in the screen to the remote end, a lot of useless redundant data is transmitted. It needs to occupy a large amount of network bandwidth; if the number of people is larger, the higher the network bandwidth requirement is, the timeliness cannot be guaranteed; for the second technical solution, it cannot satisfy the effect of multi-party real-time display, if one party operates for too long, then Other parties will have a state of suspended animation, and the user experience is very bad.
  • aspects of the embodiments of the present invention provide a remote information
  • the step method, the terminal and the system can realize real-time synchronization of information between the electronic whiteboards, and occupy less bandwidth, and meet the use requirements.
  • An aspect of an embodiment of the present invention provides a method for remote information synchronization, including the following steps:
  • the electronic whiteboard establishes a connection between the server terminals
  • the touch point information is serialized by using a protocol buffers tool to obtain the binary byte data stream;
  • the touch point information includes a coordinate value of the touch point; or the touch point information includes a coordinate value and a pressure value of the touch point;
  • the touch point information further includes a touch ID, wherein the touch ID is a unique identification number of each touch point.
  • an information sending terminal including:
  • An information obtaining unit configured to acquire touch point information of the user on the local electronic whiteboard
  • An information conversion unit configured to convert the touch point information into a binary byte data stream
  • a data sending unit configured to send the binary byte data stream to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary byte data stream to implement synchronous display.
  • Another aspect of the embodiments of the present invention provides a method for remote information synchronization, including the following steps:
  • the parsed touch point information is synchronously displayed on the local electronic whiteboard.
  • the electronic whiteboard establishes a connection between the servers
  • the binary byte data stream is deserialized by using a protocol buffers tool to obtain corresponding touch point information
  • the touch point information includes a coordinate value of the touch point; or the touch point information includes a coordinate value and a pressure value of the touch point;
  • the touch point information further includes a touch ID, wherein the touch ID is a unique identification number of each touch point.
  • Another aspect of the embodiments of the present invention further provides an information receiving terminal, including:
  • a data receiving unit configured to receive a binary byte data stream sent by the remote electronic whiteboard; wherein the binary byte data stream is converted by the user's touch point information on the remote electronic whiteboard;
  • a data parsing unit configured to parse the binary byte data stream into corresponding touch point information
  • the information synchronization unit is configured to synchronously display the parsed touch point information on the local electronic whiteboard.
  • Another aspect of the embodiments of the present invention further provides an information remote synchronization system, including an information sending terminal and an information receiving terminal.
  • the information remote synchronization system further includes a server end; and the information sending terminal and the information receiving terminal establish a connection through the server end;
  • the server is configured to listen to a network connection request of the terminal and establish a connection with the terminal, and is further configured to receive the data stream sent by the information sending terminal, and forward the data stream to the information receiving terminal.
  • the server and the terminal use an Internet-based TCP/IP communication protocol for communication.
  • the information remote synchronization method, terminal and system provided by the embodiments of the present invention have the following beneficial effects: when the user touches a touch event on the local electronic whiteboard, the information of each touch point is acquired; and each touch point is The information is converted into a binary byte data stream and sent to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary byte data stream to realize synchronous display. That is to say, when the information sharing between the electronic whiteboards is performed, it is not necessary to intercept the entire screen that needs to be synchronized, and transmit a lot of useless redundant data, or wait for all the data of the operation to be synchronized after waiting for one operation, so that the remote electronic whiteboard cannot be real-time.
  • FIG. 1 is a schematic flow chart of an embodiment of an information remote synchronization method provided by the present invention.
  • FIG. 2 is a schematic structural diagram of an embodiment of an information transmitting terminal provided by the present invention.
  • FIG. 3 is a schematic flow chart of another embodiment of an information remote synchronization method provided by the present invention.
  • FIG. 4 is a schematic structural diagram of an embodiment of an information receiving and terminal provided by the present invention.
  • FIG. 5 is a schematic structural diagram of an embodiment of an information remote synchronization system provided by the present invention.
  • FIG. 1 is a schematic flowchart diagram of an embodiment of a method for remotely synchronizing information provided by the present invention.
  • the present invention provides a method for remotely synchronizing information, including steps S11 to S13, as follows:
  • the touch point information includes coordinate values of the touched points.
  • the touch point information may further include a coordinate value and a pressure value of the touch point.
  • the touch point information further includes a touch ID, and the touch ID is a unique identification number of each touch point.
  • the touch point is assigned a unique ID, and each touch point information in the writing process of each touch point is tracked and acquired.
  • the touch point information is serialized using a protocol buffers tool to obtain the binary byte data stream.
  • Protocol buffers are open source projects that serialize structured data.
  • the language library of the protobuf in the embodiment of the present invention includes but is not limited to languages such as C++, JAVA, and Python.
  • serialization is to transfer the object (ie, touch point information) into a byte stream (ie, a binary byte data stream); the serialization corresponds to the deserialization, that is, the byte stream. Parsing and deserializing the byte stream into the original object.
  • the remote electronic whiteboard after receiving the binary byte data stream, parses the binary byte data stream through an application programming interface provided in a language library of the protobuf, and the binary byte data is The stream is deserialized into corresponding touch point information.
  • the method further includes: forming a conference group; the conference group consists of at least two
  • the electronic whiteboards are constructed by being connected to each other and can be used for, but not limited to, teaching, teleconference, and the like.
  • the method for establishing a communication connection may be: initiating a meeting invitation by at least one electronic whiteboard by one electronic whiteboard; and forming a meeting group that can communicate with each other when at least one electronic whiteboard accepts the meeting invitation; wherein, the electronic whiteboard that initiates the meeting invitation The address of the invited whiteboard is saved.
  • the conference group may be formed in other manners, which are all within the scope of the present invention and are not limited herein.
  • the electronic whiteboards are connected through the server; wherein each electronic whiteboard only communicates with the server, and does not directly establish a connection with other electronic whiteboards; the server is used for monitoring the electronic whiteboard. And the network connection request is connected to the electronic whiteboard; and the step S13 is specifically:
  • the above information remote synchronization method may be performed by the information transmitting terminal.
  • the whiteboard parses the binary data stream to realize synchronous display, and the amount of data transmitted each time is small, consuming less network bandwidth, and greatly improving the real-time performance of remote synchronization.
  • the present invention further provides an information transmitting terminal, which can execute all the processes of the information remote synchronization method provided by the foregoing embodiments.
  • FIG. 2 it is a schematic structural diagram of an embodiment of an information sending terminal provided by the present invention.
  • the present invention provides an information transmitting terminal 20, which includes an information acquiring unit 21, an information converting unit 22, and a data transmitting unit 23, as follows:
  • the information acquiring unit 21 is configured to acquire touch point information of the user on the local electronic whiteboard;
  • the information conversion unit 22 is configured to convert the touch point information into a binary byte data stream
  • the data sending unit 23 is configured to send the binary byte data stream to a remote electronic whiteboard. Synchronizing the display by parsing the binary byte data stream by the remote electronic whiteboard.
  • the information acquiring unit 21, the information converting unit 22, and the data transmitting unit 23 may adopt the implementation manners of the steps S11 to S13 of the information remote synchronization method in the specific implementation, and therefore, the embodiment of the present invention does not Repeat the narrative.
  • the information acquiring unit 21 monitors a touch event of the user on the local electronic whiteboard, the information of each touch point is acquired; the information conversion unit 22 converts the information of each touch point into The binary byte data stream is sent to the remote electronic whiteboard through the data sending unit 23, so that the remote electronic whiteboard parses the binary data stream to realize synchronous display, and the amount of data transmitted each time is small and occupied. Less network bandwidth greatly improves the real-time performance of remote synchronization.
  • FIG. 3 is a schematic flowchart diagram of another embodiment of the information remote synchronization method provided by the present invention.
  • the present invention provides an information remote synchronization method of another embodiment, including steps S21 to S23, as follows:
  • the binary byte data stream is converted into touch point information of the user on the remote electronic whiteboard.
  • the parsed touch point information is synchronously displayed on the local electronic whiteboard.
  • step S21 to step S23 may refer to step S11 to step S13 in the foregoing embodiment, and details are not described herein again.
  • the electronic whiteboards are connected through the server; wherein each electronic whiteboard only communicates with the server, and does not directly establish a connection with other electronic whiteboards;
  • the network connection request for monitoring the electronic whiteboard and establishing a connection with the electronic whiteboard; and receiving the data flow sent by the electronic whiteboard and forwarding the data flow to the other electronic whiteboard; the step S21 is specifically:
  • the above information remote synchronization method may be performed by the information receiving terminal. Decomposing the binary byte data stream into corresponding touch point information by parsing the received binary byte data stream; and synchronously displaying the parsed touch point information on the local electronic whiteboard, thereby realizing Dynamically transform the data structure to meet the needs of fast display.
  • the present invention further provides an information receiving terminal, which can perform all the processes of the information remote synchronization method provided by the foregoing embodiments.
  • FIG. 4 is a schematic structural diagram of an embodiment of an information receiving terminal provided by the present invention.
  • the present invention provides an information receiving terminal 40, which includes a data receiving unit 41, a data analyzing unit 42, and an information synchronizing unit 43, as follows:
  • the data receiving unit 41 is configured to receive a binary byte data stream sent by the remote electronic whiteboard.
  • the binary byte data stream is converted into touch point information of the user on the remote electronic whiteboard.
  • the data parsing unit 42 is configured to parse the binary byte data stream into corresponding touch point information.
  • the information synchronization unit 43 is configured to synchronously display the parsed touch point information on the local electronic whiteboard.
  • the received binary byte data stream is parsed by the data parsing unit 42 to deserialize the binary byte data stream into corresponding touch point information; the information synchronization unit 43 is locally Simultaneous display of the parsed touch point information on the electronic whiteboard realizes dynamic conversion of the data structure and satisfies the requirement of fast display.
  • the present invention also provides an information remote synchronization system.
  • the information remote synchronization system includes the information transmitting terminal 20 and the information receiving terminal 40.
  • the information remote synchronization system further includes a server end 30; the information sending terminal 20 and the information receiving terminal 40 establish a connection through the server end 30;
  • the server 30 is configured to listen to a network connection request of the terminal and establish a connection with the terminal, and is further configured to receive the data stream sent by the information sending terminal 20, and forward the data stream to the information receiving terminal 40.
  • the server end 30 communicates with the terminal by using an Internet-based TCP/IP communication protocol. It is to be understood that other communication protocols may also be used for communication, which are all within the scope of the present invention and are not limited herein.
  • the information remote synchronization method, terminal and system provided by the embodiments of the present invention have the following beneficial effects: when the user touches a touch event on the local electronic whiteboard, the information of each touch point is acquired; and each touch point is The information is converted into a binary byte data stream and sent to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary byte data stream to realize synchronous display. That is to say, when the information sharing between the electronic whiteboards is performed, it is not necessary to intercept the entire screen that needs to be synchronized, and transmit a lot of useless redundant data, or wait for all the data of the operation to be synchronized after waiting for one operation, so that the remote electronic whiteboard cannot be real-time.
  • the storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).

Abstract

An information remote synchronization method comprises: acquiring touch point information of a user on a local electronic whiteboard (S11); converting the touch point information into a binary byte data stream (S12); and transmitting the binary byte data stream to a remote electronic whiteboard so that the binary byte data stream is analyzed by the remote electronic whiteboard, and after that realizing a synchronous display (S13). With an information transmitting terminal, an information receiving terminal and an information remote synchronization system, it is possible to realize real-time synchronization of the information between electronic whiteboards, and take up less bandwidth.

Description

信息远程同步方法、终端及系统Information remote synchronization method, terminal and system 技术领域Technical field
本发明涉及远程同步技术领域,尤其涉及一种信息远程同步方法、终端及系统。The present invention relates to the field of remote synchronization technologies, and in particular, to an information remote synchronization method, terminal, and system.
背景技术Background technique
网络会议是以网络为媒介的多媒体会议平台,可以利用互联网实现不同地点、多个用户的数据共享,实现面对面般的交流效果。目前,会议系统已不仅仅局限于提供音频和视频数据的共享功能,更为用户提供了丰富的会议辅助功能,比如电子白板功能等。电子白板是利用计算机模拟普通白板,使其允许多个用户通过网络在电子文档中进行共同工作的技术,所共享的文档会同时显示在所有用户的屏幕中,就如同这些用户同时使用一块传统白板。现有技术下,电子白板的远程同步主要有两种实现方式:一是截取屏幕中整个需要同步的画面发送到远程端;二是当一方操作时,将该操作的整个过程的数据一次打包发送到另一方,而另一方则需要等待操作完成后接收到数据再进行显示。Web conferencing is a multimedia conferencing platform based on the network. It can use the Internet to realize data sharing between different locations and multiple users, and achieve face-to-face communication effects. At present, the conference system is not only limited to providing sharing functions of audio and video data, but also provides users with rich conference auxiliary functions, such as electronic whiteboard functions. The electronic whiteboard is a technology that uses a computer to simulate a normal whiteboard, allowing multiple users to work together in an electronic document through a network. The shared document is displayed on all users' screens at the same time, just as these users use a traditional whiteboard at the same time. . In the prior art, the remote synchronization of the electronic whiteboard mainly has two implementation modes: one is to intercept the entire screen that needs to be synchronized in the screen and send it to the remote end; the other is that when one party operates, the data of the whole process of the operation is packaged and sent at one time. Go to the other party, and the other party needs to wait for the operation to complete before receiving the data and then displaying it.
发明人在实施本发明的过程中,发现现有的远程同步方案存在以下缺点:对于第一种技术方案,通过截取屏幕中整个需要同步的画面发送到远程端,传输了很多无用冗余的数据,需要占用大量的网络带宽;如果人数越多,对网络带宽要求也越高,及时性无法保证;对于第二种技术方案,它无法满足多方实时显示的效果,如果一方操作时间过长,则其他方会有假死的状态,用户体验很不好。In the process of implementing the present invention, the inventor has found that the existing remote synchronization scheme has the following disadvantages: for the first technical solution, by transmitting the entire screen that needs to be synchronized in the screen to the remote end, a lot of useless redundant data is transmitted. It needs to occupy a large amount of network bandwidth; if the number of people is larger, the higher the network bandwidth requirement is, the timeliness cannot be guaranteed; for the second technical solution, it cannot satisfy the effect of multi-party real-time display, if one party operates for too long, then Other parties will have a state of suspended animation, and the user experience is very bad.
发明内容Summary of the invention
针对现有技术存在的问题,本发明实施例的多个方面提供一种信息远程同 步方法、终端及系统,能够实现电子白板之间的信息实时同步,且占用较少的带宽,满足了使用要求。In view of the problems existing in the prior art, aspects of the embodiments of the present invention provide a remote information The step method, the terminal and the system can realize real-time synchronization of information between the electronic whiteboards, and occupy less bandwidth, and meet the use requirements.
本发明实施例的一个方面提供一种信息远程同步方法,包括如下步骤:An aspect of an embodiment of the present invention provides a method for remote information synchronization, including the following steps:
获取用户在本地电子白板上的触摸点信息;Obtaining touch point information of the user on the local electronic whiteboard;
将所述触摸点信息转换成二进制字节数据流;Converting the touch point information into a binary byte data stream;
将所述二进制字节数据流发送给远程电子白板,以使所述远程电子白板对所述二进制字节数据流进行解析后实现同步显示。And transmitting the binary byte data stream to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary byte data stream to implement synchronous display.
作为上述方案的改进,电子白板之间通过服务器端建立连接;As an improvement of the above solution, the electronic whiteboard establishes a connection between the server terminals;
则将所述二进制字节数据流发送给远程电子白板,以使所述远程电子白板对所述二进制字节数据流进行解析后实现同步显示,具体为:And sending the binary byte data stream to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary byte data stream to implement synchronous display, specifically:
将所述二进制字节数据流发送给所述服务器端,通过所述服务器端将所述二进制字节数据流转发给远程电子白板,以使所述远程电子白板对所述二进制字节数据流进行解析后实现同步显示。Transmitting the binary byte data stream to the server end, and forwarding, by the server end, the binary byte data stream to a remote electronic whiteboard, so that the remote electronic whiteboard performs the binary byte data stream Synchronous display after parsing.
作为上述方案的改进,采用protocol buffers工具将所述触摸点信息进行序列化得到所述二进制字节数据流;As an improvement of the foregoing solution, the touch point information is serialized by using a protocol buffers tool to obtain the binary byte data stream;
优选的,所述触摸点信息包括触摸点的坐标值;或所述触摸点信息包括触摸点的坐标值和压力值;Preferably, the touch point information includes a coordinate value of the touch point; or the touch point information includes a coordinate value and a pressure value of the touch point;
若电子白板支持多点触控,所述触摸点信息还包括触摸ID;其中,所述触摸ID为各触控点的唯一标识号。If the electronic whiteboard supports multi-touch, the touch point information further includes a touch ID, wherein the touch ID is a unique identification number of each touch point.
本发明实施例的另一个方面提供一种信息发送终端,包括:Another aspect of the embodiments of the present invention provides an information sending terminal, including:
信息获取单元,用于获取用户在本地电子白板上的触摸点信息;An information obtaining unit, configured to acquire touch point information of the user on the local electronic whiteboard;
信息转换单元,用于将所述触摸点信息转换成二进制字节数据流;An information conversion unit, configured to convert the touch point information into a binary byte data stream;
数据发送单元,用于将所述二进制字节数据流发送给远程电子白板,以使所述远程电子白板对所述二进制字节数据流进行解析后实现同步显示。And a data sending unit, configured to send the binary byte data stream to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary byte data stream to implement synchronous display.
本发明实施例的另一个方面提供一种信息远程同步方法,包括如下步骤: Another aspect of the embodiments of the present invention provides a method for remote information synchronization, including the following steps:
接收远程电子白板发送的二进制字节数据流;其中,所述二进制字节数据流为用户在所述远程电子白板上的触摸点信息所转换成的;Receiving a binary byte data stream sent by the remote electronic whiteboard; wherein the binary byte data stream is converted by the user's touch point information on the remote electronic whiteboard;
将所述二进制字节数据流解析成对应的触摸点信息;Parsing the binary byte data stream into corresponding touch point information;
在本地电子白板上同步显示解析后的所述触摸点信息。The parsed touch point information is synchronously displayed on the local electronic whiteboard.
作为上述方案的改进,电子白板之间通过服务器建立连接;As an improvement of the above solution, the electronic whiteboard establishes a connection between the servers;
则接收远程电子白板发送的二进制字节数据流,具体为:Receiving the binary byte data stream sent by the remote electronic whiteboard, specifically:
接收由服务器端转发远程电子白板发送的二进制字节数据流。Receives a binary byte data stream sent by the server to the remote whiteboard.
作为上述方案的改进,采用protocol buffers工具将所述二进制字节数据流进行反序列化得到对应的触摸点信息;As an improvement of the foregoing solution, the binary byte data stream is deserialized by using a protocol buffers tool to obtain corresponding touch point information;
优选的,所述触摸点信息包括触摸点的坐标值;或所述触摸点信息包括触摸点的坐标值和压力值;Preferably, the touch point information includes a coordinate value of the touch point; or the touch point information includes a coordinate value and a pressure value of the touch point;
若电子白板支持多点触控,所述触摸点信息还包括触摸ID;其中,所述触摸ID为各触控点的唯一标识号。If the electronic whiteboard supports multi-touch, the touch point information further includes a touch ID, wherein the touch ID is a unique identification number of each touch point.
本发明实施例的另一个方面还提供一种信息接收终端,包括:Another aspect of the embodiments of the present invention further provides an information receiving terminal, including:
数据接收单元,用于接收远程电子白板发送的二进制字节数据流;其中,所述二进制字节数据流为用户在所述远程电子白板上的触摸点信息所转换成的;a data receiving unit, configured to receive a binary byte data stream sent by the remote electronic whiteboard; wherein the binary byte data stream is converted by the user's touch point information on the remote electronic whiteboard;
数据解析单元,用于将所述二进制字节数据流解析成对应的触摸点信息;a data parsing unit, configured to parse the binary byte data stream into corresponding touch point information;
信息同步单元,用于在本地电子白板上同步显示解析后的所述触摸点信息。The information synchronization unit is configured to synchronously display the parsed touch point information on the local electronic whiteboard.
本发明实施例的另一个方面还提供一种信息远程同步系统,包括信息发送终端和信息接收终端。Another aspect of the embodiments of the present invention further provides an information remote synchronization system, including an information sending terminal and an information receiving terminal.
作为上述方案的改进,所述信息远程同步系统还包括服务器端;所述信息发送终端和信息接收终端之间通过所述服务器端建立连接;As an improvement of the foregoing solution, the information remote synchronization system further includes a server end; and the information sending terminal and the information receiving terminal establish a connection through the server end;
所述服务器端,用于监听终端的网络连接请求并与之建立连接;还用于接收所述信息发送终端发送的数据流,并将所述数据流转发给所述信息接收终端。 The server is configured to listen to a network connection request of the terminal and establish a connection with the terminal, and is further configured to receive the data stream sent by the information sending terminal, and forward the data stream to the information receiving terminal.
优选的,所述服务器端与终端之间采用基于Internet的TCP/IP通信协议进行通信。Preferably, the server and the terminal use an Internet-based TCP/IP communication protocol for communication.
本发明实施例提供的信息远程同步方法、终端及系统,具有如下有益效果:当监听到用户在本地电子白板上的触摸事件时,获取每一个触摸点的信息;将所述每一个触摸点的信息转换成二进制字节数据流发送给远程电子白板,以使所述远程电子白板对所述二进制字节数据流进行解析后实现同步显示。也就是说,当电子白板之间进行信息共享时,无需截取整个需要同步的画面,传输很多无用冗余的数据,也不是等待一次操作完成后同步该操作的全部数据,使远程电子白板无法实时显示,而是在获取到本地电子白板上的触摸点信息时,将所述触摸点信息转换成二进制字节数据流发送给远程电子白板,使远程电子白板对所述二进制数据流进行解析后实现同步显示,且每次传输的数据量小,占用较少的网络带宽,大大提高了远程同步的实时性。The information remote synchronization method, terminal and system provided by the embodiments of the present invention have the following beneficial effects: when the user touches a touch event on the local electronic whiteboard, the information of each touch point is acquired; and each touch point is The information is converted into a binary byte data stream and sent to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary byte data stream to realize synchronous display. That is to say, when the information sharing between the electronic whiteboards is performed, it is not necessary to intercept the entire screen that needs to be synchronized, and transmit a lot of useless redundant data, or wait for all the data of the operation to be synchronized after waiting for one operation, so that the remote electronic whiteboard cannot be real-time. Displaying, but when acquiring the touch point information on the local electronic whiteboard, converting the touch point information into a binary byte data stream and transmitting the data to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary data stream to realize Simultaneous display, and the amount of data transmitted each time is small, consuming less network bandwidth, greatly improving the real-time performance of remote synchronization.
附图说明DRAWINGS
为了更清楚地说明本发明的技术方案,下面将对实施方式中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施方式,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions of the present invention, the drawings used in the embodiments will be briefly described below. It is obvious that the drawings in the following description are only some embodiments of the present invention, which are common in the art. For the skilled person, other drawings can be obtained from these drawings without any creative work.
图1是本发明提供的信息远程同步方法的一个实施例的流程示意图。FIG. 1 is a schematic flow chart of an embodiment of an information remote synchronization method provided by the present invention.
图2是本发明提供的信息发送终端的一个实施例的结构示意图。FIG. 2 is a schematic structural diagram of an embodiment of an information transmitting terminal provided by the present invention.
图3是本发明提供的信息远程同步方法的另一个实施例的流程示意图。FIG. 3 is a schematic flow chart of another embodiment of an information remote synchronization method provided by the present invention.
图4是本发明提供的信息接收与终端的一个实施例的结构示意图。FIG. 4 is a schematic structural diagram of an embodiment of an information receiving and terminal provided by the present invention.
图5是本发明提供的信息远程同步系统的一个实施例的结构示意图。FIG. 5 is a schematic structural diagram of an embodiment of an information remote synchronization system provided by the present invention.
具体实施方式detailed description
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是 全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is obvious that the described embodiments are only a part of the embodiments of the present invention, instead of All embodiments. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
请参阅图1,是本发明提供的信息远程同步方法的一个实施例的流程示意图。Please refer to FIG. 1 , which is a schematic flowchart diagram of an embodiment of a method for remotely synchronizing information provided by the present invention.
本发明提供一种信息远程同步方法,包括步骤S11~S13,具体如下:The present invention provides a method for remotely synchronizing information, including steps S11 to S13, as follows:
S11,获取用户在本地电子白板上的触摸点信息。S11. Acquire a touch point information of the user on the local electronic whiteboard.
其中,所述触摸点信息包括触摸点的坐标值。The touch point information includes coordinate values of the touched points.
在另一实施例中,所述触摸点信息还可以包括触摸点的坐标值和压力值。In another embodiment, the touch point information may further include a coordinate value and a pressure value of the touch point.
可以理解的是,若电子白板支持多点触控,所述触摸点信息还包括触摸ID,所述触摸ID为各触控点的唯一标识号。当所述本地电子白板上出现多点触控时,对每一个触控点分配唯一的ID,并跟踪获取各触控点书写过程中的每一个触摸点信息。It can be understood that, if the electronic whiteboard supports multi-touch, the touch point information further includes a touch ID, and the touch ID is a unique identification number of each touch point. When multi-touch occurs on the local electronic whiteboard, each touch point is assigned a unique ID, and each touch point information in the writing process of each touch point is tracked and acquired.
S12,将所述触摸点信息转换成二进制字节数据流。S12. Convert the touch point information into a binary byte data stream.
优选的,采用protocol buffers工具将所述触摸点信息进行序列化得到所述二进制字节数据流。Preferably, the touch point information is serialized using a protocol buffers tool to obtain the binary byte data stream.
protocol buffers通常被简称为protobuf,是一个开源项目,能够将结构化数据序列化。本发明实施例中的protobuf的语言库包括但不限于C++、JAVA、python等语言。Protocol buffers, often referred to simply as protobuf, are open source projects that serialize structured data. The language library of the protobuf in the embodiment of the present invention includes but is not limited to languages such as C++, JAVA, and Python.
需要说明的是,序列化就是将对象(即触摸点信息)转换成字节流(即二进制字节数据流)的形式传送出去;与序列化相对应的是反序列化,就是对字节流进行解析,将所述字节流反序列化为原来的对象。It should be noted that serialization is to transfer the object (ie, touch point information) into a byte stream (ie, a binary byte data stream); the serialization corresponds to the deserialization, that is, the byte stream. Parsing and deserializing the byte stream into the original object.
S13,将所述二进制字节数据流发送给远程电子白板,以使所述远程电子白板对所述二进制字节数据流进行解析后实现同步显示。S13. Send the binary byte data stream to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary byte data stream to implement synchronous display.
具体实施时,所述远程电子白板接收到所述二进制字节数据流后,通过protobuf的语言库中提供的应用程序编程接口对所述二进制字节数据流进行解析,将所述二进制字节数据流反序列化为对应的触摸点信息。In a specific implementation, after receiving the binary byte data stream, the remote electronic whiteboard parses the binary byte data stream through an application programming interface provided in a language library of the protobuf, and the binary byte data is The stream is deserialized into corresponding touch point information.
优选的,在上述步骤实施前,还包括:形成会议组;该会议组由至少两个 电子白板相互通信连接而构成,可用于包括但不限于教学、远程会议等。建立通信连接的方式可以为:由一个电子白板向至少一个电子白板发起会议邀请;当至少一个电子白板接受所述会议邀请时即可组成可相互通信的会议组;其中,发起会议邀请的电子白板保存了被邀请的电子白板的地址。可以理解的是,还可采用其他方式形成会议组,这些都在本发明的保护范围内,在此不做限制。Preferably, before the step is implemented, the method further includes: forming a conference group; the conference group consists of at least two The electronic whiteboards are constructed by being connected to each other and can be used for, but not limited to, teaching, teleconference, and the like. The method for establishing a communication connection may be: initiating a meeting invitation by at least one electronic whiteboard by one electronic whiteboard; and forming a meeting group that can communicate with each other when at least one electronic whiteboard accepts the meeting invitation; wherein, the electronic whiteboard that initiates the meeting invitation The address of the invited whiteboard is saved. It is to be understood that the conference group may be formed in other manners, which are all within the scope of the present invention and are not limited herein.
在本发明的一个实施方式中,电子白板之间通过服务器端建立连接;其中,每个电子白板只与服务器端通信,并不直接与其他电子白板建立连接;所述服务器端用于监听电子白板的网络连接请求并与之建立连接;还用于接收电子白板发送的数据流,并将所述数据流转发给其他的电子白板;则所述步骤S13具体为:In an embodiment of the present invention, the electronic whiteboards are connected through the server; wherein each electronic whiteboard only communicates with the server, and does not directly establish a connection with other electronic whiteboards; the server is used for monitoring the electronic whiteboard. And the network connection request is connected to the electronic whiteboard; and the step S13 is specifically:
将所述二进制字节数据流发送给所述服务器端,通过所述服务器端将所述二进制字节数据流转发给远程电子白板,以使所述远程电子白板对所述二进制字节数据流进行解析后实现同步显示。Transmitting the binary byte data stream to the server end, and forwarding, by the server end, the binary byte data stream to a remote electronic whiteboard, so that the remote electronic whiteboard performs the binary byte data stream Synchronous display after parsing.
在具体实施当中,优选的,上述信息远程同步方法可由信息发送终端来执行。当监听到用户在本地电子白板上的触摸事件时,获取每一个触摸点的信息;将所述每一个触摸点的信息转换成二进制字节数据流发送给远程电子白板,以使所述远程电子白板对所述二进制数据流进行解析后实现同步显示,且每次传输的数据量小,占用较少的网络带宽,大大提高了远程同步的实时性。In a specific implementation, preferably, the above information remote synchronization method may be performed by the information transmitting terminal. Obtaining information of each touch point when the user touches a touch event on the local electronic whiteboard; converting the information of each touch point into a binary byte data stream and transmitting the data to the remote electronic whiteboard, so that the remote electronic The whiteboard parses the binary data stream to realize synchronous display, and the amount of data transmitted each time is small, consuming less network bandwidth, and greatly improving the real-time performance of remote synchronization.
相应地,本发明还提供一种信息发送终端,可执行上述实施例提供的信息远程同步方法的所有流程。Correspondingly, the present invention further provides an information transmitting terminal, which can execute all the processes of the information remote synchronization method provided by the foregoing embodiments.
请参阅图2,是本发明提供的信息发送终端的一个实施例的结构示意图。Referring to FIG. 2, it is a schematic structural diagram of an embodiment of an information sending terminal provided by the present invention.
本发明提供一种信息发送终端20,包括信息获取单元21、信息转换单元22和数据发送单元23,具体如下:The present invention provides an information transmitting terminal 20, which includes an information acquiring unit 21, an information converting unit 22, and a data transmitting unit 23, as follows:
所述信息获取单元21,用于获取用户在本地电子白板上的触摸点信息;The information acquiring unit 21 is configured to acquire touch point information of the user on the local electronic whiteboard;
所述信息转换单元22,用于将所述触摸点信息转换成二进制字节数据流;The information conversion unit 22 is configured to convert the touch point information into a binary byte data stream;
所述数据发送单元23,用于将所述二进制字节数据流发送给远程电子白板, 以使所述远程电子白板对所述二进制字节数据流进行解析后实现同步显示。The data sending unit 23 is configured to send the binary byte data stream to a remote electronic whiteboard. Synchronizing the display by parsing the binary byte data stream by the remote electronic whiteboard.
优选的,所述信息获取单元21、信息转换单元22和数据发送单元23在具体实施时,可相应地采用上述信息远程同步方法的步骤S11~S13的实施方式,因此,本发明实施例不做重复叙述。Preferably, the information acquiring unit 21, the information converting unit 22, and the data transmitting unit 23 may adopt the implementation manners of the steps S11 to S13 of the information remote synchronization method in the specific implementation, and therefore, the embodiment of the present invention does not Repeat the narrative.
在具体实施当中,当所述信息获取单元21监听到用户在本地电子白板上的触摸事件时,获取每一个触摸点的信息;所述信息转换单元22将所述每一个触摸点的信息转换成二进制字节数据流,通过所述数据发送单元23发送给远程电子白板,以使所述远程电子白板对所述二进制数据流进行解析后实现同步显示,且每次传输的数据量小,占用较少的网络带宽,大大提高了远程同步的实时性。In a specific implementation, when the information acquiring unit 21 monitors a touch event of the user on the local electronic whiteboard, the information of each touch point is acquired; the information conversion unit 22 converts the information of each touch point into The binary byte data stream is sent to the remote electronic whiteboard through the data sending unit 23, so that the remote electronic whiteboard parses the binary data stream to realize synchronous display, and the amount of data transmitted each time is small and occupied. Less network bandwidth greatly improves the real-time performance of remote synchronization.
请参阅图3,是本发明提供的信息远程同步方法的另一个实施例的流程示意图。Please refer to FIG. 3 , which is a schematic flowchart diagram of another embodiment of the information remote synchronization method provided by the present invention.
本发明提供另一个实施例的信息远程同步方法,包括步骤S21~S23,具体如下:The present invention provides an information remote synchronization method of another embodiment, including steps S21 to S23, as follows:
S21,接收远程电子白板发送的二进制字节数据流。S21. Receive a binary byte data stream sent by the remote electronic whiteboard.
其中,所述二进制字节数据流为用户在所述远程电子白板上的触摸点信息所转换成的。The binary byte data stream is converted into touch point information of the user on the remote electronic whiteboard.
S22,将所述二进制字节数据流解析成对应的触摸点信息。S22. Parse the binary byte data stream into corresponding touch point information.
S23,在本地电子白板上同步显示解析后的所述触摸点信息。S23. The parsed touch point information is synchronously displayed on the local electronic whiteboard.
具体地,步骤S21至步骤S23可以参考上述实施例中的步骤S11至步骤S13,这里不再赘述。Specifically, step S21 to step S23 may refer to step S11 to step S13 in the foregoing embodiment, and details are not described herein again.
需要说明的是,在本发明的一个实施方式中,电子白板之间通过服务器端建立连接;其中,每个电子白板只与服务器端通信,并不直接与其他电子白板建立连接;所述服务器端用于监听电子白板的网络连接请求并与之建立连接;还用于接收电子白板发送的数据流,并将所述数据流转发给其他的电子白板;则所述步骤S21具体为:It should be noted that, in an embodiment of the present invention, the electronic whiteboards are connected through the server; wherein each electronic whiteboard only communicates with the server, and does not directly establish a connection with other electronic whiteboards; The network connection request for monitoring the electronic whiteboard and establishing a connection with the electronic whiteboard; and receiving the data flow sent by the electronic whiteboard and forwarding the data flow to the other electronic whiteboard; the step S21 is specifically:
接收由服务器端转发远程电子白板发送的二进制字节数据流。 Receives a binary byte data stream sent by the server to the remote whiteboard.
在具体实施当中,优选的,上述信息远程同步方法可由信息接收终端来执行。通过对接收到的二进制字节数据流进行解析,将所述二进制字节数据流反序列化为对应的触摸点信息;并在本地电子白板上同步显示解析后的所述触摸点信息,实现了动态地转换数据结构,满足了快速显示的需求。In a specific implementation, preferably, the above information remote synchronization method may be performed by the information receiving terminal. Decomposing the binary byte data stream into corresponding touch point information by parsing the received binary byte data stream; and synchronously displaying the parsed touch point information on the local electronic whiteboard, thereby realizing Dynamically transform the data structure to meet the needs of fast display.
相应地,本发明还提供一种信息接收终端,可执行上述实施例提供的信息远程同步方法的所有流程。Correspondingly, the present invention further provides an information receiving terminal, which can perform all the processes of the information remote synchronization method provided by the foregoing embodiments.
请参阅图4,是本发明提供的信息接收终端的一个实施例的结构示意图。Please refer to FIG. 4 , which is a schematic structural diagram of an embodiment of an information receiving terminal provided by the present invention.
本发明提供一种信息接收终端40,包括数据接收单元41、数据解析单元42和信息同步单元43,具体如下:The present invention provides an information receiving terminal 40, which includes a data receiving unit 41, a data analyzing unit 42, and an information synchronizing unit 43, as follows:
所述数据接收单元41,用于接收远程电子白板发送的二进制字节数据流。其中,所述二进制字节数据流为用户在所述远程电子白板上的触摸点信息所转换成的。The data receiving unit 41 is configured to receive a binary byte data stream sent by the remote electronic whiteboard. The binary byte data stream is converted into touch point information of the user on the remote electronic whiteboard.
所述数据解析单元42,用于将所述二进制字节数据流解析成对应的触摸点信息。The data parsing unit 42 is configured to parse the binary byte data stream into corresponding touch point information.
所述信息同步单元43,用于在本地电子白板上同步显示解析后的所述触摸点信息。The information synchronization unit 43 is configured to synchronously display the parsed touch point information on the local electronic whiteboard.
可以理解的是,本发明实施例中的信息接收终端40的各功能单元的功能可根据上述方法实施例中的方法具体实现,其具体实现过程可以参照上述方法实施例的相关描述,此处不再赘述。It is to be understood that the functions of the functional units of the information receiving terminal 40 in the embodiment of the present invention may be specifically implemented according to the method in the foregoing method embodiment. For the specific implementation process, reference may be made to the related description of the foregoing method embodiments, where Let me repeat.
在具体实施当中,通过所述数据解析单元42对接收到的二进制字节数据流进行解析,将所述二进制字节数据流反序列化为对应的触摸点信息;所述信息同步单元43在本地电子白板上同步显示解析后的所述触摸点信息,实现了动态地转换数据结构,满足了快速显示的需求。In a specific implementation, the received binary byte data stream is parsed by the data parsing unit 42 to deserialize the binary byte data stream into corresponding touch point information; the information synchronization unit 43 is locally Simultaneous display of the parsed touch point information on the electronic whiteboard realizes dynamic conversion of the data structure and satisfies the requirement of fast display.
此外,本发明还提供一种信息远程同步系统。In addition, the present invention also provides an information remote synchronization system.
请参阅图5,是本发明实施例提供的信息远程同步系统的一个实施例的结构 示意图,所述信息远程同步系统包括所述信息发送终端20和所述信息接收终端40。Referring to FIG. 5, it is a structure of an embodiment of an information remote synchronization system according to an embodiment of the present invention. In one diagram, the information remote synchronization system includes the information transmitting terminal 20 and the information receiving terminal 40.
在本发明的一个实施方式中,所述信息远程同步系统还包括服务器端30;所述信息发送终端20和信息接收终端40之间通过所述服务器端30建立连接;In an embodiment of the present invention, the information remote synchronization system further includes a server end 30; the information sending terminal 20 and the information receiving terminal 40 establish a connection through the server end 30;
所述服务器端30,用于监听终端的网络连接请求并与之建立连接;还用于接收所述信息发送终端20发送的数据流,并将所述数据流转发给所述信息接收终端40。The server 30 is configured to listen to a network connection request of the terminal and establish a connection with the terminal, and is further configured to receive the data stream sent by the information sending terminal 20, and forward the data stream to the information receiving terminal 40.
优选的,所述服务器端30与终端之间采用基于Internet的TCP/IP通信协议进行通信。可以理解的是,还可以选用其他的通信协议进行通信,这些都在本发明的保护范围内,在此不做限制。Preferably, the server end 30 communicates with the terminal by using an Internet-based TCP/IP communication protocol. It is to be understood that other communication protocols may also be used for communication, which are all within the scope of the present invention and are not limited herein.
本发明实施例提供的信息远程同步方法、终端及系统,具有如下有益效果:当监听到用户在本地电子白板上的触摸事件时,获取每一个触摸点的信息;将所述每一个触摸点的信息转换成二进制字节数据流发送给远程电子白板,以使所述远程电子白板对所述二进制字节数据流进行解析后实现同步显示。也就是说,当电子白板之间进行信息共享时,无需截取整个需要同步的画面,传输很多无用冗余的数据,也不是等待一次操作完成后同步该操作的全部数据,使远程电子白板无法实时显示,而是在获取到本地电子白板上的触摸点信息时,将所述触摸点信息转换成二进制字节数据流发送给远程电子白板,使远程电子白板对所述二进制数据流进行解析后实现同步显示,且每次传输的数据量小,占用较少的网络带宽,大大提高了远程同步的实时性。The information remote synchronization method, terminal and system provided by the embodiments of the present invention have the following beneficial effects: when the user touches a touch event on the local electronic whiteboard, the information of each touch point is acquired; and each touch point is The information is converted into a binary byte data stream and sent to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary byte data stream to realize synchronous display. That is to say, when the information sharing between the electronic whiteboards is performed, it is not necessary to intercept the entire screen that needs to be synchronized, and transmit a lot of useless redundant data, or wait for all the data of the operation to be synchronized after waiting for one operation, so that the remote electronic whiteboard cannot be real-time. Displaying, but when acquiring the touch point information on the local electronic whiteboard, converting the touch point information into a binary byte data stream and transmitting the data to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary data stream to realize Simultaneous display, and the amount of data transmitted each time is small, consuming less network bandwidth, greatly improving the real-time performance of remote synchronization.
以中所揭露的仅为本发明一种较佳实施例而已,当然不能以此来限定本发明之权利范围,本领域普通技术人员可以理解实现中述实施例的全部或部分流程,并依本发明权利要求所作的等同变化,仍属于发明所涵盖的范围。The invention disclosed herein is only a preferred embodiment of the present invention, and the scope of the present invention is not limited thereto, and those skilled in the art can understand all or part of the process of implementing the embodiments described herein. Equivalent variations of the claims of the invention are still within the scope of the invention.
本领域普通技术人员可以理解实现中述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于一计算机可读取存储介质中,该程序在执行时,可包括如中述各方法的实施例的流程。 其中,所述的存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)或随机存储记忆体(Random Access Memory,RAM)等。 A person skilled in the art can understand that all or part of the process of implementing the embodiments described herein can be completed by a computer program to instruct related hardware, and the program can be stored in a computer readable storage medium. The program, when executed, may include the flow of an embodiment of the methods as described herein. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).

Claims (10)

  1. 一种信息远程同步方法,其特征在于,包括如下步骤:An information remote synchronization method, comprising the steps of:
    获取用户在本地电子白板上的触摸点信息;Obtaining touch point information of the user on the local electronic whiteboard;
    将所述触摸点信息转换成二进制字节数据流;Converting the touch point information into a binary byte data stream;
    将所述二进制字节数据流发送给远程电子白板,以使所述远程电子白板对所述二进制字节数据流进行解析后实现同步显示。And transmitting the binary byte data stream to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary byte data stream to implement synchronous display.
  2. 如权利要求1所述的信息远程同步方法,其特征在于,电子白板之间通过服务器端建立连接;The information remote synchronization method according to claim 1, wherein the electronic whiteboard establishes a connection between the server terminals;
    则将所述二进制字节数据流发送给远程电子白板,以使所述远程电子白板对所述二进制字节数据流进行解析后实现同步显示,具体为:And sending the binary byte data stream to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary byte data stream to implement synchronous display, specifically:
    将所述二进制字节数据流发送给所述服务器端,通过所述服务器端将所述二进制字节数据流转发给远程电子白板,以使所述远程电子白板对所述二进制字节数据流进行解析后实现同步显示。Transmitting the binary byte data stream to the server end, and forwarding, by the server end, the binary byte data stream to a remote electronic whiteboard, so that the remote electronic whiteboard performs the binary byte data stream Synchronous display after parsing.
  3. 如权利要求1或2所述的信息远程同步方法,其特征在于,采用protocol buffers工具将所述触摸点信息进行序列化得到所述二进制字节数据流;The information remote synchronization method according to claim 1 or 2, wherein the touch point information is serialized by using a protocol buffers tool to obtain the binary byte data stream;
    优选的,所述触摸点信息包括触摸点的坐标值;或所述触摸点信息包括触摸点的坐标值和压力值;Preferably, the touch point information includes a coordinate value of the touch point; or the touch point information includes a coordinate value and a pressure value of the touch point;
    若电子白板支持多点触控,所述触摸点信息还包括触摸ID;其中,所述触摸ID为各触控点的唯一标识号。If the electronic whiteboard supports multi-touch, the touch point information further includes a touch ID, wherein the touch ID is a unique identification number of each touch point.
  4. 一种信息远程同步方法,其特征在于,包括如下步骤:An information remote synchronization method, comprising the steps of:
    接收远程电子白板发送的二进制字节数据流;其中,所述二进制字节数据流为用户在所述远程电子白板上的触摸点信息所转换成的;Receiving a binary byte data stream sent by the remote electronic whiteboard; wherein the binary byte data stream is converted by the user's touch point information on the remote electronic whiteboard;
    将所述二进制字节数据流解析成对应的触摸点信息;Parsing the binary byte data stream into corresponding touch point information;
    在本地电子白板上同步显示解析后的所述触摸点信息。 The parsed touch point information is synchronously displayed on the local electronic whiteboard.
  5. 如权利要求4所述的信息远程同步方法,其特征在于,电子白板之间通过服务器建立连接;The information remote synchronization method according to claim 4, wherein the electronic whiteboard establishes a connection between the servers;
    则接收远程电子白板发送的二进制字节数据流,具体为:Receiving the binary byte data stream sent by the remote electronic whiteboard, specifically:
    接收由服务器端转发远程电子白板发送的二进制字节数据流。Receives a binary byte data stream sent by the server to the remote whiteboard.
  6. 如权利要求4或5所述的信息远程同步方法,其特征在于,采用protocol buffers工具将所述二进制字节数据流进行反序列化得到对应的触摸点信息;The information remote synchronization method according to claim 4 or 5, wherein the binary byte data stream is deserialized by using a protocol buffers tool to obtain corresponding touch point information;
    优选的,所述触摸点信息包括触摸点的坐标值;或所述触摸点信息包括触摸点的坐标值和压力值;Preferably, the touch point information includes a coordinate value of the touch point; or the touch point information includes a coordinate value and a pressure value of the touch point;
    若电子白板支持多点触控,所述触摸点信息还包括触摸ID;其中,所述触摸ID为各触控点的唯一标识号。If the electronic whiteboard supports multi-touch, the touch point information further includes a touch ID, wherein the touch ID is a unique identification number of each touch point.
  7. 一种信息发送终端,其特征在于,包括:An information transmitting terminal, comprising:
    信息获取单元,用于获取用户在本地电子白板上的触摸点信息;An information obtaining unit, configured to acquire touch point information of the user on the local electronic whiteboard;
    信息转换单元,用于将所述触摸点信息转换成二进制字节数据流;An information conversion unit, configured to convert the touch point information into a binary byte data stream;
    数据发送单元,用于将所述二进制字节数据流发送给远程电子白板,以使所述远程电子白板对所述二进制字节数据流进行解析后实现同步显示。And a data sending unit, configured to send the binary byte data stream to the remote electronic whiteboard, so that the remote electronic whiteboard parses the binary byte data stream to implement synchronous display.
  8. 一种信息接收终端,其特征在于,包括:An information receiving terminal, comprising:
    数据接收单元,用于接收远程电子白板发送的二进制字节数据流;其中,所述二进制字节数据流为用户在所述远程电子白板上的触摸点信息所转换成的;a data receiving unit, configured to receive a binary byte data stream sent by the remote electronic whiteboard; wherein the binary byte data stream is converted by the user's touch point information on the remote electronic whiteboard;
    数据解析单元,用于将所述二进制字节数据流解析成对应的触摸点信息;a data parsing unit, configured to parse the binary byte data stream into corresponding touch point information;
    信息同步单元,用于在本地电子白板上同步显示解析后的所述触摸点信息。The information synchronization unit is configured to synchronously display the parsed touch point information on the local electronic whiteboard.
  9. 一种信息远程同步系统,其特征在于,包括如权利要求7所述的信息发 送终端和如权利要求8所述的信息接收终端。An information remote synchronization system, comprising the information transmission according to claim 7. A transmitting terminal and the information receiving terminal according to claim 8.
  10. 如权利要求9所述的信息远程同步系统,其特征在于,所述信息远程同步系统还包括服务器端;所述信息发送终端和信息接收终端之间通过所述服务器端建立连接;The information remote synchronization system according to claim 9, wherein the information remote synchronization system further comprises a server; and the information transmission terminal and the information receiving terminal establish a connection through the server;
    所述服务器端,用于监听终端的网络连接请求并与之建立连接;还用于接收所述信息发送终端发送的数据流,并将所述数据流转发给所述信息接收终端。The server is configured to listen to a network connection request of the terminal and establish a connection with the terminal, and is further configured to receive the data stream sent by the information sending terminal, and forward the data stream to the information receiving terminal.
    优选的,所述服务器端与终端之间采用基于Internet的TCP/IP通信协议进行通信。 Preferably, the server and the terminal use an Internet-based TCP/IP communication protocol for communication.
PCT/CN2016/093697 2015-12-21 2016-08-05 Information remote synchronization method, terminal and system WO2017107499A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510974840.2 2015-12-21
CN201510974840.2A CN105653221A (en) 2015-12-21 2015-12-21 Remote information synchronization method, terminals and system

Publications (1)

Publication Number Publication Date
WO2017107499A1 true WO2017107499A1 (en) 2017-06-29

Family

ID=56477605

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/093697 WO2017107499A1 (en) 2015-12-21 2016-08-05 Information remote synchronization method, terminal and system

Country Status (2)

Country Link
CN (1) CN105653221A (en)
WO (1) WO2017107499A1 (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105653221A (en) * 2015-12-21 2016-06-08 广州视睿电子科技有限公司 Remote information synchronization method, terminals and system
CN107801213A (en) * 2017-10-23 2018-03-13 深圳市沃特沃德股份有限公司 Data transmission method and device
CN108881227B (en) * 2018-06-19 2021-02-26 广州视源电子科技股份有限公司 Operation control method and device of remote whiteboard system and remote whiteboard system
CN109062529A (en) * 2018-08-07 2018-12-21 广州登云信息科技有限公司 A kind of three-screen-interaction meeting plate software implementation method based on cloud deployment
CN109558058A (en) * 2018-10-23 2019-04-02 安徽慧视金瞳科技有限公司 A kind of multiple spot rendering algorithm based on touch screen
CN112214148A (en) * 2019-07-09 2021-01-12 福建天泉教育科技有限公司 Method for extending touch function in remote control system and storage medium
CN111427522B (en) * 2019-07-17 2022-08-05 杭州海康威视数字技术股份有限公司 Data remote synchronization method, device and system
CN110647482A (en) * 2019-09-19 2020-01-03 上海机器人产业技术研究院有限公司 Upper and lower computer communication system and method based on mobile robot
CN111381790A (en) * 2019-12-23 2020-07-07 深圳市鸿合创新信息技术有限责任公司 Control method, device and system, electronic whiteboard and mobile terminal
CN111857933A (en) * 2020-07-28 2020-10-30 中国人民解放军陆军工程大学 System and method for synchronizing remote states of virtual training system in cloud mode
CN112422403A (en) * 2020-10-15 2021-02-26 中标慧安信息技术股份有限公司 Method for realizing network synchronous electronic whiteboard based on instant messaging rapid integration

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100110021A1 (en) * 2008-11-06 2010-05-06 Mitac Technology Corp. Electronic device equipped with interactive display screen and processing method for interactive displaying
CN101815065A (en) * 2010-01-21 2010-08-25 清华大学 Long-distance medical treatment real-time information communicating and exchanging method based on IPv6 network SIP (Session Initiation Protocol)
CN102800218A (en) * 2012-08-08 2012-11-28 成都远策数码科技有限公司 Information interaction method and system for distance education
CN103269346A (en) * 2013-06-04 2013-08-28 温才燚 Remote interactive system for teaching
CN103646574A (en) * 2013-12-18 2014-03-19 闫健 Panoramic learning system platform based interactive teaching method between teachers and students
US20150347125A1 (en) * 2014-06-02 2015-12-03 Wal-Mart Stores, Inc. Hybrid digital scrum board
CN105653221A (en) * 2015-12-21 2016-06-08 广州视睿电子科技有限公司 Remote information synchronization method, terminals and system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100110021A1 (en) * 2008-11-06 2010-05-06 Mitac Technology Corp. Electronic device equipped with interactive display screen and processing method for interactive displaying
CN101815065A (en) * 2010-01-21 2010-08-25 清华大学 Long-distance medical treatment real-time information communicating and exchanging method based on IPv6 network SIP (Session Initiation Protocol)
CN102800218A (en) * 2012-08-08 2012-11-28 成都远策数码科技有限公司 Information interaction method and system for distance education
CN103269346A (en) * 2013-06-04 2013-08-28 温才燚 Remote interactive system for teaching
CN103646574A (en) * 2013-12-18 2014-03-19 闫健 Panoramic learning system platform based interactive teaching method between teachers and students
US20150347125A1 (en) * 2014-06-02 2015-12-03 Wal-Mart Stores, Inc. Hybrid digital scrum board
CN105653221A (en) * 2015-12-21 2016-06-08 广州视睿电子科技有限公司 Remote information synchronization method, terminals and system

Also Published As

Publication number Publication date
CN105653221A (en) 2016-06-08

Similar Documents

Publication Publication Date Title
WO2017107499A1 (en) Information remote synchronization method, terminal and system
US10326807B2 (en) Method and software for enabling n-way collaborative work over a network of computers
US9288438B2 (en) Communication control system and control device
CN102771082B (en) There is the communication session between the equipment of mixed and interface
US11137969B2 (en) Information interaction method, information interaction system, and application thereof
US9035991B2 (en) Collaboration system and method
WO2021057120A1 (en) Data transmission method, device and computer storage medium
CN105281921B (en) Method and device for realizing multicast of virtual desktop
EP3447631B1 (en) Writing trajectory synchronization method and system for multiple clients
CN108055304B (en) Remote data synchronization method, device, server, equipment and storage medium
CN106295107A (en) A kind of medical image that realizes synchronizes the method and system of the consultation of doctors
JP2012506224A (en) CONFERENCE TERMINAL, CONFERENCE SERVER, CONFERENCE SYSTEM, AND DATA PROCESSING METHOD
WO2019242054A1 (en) Method and system for synchronous annotation of screen content between multiple devices
US9060033B2 (en) Generation and caching of content in anticipation of presenting content in web conferences
US10778736B2 (en) On demand in-band signaling for conferences
CN107370982A (en) Tele-conferencing system based on electronic whiteboard
CN105553978A (en) Belt conveyor visualization auxiliary maintenance system and interaction process of streaming media
WO2023093322A1 (en) Live broadcast method and device
TW202147834A (en) Synchronizing local room and remote sharing
US20110113344A1 (en) Method and system of desktop broadcasting
JP2013196218A (en) Communication server, communication control system and program
CN109150856A (en) Realize method, system, electronic equipment and the storage medium of videoconference
Al-Khayyat et al. Peer-to-peer media streaming with HTML5
TW201306536A (en) Multi-language recognition and translation screen display system applied to voice over Internet protocol
Gao Design and implementation for distant education system based on whiteboard

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16877311

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16877311

Country of ref document: EP

Kind code of ref document: A1