Credit for this robot idea goes to @Nink, who suggested it based on my PWM servo Feedback behavior control.
I wrote a quick script that reads the realtime servos of one JD and sets the respective positions of the other JD. Both JD's are connected to the network in client mode.
If you're curious of the code, it looks like this
:loop
# Left Leg
servo(1.d14, GetServoRealtime(0.d14))
servo(1.d13, GetServoRealtime(0.d13))
servo(1.d12, GetServoRealtime(0.d12))
# Right Leg
servo(1.d18, GetServoRealtime(0.d18))
servo(1.d17, GetServoRealtime(0.d17))
servo(1.d16, GetServoRealtime(0.d16))
goto(loop)
Here's the project JD Puppet.EZB
By DJ Sures
Other robots from Synthiam community

Jstarne1's 2013 Robo Ducki , Gift To Dj & The Ez Robot...
Here is the finish Ducki Six! Just before anyone asks why a duck I will explain. Dj the founder of EZ Robot collects...

Jstarne1's Calling All 3D Printers! Get The Stls While They...
https://www.thingiverse.com/thing:4031686/files Hello everyone, the LEVi Rover 3d files are assembled and ready to...

Ezang's My New Update Arm Robot 11/14/2019
My new update to the Robot arm, added a 5th servo to the gripper - using auto-position - Ez builder software and Ezb4...