CN111625307B - Synchronous group control method, device, PC (personal computer) terminal and system - Google Patents

Synchronous group control method, device, PC (personal computer) terminal and system Download PDF

Info

Publication number
CN111625307B
CN111625307B CN201911221994.9A CN201911221994A CN111625307B CN 111625307 B CN111625307 B CN 111625307B CN 201911221994 A CN201911221994 A CN 201911221994A CN 111625307 B CN111625307 B CN 111625307B
Authority
CN
China
Prior art keywords
window
window instance
instance
user
mobile terminal
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
CN201911221994.9A
Other languages
Chinese (zh)
Other versions
CN111625307A (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.)
Mushroom Car Union Information Technology Co Ltd
Original Assignee
Mushroom Car Union Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mushroom Car Union Information Technology Co Ltd filed Critical Mushroom Car Union Information Technology Co Ltd
Priority to CN201911221994.9A priority Critical patent/CN111625307B/en
Publication of CN111625307A publication Critical patent/CN111625307A/en
Application granted granted Critical
Publication of CN111625307B publication Critical patent/CN111625307B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/452Remote windowing, e.g. X-Window System, desktop virtualisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The embodiment of the invention discloses a synchronous group control method, a device, a PC end and a system, wherein the synchronous group control method comprises the following steps: operating window examples corresponding to the mobile terminals respectively; determining a main control window instance and one or more auxiliary window instances for realizing synchronous group control from the window instances; when the main control window instance receives user control data, the main control window instance transmits the user control data to a corresponding mobile terminal, broadcasts the user control data to each auxiliary window instance, and transmits the user control data to each corresponding mobile terminal through each auxiliary window instance. Therefore, the embodiment of the invention realizes the low-delay synchronous group control function, solves the problems of higher delay, incapability of complete synchronization and the like in the prior art, and improves the reliability of synchronous group control.

Description

Synchronous group control method, device, PC (personal computer) terminal and system
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method, an apparatus, a PC end, and a system for synchronous group control.
Background
With the continuous development of communication technology, android (Android) systems are increasingly widely applied, and more devices for installing the Android systems are also increasingly installed. It becomes particularly important how these devices are controlled simultaneously. However, the existing group control scheme has the problems of high delay, incomplete synchronization and the like.
Disclosure of Invention
Because the existing method has the problems, the embodiment of the invention provides a synchronous group control method, a device, a PC end and a system.
In a first aspect, an embodiment of the present invention provides a synchronization group control method, where the synchronization group control method is used on a PC side, and the synchronization group control method includes:
operating window examples corresponding to the mobile terminals respectively;
determining a main control window instance and one or more auxiliary window instances for realizing synchronous group control from the window instances;
when the main control window instance receives user control data, the main control window instance transmits the user control data to a corresponding mobile terminal, broadcasts the user control data to each auxiliary window instance, and transmits the user control data to each corresponding mobile terminal through each auxiliary window instance.
Optionally, the determining a master window instance and one or more slave window instances for implementing synchronous group control from the window instances includes:
determining the main control window instance and each auxiliary window instance from the window instances according to a set rule;
and starting a main control function of the main control window instance and a synchronization function of each auxiliary window instance.
Optionally, the following set rules include: the first window instance to start running is taken as a main control window instance, and other window instances are taken as auxiliary window instances.
Optionally, the window instance corresponding to the mobile terminal can display an interface of the mobile terminal and execute individual control of the user on the mobile terminal;
the user manipulation data includes at least one of:
mouse control data;
keyboard manipulation data;
the input method inputs data.
Optionally, the broadcasting the user manipulation data to each of the secondary window instances includes:
and broadcasting the user control data to each secondary window instance in a User Datagram Protocol (UDP) mode.
Optionally, broadcasting the user manipulation data to each secondary window instance through a UDP manner includes:
creating a UDP client in the main control window instance, wherein the UDP client is used for broadcasting the user control data;
establishing a UDP server in each secondary window instance, wherein the UDP server is used for receiving the user control data sent by the UDP client in a UDP multicast mode;
and broadcasting the user control data to each secondary window instance through the UDP client and the UDP server.
Optionally, the method further comprises:
and establishing communication connection between each mobile terminal and the PC end, wherein the communication connection is used for realizing data transmission between each mobile terminal and the PC end.
In a second aspect, an embodiment of the present invention provides a synchronous group control device, including:
the operation module is used for operating window examples corresponding to the mobile terminals respectively;
the determining module is used for determining a main control window instance and one or more auxiliary window instances for realizing synchronous group control from the window instances;
and the synchronous group control module is used for transmitting the user control data to the corresponding mobile terminal by the main control window instance when the main control window instance receives the user control data, broadcasting the user control data to each auxiliary window instance, and transmitting the user control data to each corresponding mobile terminal by each auxiliary window instance.
In a third aspect, an embodiment of the present invention proposes a PC, including a memory, a processor, and a computer program stored in the memory and capable of running on the processor, where the processor executes the program to implement the steps of the synchronization group control method of the first aspect.
In a fourth aspect, an embodiment of the present invention provides a synchronous group control system, which is characterized in that the system includes: the PC side and the plurality of mobile terminals described in the third aspect; the PC side is configured to execute the step of the synchronization group control method of the first aspect.
As can be seen from the above technical solutions, in the embodiments of the present invention, by running respective window instances corresponding to a plurality of mobile terminals, from each window instance, a main control window instance for implementing synchronous group control and one or more secondary window instances are determined, when the main control window instance receives user control data, the main control window instance sends the user control data to the corresponding mobile terminal, and broadcasts the user control data to each secondary window instance, and each secondary window instance sends the user control data to the respective corresponding mobile terminal, so that the mobile terminal corresponding to the main control window instance and the mobile terminal corresponding to each secondary window instance can both receive the user control data, and the delay of receiving the user control data by both the mobile terminal and the mobile terminal is small, thereby implementing a low-delay synchronous group control function, and also solving the problems in the prior art that delay is high, complete synchronization cannot be achieved, and the like, and improving the reliability of synchronous group control.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions of the prior art, the drawings that are necessary for the description of the embodiments or the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention and that other drawings can be obtained from these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic flow chart of a synchronous group control method according to an embodiment of the present invention;
fig. 2 is a schematic diagram of an application scenario of a synchronous group control method according to an embodiment of the present invention;
fig. 3 is a schematic flow chart of a synchronous group control device according to an embodiment of the present invention;
fig. 4 is a schematic physical structure diagram of a PC side according to an embodiment of the present invention.
Detailed Description
The following describes the embodiments of the present invention further with reference to the accompanying drawings. The following examples are only for more clearly illustrating the technical aspects of the present invention, and are not intended to limit the scope of the present invention.
Fig. 1 is a schematic flow chart of a synchronous group control method according to an embodiment of the present invention; fig. 2 is a schematic diagram of an application scenario of a synchronous group control method according to an embodiment of the present invention; the synchronous group control method can be used for a PC (Personal Computer ) end; as shown in fig. 1, the synchronous group control method may include:
s110, running window examples corresponding to the mobile terminals respectively.
Specifically, if the PC side is connected to a plurality of mobile terminals, the PC side will operate window instances corresponding to the mobile terminals. The mobile terminal may be a smart phone or other device.
Such as: the plurality of mobile terminals comprise a mobile terminal 1, a mobile terminal 2, a mobile terminal 3 and a mobile terminal 4, and examples of windows operated by the PC end include: window example 1 corresponding to mobile terminal 1, window example 2 corresponding to mobile terminal 2, window example 3 corresponding to mobile terminal 3, window example 4 corresponding to mobile terminal 4.
S120, determining a main control window example and one or more auxiliary window examples for realizing synchronous group control from the window examples.
Specifically, the main control window instance is used for realizing a main control function and receiving and broadcasting user control data; the secondary window instance is used for realizing a synchronization function, and after receiving user control data, the secondary window instance sends the user control data to respective mobile terminals.
When determining the main control window instance and the auxiliary window instance, the method can be determined according to actual conditions, can be determined according to a certain rule, and can be determined according to the specification of a user.
Such as: one window example can be selected randomly from all window examples to serve as a main control window example, and one or more window examples can be selected randomly from the rest window examples to serve as auxiliary window examples.
And S130, when the main control window instance receives the user control data, the main control window instance transmits the user control data to the corresponding mobile terminal, broadcasts the user control data to each auxiliary window instance, and transmits the user control data to each corresponding mobile terminal through each auxiliary window instance.
Specifically, the master control window instance is used for realizing a master control function and can receive and broadcast user control data.
After receiving the user control data, the main control window instance sends the user control data to the corresponding mobile terminal on one hand, and broadcasts the user control data to each secondary window instance, and each secondary window instance sends the user control data to the corresponding mobile terminal, so that the mobile terminal corresponding to the main control window instance and the mobile terminal corresponding to each secondary window instance can both receive the user control data, and the time delay of receiving the user control data by the main control window instance and the mobile terminal corresponding to each secondary window instance is very small (about 40ms to 50ms, which can be ignored for users), thereby realizing the low-delay synchronous group control function.
In an exemplary scenario, as shown in fig. 2, the system includes a PC side (Windows operating system), a mobile terminal 1 (android operating system), a mobile terminal 2 (android operating system), a mobile terminal 3 (android operating system), and a mobile terminal 4 (android operating system).
When the synchronous group control method is executed, the PC end runs a window example 1 corresponding to the mobile terminal 1, a window example 2 corresponding to the mobile terminal 2, a window example 3 corresponding to the mobile terminal 3 and a window example 4 corresponding to the mobile terminal 4. If the window instance 1 is determined as the main control window instance 21, the window instances 2, 3 and 4 are determined as the auxiliary window instances 22, so that the window instance 1 is used for receiving user manipulation data (such as a mouse, a keyboard and an input method in fig. 2), when the window instance 1 receives the user manipulation data, the window instance 1 sends the user manipulation data to the corresponding mobile terminal 1, broadcasts the user manipulation data to the window instances 2, 3 and 4, and sends the user manipulation data to the corresponding mobile terminal 2 by the window instance 2, sends the user manipulation data to the corresponding mobile terminal 3 by the window instance 3, and sends the user manipulation data to the corresponding mobile terminal 4 by the window instance 4, so that synchronization among the mobile terminal 1, the mobile terminal 2, the mobile terminal 3 and the mobile terminal 4 is finally realized.
As can be seen from the above embodiments, by running the window instances corresponding to each of the plurality of mobile terminals, from each window instance, the main control window instance for implementing the synchronous group control and one or more secondary window instances are determined, when the main control window instance receives the user control data, the main control window instance transmits the user control data to the corresponding mobile terminal, and broadcasts the user control data to each secondary window instance, and each secondary window instance transmits the user control data to the corresponding mobile terminal, so that the mobile terminal corresponding to the main control window instance and the mobile terminal corresponding to each secondary window instance can both receive the user control data, and the delay of the time when the mobile terminal corresponding to each secondary window instance and the mobile terminal receiving the user control data is small, thereby implementing the low-delay synchronous group control function, and also solving the problems of higher delay, incomplete synchronization and the like in the prior art, and improving the reliability of synchronous group control.
Further, on the basis of the above method embodiment, when executing S120, it may include:
(1-1) determining the master window instance and each slave window instance from the respective window instances according to a set rule;
specifically, the setting rule may be set in advance or may be specified by the user.
Such as: and determining the main control window instance and each auxiliary window instance from the window instances according to a randomly selected rule.
(1-2) starting a master function of the master window instance and a synchronization function of each of the slave window instances.
Specifically, for the main control window instance, the main control function can be started, and after the main control function is started, the main control function can also be closed; for the secondary window example, the synchronization function may be turned on, and after the synchronization function is turned on, the synchronization function may also be turned off.
And if the master control window instance is recovered to the function which can be realized by the common window instance after the master control function is closed or after the auxiliary window instance is closed to the synchronous function: the interface of the corresponding mobile terminal can be displayed, and the individual control of the user on the mobile terminal can be executed.
Further, on the basis of the above method embodiment, the setting rule in the above (1-1) may include: the first window instance to start running is taken as a main control window instance, and other window instances are taken as auxiliary window instances.
According to the embodiment, the main control window instance and each auxiliary window instance can be determined from the window instances according to the set rule, the main control function of the main control window instance and the synchronization function of the auxiliary window instances are started, so that the main control window instance is used for receiving and broadcasting user control data, meanwhile, the auxiliary window instance can also send the received user control data to the corresponding mobile terminal, the accuracy of synchronous group control is improved, the individual requirements of different window instances are met through the operation of the starting function, and the effect of 'instant-on-instant' of different window instances is achieved.
Further, on the basis of the above method embodiment, the window instance corresponding to the mobile terminal in S110 may display an interface of the mobile terminal, and perform individual manipulation of the user on the mobile terminal;
the user manipulation data in S130 may include, but is not limited to, at least one of the following:
(2-1) mouse manipulation data;
(2-2) keyboard manipulation data;
(2-3) input method input data.
According to the embodiment, besides the synchronous group control function, the window instance corresponding to each mobile terminal can display the interface of the mobile terminal and execute the independent control of the user on the mobile terminal, so that the functions realized by the window instance are enriched, and the practicability of operating the window instance is improved.
Further, based on the above method embodiment, when performing S130 to broadcast the user manipulation data to each of the secondary window instances, the following implementation may be adopted, but is not limited to:
(3-1) broadcasting said user manipulation data to each of said secondary window instances by means of UDP (User Datagram Protocol ).
Further, on the basis of the above-described method embodiment, the following implementation manner may be adopted in the implementation (3-1):
(4-1) creating a UDP client at the master window instance, the UDP client being configured to broadcast the user manipulation data;
(4-2) creating a UDP server at each of the secondary window instances, the UDP server being configured to receive the user manipulation data sent by the UDP client in a UDP multicast manner;
(4-3) broadcasting the user manipulation data to each of the secondary window instances through the UDP client and the UDP server.
The above embodiment shows that the main control window instance can broadcast the user control data to each of the auxiliary window instances in a UDP manner, so as to improve the broadcasting speed of the user control data and further improve the efficiency of implementing synchronous group control.
Further, based on the above method embodiment, the synchronization group control method may further include:
(5-1) establishing a communication connection between each of the mobile terminals and the PC side, the communication connection being for enabling data transmission between each of the mobile terminals and the PC side.
Specifically, the communication connection between the PC side and each mobile terminal may be implemented by WI-FI (wireless internet surfing), USB (Universal Serial Bus ), or the like.
As can be seen from the above embodiments, by establishing a communication connection between the PC side and the mobile terminal, for example: WI-FI or USB, etc., thereby reducing the hardware requirement of the synchronous group control and improving the reliability of the synchronous group control.
Fig. 3 is a schematic flow chart of a synchronous group control device according to an embodiment of the present invention, where the synchronous group control device may be used at a PC side; as shown in fig. 3, the synchronous group control device may include:
an operation module 31, configured to operate window instances corresponding to each of the plurality of mobile terminals;
a determining module 32, configured to determine a master window instance and one or more slave window instances for implementing synchronous group control from the window instances;
and the synchronous group control module 33 is configured to, when the main control window instance receives user manipulation data, send the user manipulation data to a corresponding mobile terminal by the main control window instance, broadcast the user manipulation data to each of the secondary window instances, and send the user manipulation data to each of the corresponding mobile terminals by each of the secondary window instances.
Further, based on the above apparatus embodiment, the determining module 32 may include:
the determining submodule is used for determining the main control window instance and each auxiliary window instance from the window instances according to a set rule;
and the starting sub-module is used for starting the main control function of the main control window instance and the synchronization function of each auxiliary window instance.
Further, on the basis of the above device embodiment, the following set rules include: the first window instance to start running is taken as a main control window instance, and other window instances are taken as auxiliary window instances.
Further, on the basis of the device embodiment, the window instance corresponding to the mobile terminal can display the interface of the mobile terminal and execute the independent control of the user on the mobile terminal;
the user manipulation data includes at least one of:
mouse control data;
keyboard manipulation data;
the input method inputs data.
Further, based on the above apparatus embodiment, the synchronization group control module 33 may include:
and the broadcasting sub-module is used for broadcasting the user control data to each secondary window instance in a User Datagram Protocol (UDP) mode.
Further, based on the above apparatus embodiment, the broadcasting sub-module may include:
the first creating unit is used for creating a UDP client in the main control window instance, wherein the UDP client is used for broadcasting the user control data;
a second creating unit, configured to create a UDP server at each of the secondary window instances, where the UDP server is configured to receive the user manipulation data sent by the UDP client in a UDP multicast manner;
and the broadcasting unit is used for broadcasting the user control data to each secondary window instance through the UDP client and the UDP server.
Further, based on the above device embodiment, the synchronization group control device may further include:
the establishing module is used for establishing communication connection between each mobile terminal and the PC end, and the communication connection is used for realizing data transmission between each mobile terminal and the PC end.
The synchronous group control device in this embodiment may be used to execute the above method embodiments, and its principle and technical effects are similar, and will not be described herein again.
Fig. 4 is a schematic physical structure diagram of a PC side according to an embodiment of the present invention, as shown in fig. 4, where the PC side may include: a processor (processor) 401, a communication interface (Communications Interface) 402, a memory (memory) 403 and a communication bus 404, wherein the processor 401, the communication interface 402 and the memory 403 complete communication with each other through the communication bus 404. The processor 401 may call logic instructions in the memory 403 to perform the following method:
operating window examples corresponding to the mobile terminals respectively;
determining a main control window instance and one or more auxiliary window instances for realizing synchronous group control from the window instances;
when the main control window instance receives user control data, the main control window instance transmits the user control data to a corresponding mobile terminal, broadcasts the user control data to each auxiliary window instance, and transmits the user control data to each corresponding mobile terminal through each auxiliary window instance.
Further, the logic instructions in the memory 403 may be implemented in the form of software functional units and stored in a computer readable storage medium when sold or used as a stand alone product. Based on this understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
Further, an embodiment of the present invention discloses a synchronous group control system, including: a PC side shown in fig. 4, a plurality of mobile terminals. The PC side shown in fig. 4 is configured to execute the synchronous group control method shown in fig. 1.
Further, embodiments of the present invention disclose a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions which, when executed by a computer, enable the computer to perform the methods provided by the above-described method embodiments, for example comprising:
operating window examples corresponding to the mobile terminals respectively;
determining a main control window instance and one or more auxiliary window instances for realizing synchronous group control from the window instances;
when the main control window instance receives user control data, the main control window instance transmits the user control data to a corresponding mobile terminal, broadcasts the user control data to each auxiliary window instance, and transmits the user control data to each corresponding mobile terminal through each auxiliary window instance
The apparatus embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
From the above description of the embodiments, it will be apparent to those skilled in the art that the embodiments may be implemented by means of software plus necessary general hardware platforms, or of course may be implemented by means of hardware. Based on this understanding, the foregoing technical solution may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the respective embodiments or some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and are not limiting; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (9)

1. A synchronous group control method is characterized in that the synchronous group control method is used for a PC end of a personal computer,
the synchronous group control method comprises the following steps:
the PC end is connected with the mobile terminals, and window examples corresponding to the mobile terminals are operated on the PC end;
determining a main control window instance and one or more auxiliary window instances for realizing synchronous group control from the window instances; comprising the following steps: determining the main control window instance and each auxiliary window instance from the window instances according to a set rule;
when the main control window instance receives user control data, the main control window instance transmits the user control data to a corresponding mobile terminal, broadcasts the user control data to each auxiliary window instance, and transmits the user control data to each corresponding mobile terminal through each auxiliary window instance;
the main control window instance is used for realizing a main control function and receiving and broadcasting user control data; the auxiliary window instance is used for realizing a synchronization function, and after receiving user control data, the auxiliary window instance sends the user control data to respective mobile terminals;
starting a main control function of the main control window instance and a synchronization function of each auxiliary window instance;
if the master control window instance is recovered to the function of a common window instance after the master control function is closed or after the slave window instance is closed and the synchronization function is closed: and displaying the interface of the corresponding mobile terminal, and executing the independent control of the user on the mobile terminal.
2. The method of claim 1, wherein said setting a rule comprises: the first window instance to start running is taken as a main control window instance, and other window instances are taken as auxiliary window instances.
3. The method according to claim 1, wherein the window instance corresponding to the mobile terminal is capable of displaying an interface of the mobile terminal and performing individual manipulation of the mobile terminal by a user;
the user manipulation data includes at least one of:
mouse control data;
keyboard manipulation data;
the input method inputs data.
4. The synchronized group control method of claim 1, wherein said broadcasting said user manipulation data to each of said secondary window instances comprises:
and broadcasting the user control data to each secondary window instance in a User Datagram Protocol (UDP) mode.
5. The synchronized group control method of claim 4, wherein said broadcasting said user manipulation data to each of said secondary window instances via UDP comprises:
creating a UDP client in the main control window instance, wherein the UDP client is used for broadcasting the user control data;
establishing a UDP server in each secondary window instance, wherein the UDP server is used for receiving the user control data sent by the UDP client in a UDP multicast mode;
and broadcasting the user control data to each secondary window instance through the UDP client and the UDP server.
6. The synchronized group control method of claim 1, further comprising:
and establishing communication connection between each mobile terminal and the PC end, wherein the communication connection is used for realizing data transmission between each mobile terminal and the PC end.
7. A synchronous group control device, wherein the synchronous group control device is used for a PC end, the synchronous group control device comprises:
the operation module is used for operating window examples corresponding to the mobile terminals at the PC end; the PC end is connected with a plurality of mobile terminals;
the determining module is used for determining a main control window instance and one or more auxiliary window instances for realizing synchronous group control from the window instances; comprising the following steps: determining the main control window instance and each auxiliary window instance from the window instances according to a set rule;
the synchronous group control module is used for sending the user control data to the corresponding mobile terminal by the main control window instance when the main control window instance receives the user control data, broadcasting the user control data to each auxiliary window instance, and sending the user control data to each corresponding mobile terminal by each auxiliary window instance;
the main control window instance is used for realizing a main control function and receiving and broadcasting user control data; the auxiliary window instance is used for realizing a synchronization function, and after receiving user control data, the auxiliary window instance sends the user control data to respective mobile terminals;
starting a main control function of the main control window instance and a synchronization function of each auxiliary window instance;
if the master control window instance is recovered to the function of a common window instance after the master control function is closed or after the slave window instance is closed and the synchronization function is closed: and displaying the interface of the corresponding mobile terminal, and executing the independent control of the user on the mobile terminal.
8. A PC side comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the synchronized group control method according to any one of claims 1 to 6 when executing the program.
9. A synchronized group control system, comprising: the PC side as in claim 8, a plurality of mobile terminals; the PC side is configured to execute the steps of the synchronous group control method according to any one of claims 1 to 6.
CN201911221994.9A 2019-12-03 2019-12-03 Synchronous group control method, device, PC (personal computer) terminal and system Active CN111625307B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911221994.9A CN111625307B (en) 2019-12-03 2019-12-03 Synchronous group control method, device, PC (personal computer) terminal and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911221994.9A CN111625307B (en) 2019-12-03 2019-12-03 Synchronous group control method, device, PC (personal computer) terminal and system

Publications (2)

Publication Number Publication Date
CN111625307A CN111625307A (en) 2020-09-04
CN111625307B true CN111625307B (en) 2024-03-08

Family

ID=72259721

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911221994.9A Active CN111625307B (en) 2019-12-03 2019-12-03 Synchronous group control method, device, PC (personal computer) terminal and system

Country Status (1)

Country Link
CN (1) CN111625307B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101291251A (en) * 2008-05-09 2008-10-22 国网信息通信有限公司 Synchronized control method and system for multicomputer
CN102223415A (en) * 2011-06-21 2011-10-19 广东威创视讯科技股份有限公司 Window operation synchronization method of distributed processing system and device thereof
CN102375668A (en) * 2010-08-25 2012-03-14 中兴通讯股份有限公司 Window management method and device for mobile terminal
CN103167008A (en) * 2011-12-19 2013-06-19 方正国际软件(北京)有限公司 Method of multi-terminal synchronous reading
CN103902325A (en) * 2012-12-28 2014-07-02 北京新媒传信科技有限公司 Method and device for achieving window synchronization
CN104537221A (en) * 2014-12-19 2015-04-22 中国石油集团东方地球物理勘探有限责任公司 Window management method and system
CN105872062A (en) * 2016-04-05 2016-08-17 中电科航空电子有限公司 Multi-display control data synchronization method and aero display control system
CN107179890A (en) * 2016-03-10 2017-09-19 北京君正集成电路股份有限公司 A kind of method and system for synchronizing operation to mobile terminal by PC ends
CN107908454A (en) * 2017-11-17 2018-04-13 武汉楚鼎信息技术有限公司 A kind of interlock method and device of the multiwindow packet based on more bookmarks
CN109324772A (en) * 2017-07-31 2019-02-12 中兴通讯股份有限公司 Method of data synchronization, mobile terminal and the storage medium of mobile terminal

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060240817A1 (en) * 2005-04-26 2006-10-26 Masaru Akiyama Multi-wireless connection device
US9472238B2 (en) * 2014-03-13 2016-10-18 Panopto, Inc. Systems and methods for linked mobile device content generation
US9983854B2 (en) * 2014-04-21 2018-05-29 LogMeln, Inc. Managing and synchronizing views in multi-user application with a canvas

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101291251A (en) * 2008-05-09 2008-10-22 国网信息通信有限公司 Synchronized control method and system for multicomputer
CN102375668A (en) * 2010-08-25 2012-03-14 中兴通讯股份有限公司 Window management method and device for mobile terminal
CN102223415A (en) * 2011-06-21 2011-10-19 广东威创视讯科技股份有限公司 Window operation synchronization method of distributed processing system and device thereof
CN103167008A (en) * 2011-12-19 2013-06-19 方正国际软件(北京)有限公司 Method of multi-terminal synchronous reading
CN103902325A (en) * 2012-12-28 2014-07-02 北京新媒传信科技有限公司 Method and device for achieving window synchronization
CN104537221A (en) * 2014-12-19 2015-04-22 中国石油集团东方地球物理勘探有限责任公司 Window management method and system
CN107179890A (en) * 2016-03-10 2017-09-19 北京君正集成电路股份有限公司 A kind of method and system for synchronizing operation to mobile terminal by PC ends
CN105872062A (en) * 2016-04-05 2016-08-17 中电科航空电子有限公司 Multi-display control data synchronization method and aero display control system
CN109324772A (en) * 2017-07-31 2019-02-12 中兴通讯股份有限公司 Method of data synchronization, mobile terminal and the storage medium of mobile terminal
CN107908454A (en) * 2017-11-17 2018-04-13 武汉楚鼎信息技术有限公司 A kind of interlock method and device of the multiwindow packet based on more bookmarks

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"基于Android平台的数据安全同步技术的研究与设计";朱航;《中国优秀硕士学位论文全文数据库 信息科技辑》;20150815;I138-29 *
"基于Android的高校教学督导平台的设计与实现";姚玉阁;《电子技术与软件工程》;20191126;第36-38页 *

Also Published As

Publication number Publication date
CN111625307A (en) 2020-09-04

Similar Documents

Publication Publication Date Title
WO2020038175A1 (en) Data-stream allocation method for link aggregation and related devices
CN110765744A (en) Multi-person collaborative document editing method and system
EP3013100B1 (en) Method and device for releasing ssid in wlan
CN108650667B (en) Terminal scheduling method and device
CN110312266B (en) Method and device for realizing WIFI communication by multiple systems of terminal
CN108712320A (en) Information push method and device
CN105530232A (en) Account login method and device
CN105511587B (en) Method and device for controlling radio frequency link
CN106330504B (en) Method for realizing application and service controller
CN108462734A (en) Message receival method and device
CN104202432B (en) Remote web management system and management method
WO2020211684A1 (en) Message transmission method and related device
CN111143017B (en) Cloud operation system interaction processing method, client and cloud operation system
CN111625307B (en) Synchronous group control method, device, PC (personal computer) terminal and system
CN103795856A (en) Information processing method and electronic device
CN106326476B (en) Information processing method and device
CN111629020A (en) Remote input method, device, PC (personal computer) terminal, android device and system
CN103841141A (en) Multimedia communication system and method
CN113726608B (en) Data processing method and device
CN105978853B (en) Session scheduling method, scheduling server and terminal
CN113171615B (en) Game skill processing method and device, storage medium and electronic device
CN114546444A (en) Vehicle upgrading method and device, electronic equipment, medium and automatic driving vehicle
CN113993164A (en) File transmission method and file transmission device
WO2016054885A1 (en) Operation object processing method and apparatus
CN106453574A (en) Mobile terminal broadcast hotspot file sharing method and terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant