Osterwalder.RemoteControlService.Wcf 3.0.0-pre.61

This is a prerelease version of Osterwalder.RemoteControlService.Wcf.
dotnet add package Osterwalder.RemoteControlService.Wcf --version 3.0.0-pre.61
NuGet\Install-Package Osterwalder.RemoteControlService.Wcf -Version 3.0.0-pre.61
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="Osterwalder.RemoteControlService.Wcf" Version="3.0.0-pre.61" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Osterwalder.RemoteControlService.Wcf --version 3.0.0-pre.61
#r "nuget: Osterwalder.RemoteControlService.Wcf, 3.0.0-pre.61"
#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 Osterwalder.RemoteControlService.Wcf as a Cake Addin
#addin nuget:?package=Osterwalder.RemoteControlService.Wcf&version=3.0.0-pre.61&prerelease

// Install Osterwalder.RemoteControlService.Wcf as a Cake Tool
#tool nuget:?package=Osterwalder.RemoteControlService.Wcf&version=3.0.0-pre.61&prerelease

WCF Remote Control Service Contract

RemoteControlService allows to remote control Osterwalder Powder Press Cells.

It is based on Microsoft Windows Communication Foundation.

The contract version to be used depends on the server version of the Osterwalder Press Cell software version.

Requirements

RCS requires a license to be enabled on the press cell to accept connections.

Install Required Packages

The following packages are required to establish a connection:

Prepare event handler

You need to provide an implementation of IRemoteControlServiceEvents which handles the event notifications from the remote control service.

Establish a connection

var callback = new RemoteControlServiceEventHandler();

var channelFactory = new DuplexChannelFactory<IRemoteControlService>(
    new InstanceContext(callback),
    new NetTcpBinding(SecurityMode.None),
    new EndpointAddress("net.tcp://hostname:8001/RemoteControlService"));

var channel = channelFactory.CreateChannel();
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
3.0.0-pre.61 38 6/19/2024
3.0.0-pre.60 43 6/18/2024
3.0.0-pre.59 49 5/23/2024
3.0.0-pre.58 47 5/23/2024
3.0.0-pre.57 48 5/17/2024
3.0.0-pre.56 47 5/17/2024
3.0.0-pre.55 49 5/16/2024
3.0.0-pre.53 389 5/3/2024
2.2.3 41 5/2/2024
2.2.2 110 4/24/2024
2.2.1 118 1/26/2024
2.2.0 151 12/21/2023
2.1.3 37 5/2/2024
2.1.2 84 1/26/2024
2.1.1 89 12/21/2023
2.1.0 95 12/20/2023
2.0.3 42 5/2/2024
2.0.2 81 1/26/2024
2.0.1 98 12/21/2023
2.0.0 152 11/22/2023
1.0.4 40 5/2/2024
1.0.3 83 1/26/2024
1.0.2 101 12/14/2023
1.0.1 122 11/23/2023
1.0.0 114 11/20/2023