@gmpreussner Thanks! You already mentioned that on the Stream, but samples are always nice. My problem until now was that I didn’t know what to search the docs for, but with the keyword “Message Bus” this turned out to be a lot less troublesome than expected.
It’d probably make sense to have both apps built on the engine, especially for ArchViz where a simplified model could be used as overview map; but stripping it down to just a floor plan for example could just aswell use a simple Android app with the appropriate UdpTransport.
I’ll see how far I can get this, and if necessary I’ll drop you a PM or just throw it on AnswerHub so can follow along.
For anyone interrested in how the Message Bus works, I wrote up some brief instructions on how to hook into the bus and get messages flowing:
It doesn’t show the whole range of possibilities provided by the Message Bus, but it contains the vital parts to get you going. With that (and the docs), doing a simple server discovery and initiate a one-to-one session shouldn’t be too hard. Depending on how much free time I have this weekend, I might extend the post by the one-to-one messaging part.