Welcome![Sign In][Sign Up]
Location:
Search - csharp tcp server client

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:

[Program docMultithreaded TCP-UDP Client Server

Description: .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序-. Ne environment under the multi-threaded TCP/UDP programming examples son, which includes the server client program
Platform: | Size: 3072 | Author: 蓝鸥 | Hits:

[TCP/IP stackTCPNetKitbox

Description: 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
Platform: | Size: 55296 | 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:

[GDI-BitmapClient-Server

Description: C#写的聊天软件,如果正在学习C#网络的人这个程序不可不看,适合初学者!-C# Written in chat software, If you are learning C# Network of people can not watch this program suitable for beginners!
Platform: | Size: 245760 | Author: cxd | Hits:

[TCP/IP stackTcpTest

Description: 一个完整的TCP/IP。客户端服务器端连接程序。是学习C#网络编程基础的例程。-A complete TCP/IP. Client server-side connection procedures. Learning C# Network programming based on routines.
Platform: | Size: 45056 | Author: aq | 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:

[TCP/IP stackLixySocket

Description: 服务器+客户端的聊天程序,支持外网互通,使用TCP协议-Server+ Client chat program, support from the network, using TCP protocol
Platform: | Size: 379904 | Author: grf110 | Hits:

[Internet-Networkmidapexnet2.0

Description: 一个网络库,用c#编写,功能很强大,里面带了很多例子,包括tcpserver,tcpclient,加密server,client等等。里面有doc说明文档。-A network of libraries, with c# Prepared very powerful feature, which brought a lot of examples, including the tcpserver, tcpclient, encrypted server, client and so on. There are doc documentation.
Platform: | Size: 90112 | Author: 各宾 | Hits:

[TCP/IP stackTCP

Description: TCP通讯,可以完成测试(服务器与客户端)-TCP communications, to be completed test (server and client)
Platform: | Size: 9216 | Author: ray | Hits:

[Internet-NetworkTCP-SOCKET-Chat-Room-Source

Description: 一个用cSharp编写的聊天室,不算完善,客户端需要硬编码服务端的地址-CSharp prepared using a chat room, which is not perfect, the client needs of hard-coded server address
Platform: | Size: 1354752 | Author: 李亚明 | Hits:

[ICQ-IM-ChatJohnChat

Description: CS模式的基于TCP协议的聊天服务器/客户端源代码。-CS mode TCP protocol-based chat server/client source code.
Platform: | Size: 167936 | Author: ZeroWinNing | Hits:

[Windows DevelopFILES

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

[CSharpChatNetworkTCP

Description: Chat using Client and Server TCP by C#
Platform: | Size: 128000 | Author: egomes007 | Hits:

[TCP/IP stacktcpsample

Description: TCP服务器/客户端实例程序 适合初学者学习使用,高手就不用看了-TCP server/client example program
Platform: | Size: 125952 | Author: 咖啡 | 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:

[CSharpnetworkstuff_src_2003

Description: 网络实用工具,C#代码, client/server demo, TCP/UDP scan, arp, whois, wake on lan -network stuffs in C#, client/server demo, TCP/UDP scan, arp, whois, wake on lan ....
Platform: | Size: 777216 | Author: david euler | Hits:

[Internet-NetworkTCP

Description: C#写的基于TCP协议的服务器和客户端程序,实现简单的发送字符串的功能,适合初学者研究-Written in C# TCP protocol based server and client, simply send the string to achieve the function of research for beginners
Platform: | Size: 49152 | Author: SilverBullet | Hits:

[TCP/IP stackTcp

Description: 这是个基于C#语言实现的Socket通讯,分客户端和服务器端,能进行TCP通讯-This is based on C# language of the Socket Communications, sub-client and server side, capable of TCP communication
Platform: | Size: 81920 | Author: 徐康 | Hits:

[Communicationcsharp-tcp-modbus

Description: csharp tcp modbus 以太网通信方法 socket networkstream server client -csharp tcp modbus socket networkstream server client
Platform: | Size: 338944 | Author: lianlian | Hits:
« 12 3 »

CodeBus www.codebus.net