Smart-RPC.NET
1.0.15
See the version list below for details.
Install-Package Smart-RPC.NET -Version 1.0.15
dotnet add package Smart-RPC.NET --version 1.0.15
<PackageReference Include="Smart-RPC.NET" Version="1.0.15" />
paket add Smart-RPC.NET --version 1.0.15
#r "nuget: Smart-RPC.NET, 1.0.15"
// Install Smart-RPC.NET as a Cake Addin
#addin nuget:?package=Smart-RPC.NET&version=1.0.15
// Install Smart-RPC.NET as a Cake Tool
#tool nuget:?package=Smart-RPC.NET&version=1.0.15
An easy to use portable library for duplex communication between client and server via RPC calls. Supports typed and reliable communication and notifications. Can be used for desktop and Universal Windows applications.
Check the project site www.smart-rpc.net for an example.
Product | Versions |
---|---|
.NET Framework | net |
.NETPlatform | dotnet |
-
- Newtonsoft.Json (>= 8.0.2)
- System.Net.NetworkInformation (>= 4.0.0)
- System.Net.Sockets (>= 4.0.0)
- System.Runtime.Serialization.Primitives (>= 4.0.10)
- System.Runtime.Serialization.Xml (>= 4.0.11)
- System.Threading (>= 4.0.10)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Implemented the Discovery mechanism which allows the client to automatically detect the provided service points. Implementation for discovery via UDP is also implemented.
- Added color coding to the console logger to easily identify a possible error related to the IP address required for the broadcast.
NOTE: The example on the website is updated to include the discovery mechanism.