Open GoogleCodeExporter opened 9 years ago
Neat, thanks for the info. I keep coming back to the idea that somebody should
write a simple viewsync multiplexer that could handle all sorts of interesting
use cases: switching between multiple masters, turning individual slaves on and
off, tunneling messages over SSH/SSL, etc. Seems like something that could be
done in a few pages of python or perl.
Original comment by jh...@google.com
on 13 Oct 2010 at 7:14
Multicast should be an easy win. The current "send to broadcast address" is
roughly the same as using a multicast IP address with a ttl=1 (so it doesn't
leave the local subnet). The clients just need to be modified to listen to the
multicast packets as well as directed/broadcast.
A viewsync multiplexer (or controller) could do lot's of things...
- toggle individual layers on particular slaves.
- send out different lat/long/yaw/pitch/roll for each slave. For example,
perhaps you want to show the eiffel tower on every screen OR a different
national monument on every screen and then let people pick which one they can
visit.
Original comment by alfski
on 14 Oct 2010 at 2:45
Suggest change this to an "enhancement" request?
We have a viable work-around using a viewsync relayer.
Original comment by alfski
on 27 Jun 2011 at 1:41
as we have workaround - changed type to enhancement, lowered priority.
Original comment by alfski
on 3 Jul 2011 at 3:57
summary line tweak
Original comment by alfski
on 3 Jul 2011 at 6:45
Original issue reported on code.google.com by
alfski
on 13 Oct 2010 at 7:51