microsoft / MixedRealityToolkit

The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
MIT License
859 stars 275 forks source link

send data from android app to hololens #110

Open hencohen3 opened 7 years ago

hencohen3 commented 7 years ago

Hi, I am trying to connect android (As server) to hololens. i tried tcp connection but uwp does not supported. What connection can i make between the devices?

If i want to use the SharingStage.cs -"Allows you to communicate between a Windows and non-Windows device" how can i connect android device?

Thanks, Chen

keveleigh commented 7 years ago

This question seems to belong in the MixedRealityToolkit-Unity repo. To answer the question, SharingStage.cs relies on a connection to SharingServer.exe. Any device should be able to connect to that IP.