WindowsDevicePortalWrapper
WindowsDevicePortalWrapper copied to clipboard
A client library that wraps the Windows Device Portal REST APIs.
Add the required `extract` parameter to enable file upload on Windows Holographic version 2004 and higher. see: #310
From Tadashi Tsuyuki via slack: Hello, Recently, we got report of errors uploading a file to the HoloLens2 app's LocalState folder. Our software uses the Windows Device Portal API to...
- Converted main library to support .NET Framework 4.6 + Standard 2.1 - Converted tests/samples to run with .NET Core 3.1 - Removed UWP support, since [Standard 2.0 works with...
I test this function but it doesn't work : Task deleteTask = new Task( async () => { await portal.DeleteFileAsync("Documents", "test.txt"); Debug.Log("delete finished!"); }); deleteTask.Start();
Hello, I am building a tool for HL2. I am using the command below to set the sleep settings in HL2 through my tool. "https://127.0.0.1:10443/api/power/cfg/SCHEME_CURRENT/SUB_SLEEP/STANDBYIDLE?ValueAC=1800&ValueDC=1800"; After running the above command,...
The UWP branch of the UE4 engine, has a long standing bug, that I just figured out is fixed in this repo. However, I also notice the last release that...
Installing this library in a .NET Core 3 project causes a compile-time warning `NU1701: Package 'WindowsDevicePortalWrapper 0.9.5.1' was restored using '.NETFramework,Version=v4.5.2' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package...
Device Portal advertises over DNS-SD so that other clients can find it. The Wrapper project should have a generic way of detecting and connecting to the service, regardless of what...
Hello, I would like to know if it is possible to use this wrapper to create an iOS application that can stream the Hololens video remotely? If so, can you...
Dear team During testing I identified an topic that runs into an error by using the wrapper. I'm using the SampleWdpClient app and randomly during request to the device, the...