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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Drastic.MauiRemoteImage.Client" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Drastic.MauiRemoteImage.Client --version 1.0.1
#r "nuget: Drastic.MauiRemoteImage.Client, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

example

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

NuGet Version License

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 133 5/9/2023
1.0.0 122 5/9/2023