联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All TCP/IP协议栈(127) 
按平台查找All C#(127) 

[TCP/IP协议栈] Modbus-TCP-IP-over-WiFi-Implementation

该存储库包含用于在PC和ESP32控制器之间使用Modbus TCP IP over WiFi协议实现客户机-服务器通信的代码。该实现的目的是促进数字输入(DI)、数字输出(DO)、模拟输入(AI)和模拟输出(AO)的读取和写入。
This repository contains code for implementing client-server communication using Modbus TCP IP over WiFi protocol between a PC and an ESP32 controller. The purpose of this implementation is to facilitate reading and writing of Digital Inputs (DI), Digital Outputs (DO), Analog Inputs (AI), and Analog Outputs (AO). (2024-03-13, C#, 0KB, 下载2次)

http://www.pudn.com/Download/item/id/1710280829717321.html

[TCP/IP协议栈] ChatApp

该应用程序由2个部分组成。1-客户端,2-服务器端。使用TCP IP协议建立的连接。(不完整)
This app consists of 2 parts. 1 - Client side, 2 - Server side. The connection established with TCP IP protocols. (Not complete) (2024-01-20, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1705784547160897.html

[TCP/IP协议栈] TFTPServer

托管TFTP服务器实现,用C#编写。功能:IPv4和IPv6,块大小,单端口模式,窗口模式,无限传输...,
Managed TFTP server implementation, written in C#. Features: IPv4 and IPv6, blocksize, single port mode, windowed mode, unlimited transfers, MIT licensed (2022-08-21, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1696766503647344.html

[TCP/IP协议栈] CSharp-

Udemy课程的课程实践:
Course practice for Udemy course: , (2022-09-18, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695718140551444.html

[TCP/IP协议栈] Client

一个基于C#项目 tcp客户端 主要接收服务器发送的数据 并画出折线图
A C# project-based TCP client The primary receiver is the data sent by the server And draw a line graph (2020-12-28, C#, 60KB, 下载1次)

http://www.pudn.com/Download/item/id/1609138882511438.html

[TCP/IP协议栈] Server

C#项目 一个基于C#写的TCP服务器 打开后给客户端发送随机数,用于测试
C # project A TCP server based on C# write Open it and send random numbers to the client for testing (2020-12-28, C#, 51KB, 下载2次)

http://www.pudn.com/Download/item/id/1609138787590127.html

[TCP/IP协议栈] Server

C#中实现的tcp ip协议的服务器端,实现数据的接收和转发
The server side of TCP IP protocol implemented in C , which can receive and forward data (2019-11-30, C#, 458KB, 下载14次)

http://www.pudn.com/Download/item/id/1575088804986326.html

[TCP/IP协议栈] C_sharp_TCP

c# 的TCP/IP客户端及服务器的实现、界面实现
TCP/IP client and server implementation of c# (2018-08-12, C#, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/1534072316270493.html

[TCP/IP协议栈] UDPserverCSharp

用C#编写的独立UDP服务器,默认绑定地址127.0.0.1 端口为:9003,配合客户端使用,打开服务,与客户端建立连接即可通信
UDP server with independent written in C#, default binding address 127.0.0.1 port: 9003, with the clients, and to open the service, you can establish a communication connection with the client (2015-05-22, C#, 70KB, 下载3次)

http://www.pudn.com/Download/item/id/1432295185147472.html

[TCP/IP协议栈] tcpServer

本程序是一个简单的基于TCP/IP通信协议的服务器端程序,能够完成简单的TCP通信任务,供初学者参考
This procedure is based on a simple TCP/IP communication protocol server program that can complete a simple TCP communication tasks, reference for beginners (2014-11-28, C#, 20KB, 下载4次)

http://www.pudn.com/Download/item/id/2663943.html

[TCP/IP协议栈] TCPUDPTesterTool1.02

服务器端或客户端测试TCP/IP通讯连接以及测试数据的接收与发送情况
Server-side or client-side test TCP/IP communication connections and test data reception and transmission case (2013-10-14, C#, 1567KB, 下载3次)

http://www.pudn.com/Download/item/id/2373771.html

[TCP/IP协议栈] CommunicationTestTool

本软件主要功能如下: 1.串口,TCP服务端/客户端,UDP服务端/客户端通讯调试; 2.支持Hex,ASCII两种格式的命令调试; 3.接收数据可通过右键菜单一键计算Hex对应的数值; 4.字节计算器/检验值计算器(CRC16,自定义多项式CRC16,XOR)。 下一版本计划加入功能: 1.串口通讯监视。 2.Socket通讯监视。
The main function is as follows: 1. Serial port, TCP server/client, UDP server/client communication debugging 2. Supports Hex, ASCII command to debug both formats 3. Receive data via a right-click menu key calculation Hex value corresponding 4 bytes calculator/test value calculator (CRC16, custom polynomial CRC16, XOR). Plans to join the next version features: 1. Serial communication monitoring. 2.Socket communications surveillance. (2013-09-01, C#, 1343KB, 下载37次)

http://www.pudn.com/Download/item/id/2344441.html

[TCP/IP协议栈] TCP

基于TCP socket 的服务器和客户端 可以聊天 可以上传\下载文件。有进度条可以产看传送进度
TCP socket-based servers and clients can chat can upload \ download files. A progress bar can produce see delivery schedule (2013-08-12, C#, 54KB, 下载29次)

http://www.pudn.com/Download/item/id/2328203.html

[TCP/IP协议栈] SyncChat

TCP/IP网络同步通信,类QQ网络即时聊天工具,服务器端和客户端界面和程序编写。
TCP/IP network synchronous communication, like instant messaging tool QQ network, server and client interface and programming. (2011-08-15, C#, 107KB, 下载29次)

http://www.pudn.com/Download/item/id/1622381.html

[TCP/IP协议栈] E03-AsyncChat

TCP/IP网络异步通信,类QQ网络即时聊天工具,服务器端和客户端界面和程序编写。
TCP/IP network asynchronous communication, like instant messaging tool QQ network, server and client interface and programming. (2011-08-15, C#, 109KB, 下载24次)

http://www.pudn.com/Download/item/id/1622379.html

[TCP/IP协议栈] CSharp_TCP

最近做了一个双机备份,就是服务器上有个文件夹,会接收客户端传来的文件,而我们要做的就是同步这台服务器和另一台备用服务器上的文件. 为了实现这个功能我们使用的tcp点对点传输.
Recently made a double backup, is there a folder on the server, the client will receive the documents came, and we have to do is sync it to another server and backup files on the server. To achieve this, we Use the tcp-point transmission. (2011-07-30, C#, 28KB, 下载9次)

http://www.pudn.com/Download/item/id/1610908.html

[TCP/IP协议栈] TcpIP

使用C#编写的采用TCP与UDP协议的服务器与客户端的时间,性能较高
Written using C# TCP and UDP protocols use server and client time, high performance (2011-05-15, C#, 92KB, 下载68次)

http://www.pudn.com/Download/item/id/1532869.html

[TCP/IP协议栈] TCPFILETRANS

本例是基于TCP协议的,实现客户端与服务器之间文件的传输
In this case is based on the TCP protocol, and implementation between the client and server file transmission (2009-04-08, C#, 120KB, 下载7次)

http://www.pudn.com/Download/item/id/707021.html

[TCP/IP协议栈] TCPNetKitbox

TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。 大家在使用中有什么好的意见或者建议,欢迎发送邮件到ghsnc@163.com。 马丹
TCP network debugging procedures of this procedure can be used for TCP communications debugging, includes the TCP server and client in two parts. TCP server can be the designated port eavesdropping, and at the same time deal with a maximum of 100 links. Real-time display over each link this data, as well as the need to manually choose which link to send data, or disconnect a link. TCP client can be on a certain IP (or domain name directly input) port for connection, real-time display is already connected to the server to send messages manually input can be sent to the server needs of the content. In the process of the preparation of some of their server or client procedure debugging time more useful. We use any good ideas or suggestions, please send an email to ghsnc@163.com. Martin (2007-04-14, C#, 54KB, 下载166次)

http://www.pudn.com/Download/item/id/268150.html

[TCP/IP协议栈] IPv6Server

该程序关于IPv6的编成例子 用C# 编写 简单易懂 该例子侧重服务器的编写 在Visual Studio .Net2003下编译通过
IPv6 on the procedures of the organization examples in C# prepared easily understood examples of the focus on the preparation of the server in Visual Studio. Under compile Net2003 (2005-08-25, C#, 1KB, 下载107次)

http://www.pudn.com/Download/item/id/108693.html
总计:127