microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

Ability to configure HoloLens IP address in the Build Window #105

Closed robertlevy closed 8 years ago

robertlevy commented 8 years ago

The utilities in the Build Window seem to have a hardcoded 127.0.0.1 IP address that they use. Need a way to specify the actual IP of my device.

riverar commented 8 years ago

This is for security reasons as it currently requires unencrypted HTTP communication to work, which isn't appropriate across networks other than localhost. See https://github.com/Microsoft/HoloToolkit-Unity/pull/87 for more background.

NeerajW commented 8 years ago

@robertlevy appreciate the feedback. Is it ok to close your issue as a duplicate of #98?