Gemstone.Communication 1.0.158

Prefix Reserved
dotnet add package Gemstone.Communication --version 1.0.158
                    
NuGet\Install-Package Gemstone.Communication -Version 1.0.158
                    
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="Gemstone.Communication" Version="1.0.158" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gemstone.Communication" Version="1.0.158" />
                    
Directory.Packages.props
<PackageReference Include="Gemstone.Communication" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Gemstone.Communication --version 1.0.158
                    
#r "nuget: Gemstone.Communication, 1.0.158"
                    
#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.
#:package Gemstone.Communication@1.0.158
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Gemstone.Communication&version=1.0.158
                    
Install as a Cake Addin
#tool nuget:?package=Gemstone.Communication&version=1.0.158
                    
Install as a Cake Tool

<img align="right" src="img/gemstone-wide-600.png" alt="gemstone logo"> <br/><br/><br/><br/>

Communication

GPA Gemstone Library

The Gemstone Communication Library organizes all Gemstone functionality related to communication, e.g., sockets and serial ports. Communication classes are defined with interfaces, IServer and IClient, so communications can be abstracted.

GitHub license Build status CodeQL NuGet

This library includes helpful communication classes like the following:

  • TcpClient:
    • Represents a TCP-based communication client.
  • TlsClient:
    • Represents a TCP-based communication client with TLS authentication and encryption.
  • UdpClient:
    • Represents a UDP-based communication client.
  • SerialClient:
    • Represents a communication client based on SerialPort.
  • FileClient:
    • Represents a communication client based on FileStream.
  • TcpServer:
    • Represents a TCP-based communication server.
  • TlsServer:
    • Represents a TCP-based communication server with TLS authentication and encryption.
  • UdpServer:
    • Represents a UDP-based communication server.

Among others.

Documentation

Full Library Documentation

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Gemstone.Communication:

Package Downloads
Gemstone.Timeseries

GPA Gemstone Timeseries Library

Gemstone.PhasorProtocols

GPA Gemstone PhasorProtocols Library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.158 144 12/6/2025
1.0.157 692 12/2/2025
1.0.156 207 11/27/2025
1.0.155 429 11/20/2025
1.0.154 418 11/20/2025
1.0.153 260 11/16/2025
1.0.152 169 11/15/2025
1.0.151 169 11/15/2025
1.0.150 229 10/31/2025
1.0.149 220 10/27/2025
1.0.148 173 10/24/2025
1.0.147 225 10/7/2025
1.0.146 217 10/6/2025
1.0.145 210 10/6/2025
1.0.144 202 10/3/2025
1.0.143 214 10/1/2025
1.0.142 236 9/24/2025
1.0.141 332 9/16/2025
1.0.140 219 9/11/2025
1.0.139 235 9/4/2025
1.0.138 219 9/4/2025
1.0.137 203 8/22/2025
1.0.136 152 8/16/2025
1.0.135 158 8/15/2025
1.0.134 175 8/15/2025
1.0.133 200 8/15/2025
1.0.132 212 8/15/2025
1.0.129 386 8/20/2024
1.0.128 1,396 8/14/2024
1.0.127 373 8/13/2024
1.0.126 332 8/9/2024
1.0.125 220 8/5/2024
1.0.124 219 8/2/2024
1.0.123 272 7/30/2024
1.0.122 298 7/28/2024
1.0.121 262 7/28/2024
1.0.120 377 6/15/2024
1.0.119 315 6/13/2024
1.0.118 290 6/13/2024
1.0.117 303 5/9/2024
1.0.116 284 5/8/2024
1.0.115 206 5/8/2024
1.0.110 314 3/13/2024
1.0.109 279 3/7/2024
1.0.108 362 2/19/2024
1.0.107 380 12/20/2023
1.0.106 304 12/15/2023
1.0.102 298 11/12/2023
1.0.101 420 10/26/2023
1.0.100 474 8/18/2023
1.0.99 400 7/1/2023
1.0.98 328 6/18/2023
1.0.97 307 6/18/2023
1.0.96 315 6/17/2023
1.0.95 326 6/16/2023
1.0.94 346 6/16/2023
1.0.93 324 6/15/2023
1.0.92 344 6/12/2023
1.0.91 355 6/12/2023
1.0.90 278 6/12/2023
1.0.89 277 6/11/2023
1.0.87 422 3/9/2023
1.0.86 582 8/12/2022
1.0.85 569 7/20/2022
1.0.84 610 4/6/2022
1.0.83 640 3/2/2022
1.0.82 639 3/1/2022
1.0.81 716 2/25/2022
1.0.80 463 12/24/2021
1.0.79 448 12/24/2021
1.0.78 482 11/18/2021
1.0.77 500 11/17/2021
1.0.76 531 11/3/2021
1.0.73 509 9/29/2021
1.0.72 507 9/16/2021
1.0.71 470 9/16/2021
1.0.70 486 9/15/2021
1.0.69 534 8/21/2021
1.0.68 509 6/11/2021
1.0.67 529 5/8/2021
1.0.66 473 5/4/2021
1.0.65 534 2/28/2021
1.0.64 583 1/14/2021
1.0.63 777 11/6/2020
1.0.62 652 10/30/2020
1.0.61 870 9/16/2020
1.0.60 617 9/9/2020
1.0.59 649 9/5/2020
1.0.58 651 9/4/2020
1.0.57 685 8/14/2020
1.0.56 656 8/4/2020
1.0.54 710 7/16/2020
1.0.53 632 7/16/2020
1.0.52 641 7/16/2020
1.0.51 632 7/7/2020
1.0.50 691 7/1/2020
1.0.49 690 7/1/2020
1.0.48 671 6/30/2020
1.0.47 691 6/27/2020
1.0.46 705 6/25/2020
1.0.45 677 6/24/2020
1.0.43 668 6/23/2020
1.0.42 720 6/21/2020
1.0.41 711 6/20/2020
1.0.40 643 6/17/2020
1.0.39 676 6/12/2020
1.0.38 630 6/12/2020
1.0.37 705 6/12/2020
1.0.36 689 6/6/2020
1.0.35 654 6/3/2020
1.0.34 678 5/23/2020
1.0.33 687 5/5/2020
1.0.32 688 5/1/2020
1.0.31 724 4/30/2020
1.0.30 653 4/29/2020
1.0.29 650 4/28/2020
1.0.28 654 4/27/2020
1.0.27 677 4/26/2020
1.0.26 640 4/25/2020
1.0.25 652 4/24/2020
1.0.24 652 4/23/2020
1.0.23 637 4/22/2020
1.0.22 693 4/21/2020
1.0.21 684 4/17/2020
1.0.20 658 4/11/2020
1.0.19 710 2/4/2020
1.0.18 708 1/30/2020
1.0.17 757 1/22/2020
1.0.16 758 1/19/2020
1.0.15 763 1/19/2020
1.0.14 778 1/19/2020