simple_tcp 1.1.2
Suggested Alternatives
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" />
<PackageReference Include="simple_tcp" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=simple_tcp&version=1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Libreria TCP Simple
Como utilizar la libreria simple TCP
Libreria en NutGet: https://www.nuget.org/packages/simple_tcp/
ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ
- Definir una variable para la libreria:
simple_server you_variable = new simple_server();
- 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);
- 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 | Versions 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.