Tactile replication on various cell phones.

Options

I need a solution for the following problem:

How can I connect cell phones so that when I touch the screen of one, the same touch is recognized and executed on the screen of another? In the same place on the screen, even if the other device is playing other content.

Something like a type of "tactile remote control" between devices.

Look for any automatic solution for this.

Ultimately, you would need:

1. Capture screen touches on first Android device:

Develop or present an application that can detect and record touches on the source device's screen.

2. Transmit ringtones: Use wireless communication technologies such as Bluetooth or Wi-Fi Direct to send registered ringtone information to the target device. The other devices will come on the same network, and all Androids and the same model and brand.

3. Reproduce touches: On target devices, develop a solution that can receive touch data and replicate it on the screen.

4. Synchronization: Ensure that touches are replicated in real time and accurately, so that the experience is fluid and responsive.