Welcome![Sign In][Sign Up]
Location:
Search - csharp tcp/ip

Search list

[TCP/IP stackJBSocketServerTestSource

Description: Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using the actual production client application you may find that you are failing to fully test the server under heavy load or unusual network conditions. You may be using two or more machines, but your development network probably doesn t cause the kind of packet fragmentation and delays that you might encounter in the wild. Often when testing in the development environment your server only ever receives complete, distinct messages, and this can lead novice developers to assume that this is how it always is. As we pointed out in a previous article, the server developer is always responsible for breaking up the TCP byte stream into protocol specific chunks.
Platform: | Size: 110592 | Author: 王小文 | Hits:

[CSharpOpen-TCP-IP

Description: 最新的lwip协议栈,内容包括tcpip,ppp,slip等协议-latest lwip protocol stack, including TCPIP, ppp, slip such agreements
Platform: | Size: 106496 | Author: 马前 | Hits:

[CSharpTCPClientServerST

Description: tcp ip c# 实现 用。NET 例子-tcp ip c# used.NET example
Platform: | Size: 7168 | Author: 李德国 | Hits:

[CSharpTCPDate

Description: tcp ip DATA 用VS。NET的例子-tcp ip with VS.NET example
Platform: | Size: 12288 | Author: 李德国 | Hits:

[CSharpWindowsApplication000

Description: 通过socket,TCP/IP协议,从WEB服务器(填写网站地址或IP地址)下载网页,保存到指定硬盘空间。-through the socket, TCP/IP, from the Web server (fill in Web addresses, or IP address) to download Web pages, designated to preserve disk space.
Platform: | Size: 25600 | Author: 张原 | Hits:

[CSharptcp_s_c

Description: tcp ip 的连接示意程序,可以实现在不同机器上的客户端与服务器的连接-tcp ip link indicate procedures can be achieved in different machines on the client and server connectivity! !
Platform: | Size: 242688 | Author: 天斜 | Hits:

[TCP/IP stackTCP_IP

Description: TCP服务器监听程序,及客户端测试,用于GPS车载终端的TCP/IP通讯:发送/接受命令和短信等-TCP server monitoring procedures, and client testing, GPS car terminal for the TCP/IP communication: send/accept the message, such as orders and
Platform: | Size: 38912 | Author: whj | Hits:

[Windows DevelopFILES

Description: Generic TCP/IP Client/Server
Platform: | Size: 991232 | Author: king | Hits:

[TCP/IP stackicancu

Description: 一个经典的网络通信示例,基于Tcp/Ip的socket通信,编写环境为c#.net2005-A classic example of network communication, based on Tcp/Ip for socket communications, the preparation of the environment for the c#. Net2005
Platform: | Size: 4829184 | Author: 高会新 | Hits:

[Windows CETCP_Server_Csharp

Description: TCP/IP服务器,编程环境VS2008编程语言c#。提供TCP侦听链接和数据交换功能。-TCP/IP server and programming environment VS2008 programming language c#.
Platform: | Size: 64512 | Author: zhnglingshan | Hits:

[TCP/IP stackConnection_w_Timout_client

Description: Tcp/IP Sockets with Timeout C# dotNet framework-Tcp/IP Sockets with Timeout C# dotNet framework
Platform: | Size: 47104 | Author: greybeard | Hits:

[CSharpTCPIP_Sockets_Chat_Demo_Source

Description: An example of how to implement TCP/IP sockets in C# using .NET.
Platform: | Size: 353280 | Author: KennyB | Hits:

[TCP/IP stackTCPIP

Description: TCP/IP 端口监听,TCP/IP 协议 VS2005 C#-tcp/ip listen
Platform: | Size: 80896 | Author: laoco | Hits:

[OtherTCP-IP

Description: Learning C# for networking
Platform: | Size: 778240 | Author: Hien | Hits:

[CSharpcsharpfr_SERVEUR-ESCLAVE-MODBUS-TCP-IP___Page

Description: This server / ModBus slave simulates equipment communicating with the ModBus protocol on a TCP / IP as a controller for example. It responds to requests from a master / client. I used ModScan32 and a monitoring software that I developed in my company for testing. Some details: - 4 tables of data are scaled to 200 items each (constant chosen arbitrarily) and values of each item (bit / register) can be modified in the cell corresponding - Responses to requests functions 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x10, 0x0F - Return management of exceptions ModBus started but complete - Visual refresh table data after a write request to complete The software is not finalized and has been tested only in certain configurations, it must contain some bugs. If you detect inconsistencies vis-à-vis the protocol, please let me know (I have some issues that differ among the PDF and found the software testing as ModScan32). Development in Visual Studio. NET 2008.-This server/ModBus slave simulates equipment communicating with the ModBus protocol on a TCP/IP as a controller for example. It responds to requests from a master/client. I used ModScan32 and a monitoring software that I developed in my company for testing. Some details: - 4 tables of data are scaled to 200 items each (constant chosen arbitrarily) and values of each item (bit/register) can be modified in the cell corresponding - Responses to requests functions 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x10, 0x0F - Return management of exceptions ModBus started but complete - Visual refresh table data after a write request to complete The software is not finalized and has been tested only in certain configurations, it must contain some bugs. If you detect inconsistencies vis-à-vis the protocol, please let me know (I have some issues that differ among the PDF and found the software testing as ModScan32). Development in Visual Studio. NET 2008.
Platform: | Size: 60416 | Author: bigui | Hits:

[CSharpcSharp-tcp-ip

Description: C#编写的TCP/IP文字传输,可以连接到远程地址、端口,也可以监听本地端口-Written in C# TCP/IP Transfer, you can connect to the remote address, port, local port can monitor
Platform: | Size: 88064 | Author: jammylee | Hits:

[Othertcp-ip-sockets-in-cSharp

Description: c#下tcp/ip sockets的详细原理及应用。 主要内容有: socket的原理介绍 收发消息 阻塞、线程等。-TCP/IPSocketsinC# Practical Guide for Programmers Contents: 4 Beyond the Basics 4.1 Nonblocking I/O 4.2 Multiplexing 4.3 Threads 4.4 Asynchronous I/O 4.5 Multiple Recipients 4.6 Closing Connections 4.7 Wrapping Up 4.8 Exercises 5 Under the Hood 5.1 Buffering and TCP 5.2 Buffer Deadlock 5.3 Performance Implications 5.4 TCP Socket Life Cycle 5.5 Demultiplexing Demystified 5.6 Exercises
Platform: | Size: 1604608 | Author: grace | Hits:

[Internet-NetworkcSharp-TCP-Server

Description: 主要用于C#针对TCP/IP协议的网口通讯功能 以PC机作为服务器-Mainly used in C# for TCP/IP protocol communication network interface to PC, as the server
Platform: | Size: 119808 | Author: yc | Hits:

[TCP/IP stackSyncChat

Description: TCP/IP网络同步通信,类QQ网络即时聊天工具,服务器端和客户端界面和程序编写。-TCP/IP network synchronous communication, like instant messaging tool QQ network, server and client interface and programming.
Platform: | Size: 109568 | Author: 陈宝生 | Hits:

[CSharpTF6310-TCP-IP

Description: 倍福TCP-IP源代码,安装即可调用库文件(Beckhoff TCP source code, installation can call library files.)
Platform: | Size: 1254400 | Author: 烦烦烦2啊 | Hits:
« 12 3 4 »

CodeBus www.codebus.net