Hello everyone.
The Mixed Reality Forums here are no longer being used or maintained.
There are a few other places we would like to direct you to for support, both from Microsoft and from the community.
The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.
For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.
If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.
And always feel free to hit us up on Twitter @MxdRealityDev.
The Mixed Reality Forums here are no longer being used or maintained.
There are a few other places we would like to direct you to for support, both from Microsoft and from the community.
The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.
For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.
If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.
And always feel free to hit us up on Twitter @MxdRealityDev.
How to send text files and gameobjects through Sharing Service
Hi, I have two applications, one for my PC and one for my HoloLens which communicate through the Sharing Service application given in the Shared Holograms tutorial. As mentioned in the question, I want to transfer text files and gameobjects(.obj files) between the two devices through this server during runtime. And, preferably in a way in which all the devices connected to this server (if more HoloLens devices are connected for the sharing experience) have access to those files.
Could someone please explain how this can be done.
Thanks, Pranav
0
Answers
Anyone?
You could take a look at Mike Taulty's blog. He has several posts about sharing holograms. A few of them are:
Trying out a few of these for yourself should give you an idea of how to implement your own architecture.
Thanks. I'll look into it
Hi @JannikLassahn ,
Thanks for those links. Mike Taulty uses a two-way socket library built by himself to achieve a sharing experience. I'm a rookie at coding as of now so it is quite hard for me to understand his method of implementation. The reason I want to use sharing service provided in the HoloToolKit for the sharing experience and to transfer data (gameobjects and text files) is that a lot of documentation and a number of forums are available for me to refer to in case of a problem. The only thing holding me back from completing my project is transferring data.
Anyways, I appreciate your help. Does anyone else know how this can be done?
Regards,
Pranav
Hi @PranavGadamsetty ,
Are you got the solution?