Drastic.MauiRemoteImage.Client
1.0.1
dotnet add package Drastic.MauiRemoteImage.Client --version 1.0.1
NuGet\Install-Package Drastic.MauiRemoteImage.Client -Version 1.0.1
<PackageReference Include="Drastic.MauiRemoteImage.Client" Version="1.0.1" />
paket add Drastic.MauiRemoteImage.Client --version 1.0.1
#r "nuget: Drastic.MauiRemoteImage.Client, 1.0.1"
// Install Drastic.MauiRemoteImage.Client as a Cake Addin #addin nuget:?package=Drastic.MauiRemoteImage.Client&version=1.0.1 // Install Drastic.MauiRemoteImage.Client as a Cake Tool #tool nuget:?package=Drastic.MauiRemoteImage.Client&version=1.0.1
Drastic.MauiRemoteImage
Drastic.MauiRemoteImage is a server/client application that lets you remotely take screenshots of MAUI apps.
Setup Server
To setup the server, build the Drastic.MauiRemoteImage.Server
application. Once built, run the app and follow the prompts to set your Network Interface and Port.
Once you set the interface and port, copy the IP address.
Setup Client
Install the Drastic.MauiRemoteImage.Client nuget, or reference the Drastic.MauiRemoteImage.Client source code directly in your app.
Once installed, you need to initialize the client. You can do this by creating a new AppClient
.
this.client = new AppClient("TestClient");
// 8888 = port number
// Async Command, can be fired off on any thread.
this.client.ConnectAsync(new Drastic.Tempest.Target("IP ADDRESS", 8888));
If the server is running, the client should connect.
Full Cycle
Once the server and client are connected, return to the server app. Press Enter
to call for a new image. All connected clients should respond by sending screenshots of all of their open windows. Once done, press any other key to close the server.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- Drastic.Tempest (>= 0.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.