simple_tcp 1.1.2

Suggested Alternatives

Main

Additional Details

fCaada

dotnet add package simple_tcp --version 1.1.2
                    
NuGet\Install-Package simple_tcp -Version 1.1.2
                    
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="simple_tcp" Version="1.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="simple_tcp" Version="1.1.2" />
                    
Directory.Packages.props
<PackageReference Include="simple_tcp" />
                    
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 simple_tcp --version 1.1.2
                    
#r "nuget: simple_tcp, 1.1.2"
                    
#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 simple_tcp@1.1.2
                    
#: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=simple_tcp&version=1.1.2
                    
Install as a Cake Addin
#tool nuget:?package=simple_tcp&version=1.1.2
                    
Install as a Cake Tool

Libreria TCP Simple

C#UruguayNuGetVisitar mi perfil en GitHub

Como utilizar la libreria simple TCP

Libreria en NutGet: https://www.nuget.org/packages/simple_tcp/

ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ

  1. Definir una variable para la libreria:
simple_server you_variable = new simple_server();
  1. Acceder al Metodo start_server_tcp

Examples:

 your_variable.start_server_tcp("your IP", 8080);
string salida = your_variable.start_server_tcp("your IP", 8080);
  1. Receptores de Mensajes (ASCII, UTF8,32)

CODE:

string sal = dat.recepto_ascii(Here's the size of the buffer); // The size of the buffer is at the user's choice

Examples:

ASCII

string sal = dat.recepto_ascii(4096); // The size of the buffer is at the user's choice

UTF-8

tring sal = dat.recepto_utf_8(4096); // The size of the buffer is at the user's choice

UTF-32

string sal = dat.recepto_utf_32(4096); // The size of the buffer is at the user's choice
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows 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.
  • net6.0-windows7.0

    • No dependencies.

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.1.2 324 11/10/2023 1.1.2 is deprecated.
1.1.1 205 11/10/2023 1.1.1 is deprecated.
1.1.0 208 11/10/2023 1.1.0 is deprecated.
1.0.4 201 11/10/2023 1.0.4 is deprecated.
1.0.3 201 11/9/2023 1.0.3 is deprecated.
1.0.2 204 11/9/2023 1.0.2 is deprecated.
1.0.1 246 11/9/2023 1.0.1 is deprecated.