Location:
Search - tcp re
Search list
Description: Nast是一个基于Libnet 和Libpcap的sniffer包和LAN分析器。它可以在通常模式或混合模式下检查通过网络接口的数据包,并将包头和净荷以ASCII或ASCII- 十六进制格式转储。可以使用各种包过滤器。经过检查的数据可以保存在一个单独的文件中。作为一个分析工具,它可以检查网络上设置为混合模式的其它NIC,建立LAN上的所有主机的列表,捕获后台程序标志,转发TCP数据流,重置一个连接,决定一个链接类型是集线器还是交换机。-Nast is based on one of Libnet and Libpcap packet sniffers and LAN analyzer. It usually mode or in a mixed mode inspection of the network interface data packets and Baotou and payload, or ASCII to ASCII - hexadecimal format dump. Can the use of packet filters. After inspection data can be stored in a separate document. As an analytical tool, it can check on the network is set to a mixed mode of other NIC, established on the LAN list of all hosts, background capture procedures signs TCP transmitted data stream, re-connecting a decision is a type of link hubs or switches.
Platform: |
Size: 126478 |
Author: 董常庆 |
Hits:
Description: 看了袁渊先生在VC知识库《在线杂志》第14期发表的文章《基于TCP/IP的局域网多用户通信》,感觉受益颇多,但也觉得里面有一些不太完善的地方,具体来说主要有:
1、两个服务器单独运行,且主线程均阻塞,用户界面死锁,不便于控制;
2、聊天服务器线程和互斥量的使用可能导致死锁;
3、不能实现文件传送(文件传送可不能由服务器转发,否则非把它累趴下不可^-^);
4、不能由用户进行网络设置,所以在不同的网络使用必须修改源程序等等;
我在此基础上重新设计编写了一个系统
-read YUAN Yuan in VC knowledge base "online magazine" 14 published an article, "based on TCP / IP LAN multi-user communication", I feel a lot of benefit, but also think that there are some less than perfect, specifically are : 1, 2 server running, and the main threads are blocked, the user interface Deadlock, facilitate control; 2, chat server threads and contradict the use of volume may lead to deadlock; 3, achieve file transfer (FTP can be transmitted by the server, otherwise he will not get on the ground tired ^ - ^) ; 4, and not by users for network configuration, the different networks must be revised source, etc.; I would like to re-design on the basis of the preparation of a system
Platform: |
Size: 223079 |
Author: 阿健 |
Hits:
Description: When you re developing a TCP/IP server application it s easy to test it poorly. In this article we develop a test framework that does most of the hard work for you.
-developing a TCP / IP server APPLIS ication it s easy to test it poorly. In this Artic le we develop a test framework that does most of t he hard work for you.
Platform: |
Size: 28201 |
Author: stephen |
Hits:
Description: eBook \"Multimedia Technology Fundation and Application\", PDF file,re-edited on Dec 19, 2006.
Contents: MIDI, Encoding,Compression, Image Format, MPEG TV, TCP/IP, HTML, JavaScript -eBook "Multimedia Technology a Fundation nd Application ", PDF file, re-edited on Dec. 19, 2006. Contents : MIDI, Encoding, Compression, Image Format, MPEG TV, TCP / IP, HTML, JavaScript
Platform: |
Size: 5122727 |
Author: ms |
Hits:
Description: 服务器端采用mysql数据库
客户端和服务器的通讯采用UDP协议,并具有超时重发、重复性检验等安全机制
客户端之间的通讯采用TCP协议
可传输消息和文件
在本地存储好友信息、分组信息、(系统)消息。-server using mysql database client and server communications using UDP, with overtime and re-issued, repetitive inspection security mechanism between the client communications can be used TCP transmission of information and documents stored in local friends Information, a message that (system) information.
Platform: |
Size: 978917 |
Author: 摩尔 |
Hits:
Description: Host Identity Protocol on Linux is an implemetation of the Host Identity Protocol (HIP) and the related architecture. HIP is a proposal to change the TCP/IP stack to securely support mobility and multi-homing. Additionally, it provides for enhanced security and privacy and advanced network concepts, such as moving networks and mobile ad hoc networks. HIP is \"cool\", which means that as a mobile VPN solution, when your network interfaces go up or down, there is no need to re-establish a secure tunnel.
Platform: |
Size: 2965982 |
Author: nihao |
Hits:
Description: 用TCP编写的chat_server和chat_client,一定要先运行chat_server,再运行chat_client,否则会出错。不必要一方一次说一句,一方可以连续说多句。用byte[],能显示汉字。-prepared by using TCP chat_server and chat_client, you must first run chat_server, re-running chat_client, otherwise they will be wrong. Unnecessary time that a party, that party can more consecutive sentence. With byte [], can show that the Chinese characters.
Platform: |
Size: 2160 |
Author: app |
Hits:
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: 111143 |
Author: 王小文 |
Hits:
Description: 用TCP编写的chat_server和chat_client,一定要先运行chat_server,再运行chat_client,否则会出错。不必要一方一次说一句,一方可以连续说多句。用byte[],能显示汉字。-prepared by using TCP chat_server and chat_client, you must first run chat_server, re-running chat_client, otherwise they will be wrong. Unnecessary time that a party, that party can more consecutive sentence. With byte [], can show that the Chinese characters.
Platform: |
Size: 2048 |
Author: app |
Hits:
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:
Description: Nast是一个基于Libnet 和Libpcap的sniffer包和LAN分析器。它可以在通常模式或混合模式下检查通过网络接口的数据包,并将包头和净荷以ASCII或ASCII- 十六进制格式转储。可以使用各种包过滤器。经过检查的数据可以保存在一个单独的文件中。作为一个分析工具,它可以检查网络上设置为混合模式的其它NIC,建立LAN上的所有主机的列表,捕获后台程序标志,转发TCP数据流,重置一个连接,决定一个链接类型是集线器还是交换机。-Nast is based on one of Libnet and Libpcap packet sniffers and LAN analyzer. It usually mode or in a mixed mode inspection of the network interface data packets and Baotou and payload, or ASCII to ASCII- hexadecimal format dump. Can the use of packet filters. After inspection data can be stored in a separate document. As an analytical tool, it can check on the network is set to a mixed mode of other NIC, established on the LAN list of all hosts, background capture procedures signs TCP transmitted data stream, re-connecting a decision is a type of link hubs or switches.
Platform: |
Size: 126976 |
Author: 董常庆 |
Hits:
Description: 看了袁渊先生在VC知识库《在线杂志》第14期发表的文章《基于TCP/IP的局域网多用户通信》,感觉受益颇多,但也觉得里面有一些不太完善的地方,具体来说主要有:
1、两个服务器单独运行,且主线程均阻塞,用户界面死锁,不便于控制;
2、聊天服务器线程和互斥量的使用可能导致死锁;
3、不能实现文件传送(文件传送可不能由服务器转发,否则非把它累趴下不可^-^);
4、不能由用户进行网络设置,所以在不同的网络使用必须修改源程序等等;
我在此基础上重新设计编写了一个系统
-read YUAN Yuan in VC knowledge base "online magazine" 14 published an article, "based on TCP/IP LAN multi-user communication", I feel a lot of benefit, but also think that there are some less than perfect, specifically are : 1, 2 server running, and the main threads are blocked, the user interface Deadlock, facilitate control; 2, chat server threads and contradict the use of volume may lead to deadlock; 3, achieve file transfer (FTP can be transmitted by the server, otherwise he will not get on the ground tired ^- ^) ; 4, and not by users for network configuration, the different networks must be revised source, etc.; I would like to re-design on the basis of the preparation of a system
Platform: |
Size: 223232 |
Author: 阿健 |
Hits:
Description: 我上传的文件开发环境都是ADS 1.2
ARM网络开发程序包,内有pdf说明文件。
ZLG/IP提供实现 Internet 网络上 IP接点的功能,是个高性能的嵌入式 TCP/IP 协议栈软件。它使用μC/OS-II 实时操作系统的信号机制来实现一个多任务并行并可重入的协议栈,完全使用 ANSI C 进行编写,可以象μC/OS-II 那样支持多种 CPU。ZLG/IP还具有层次清晰,易于升级和修改等特点-I upload a document development environment is the development of ADS 1.2ARM network package with a pdf documentation. ZLG/IP to provide Internet network to achieve the functions of IP-contact is a high-performance embedded TCP/IP protocol stack software. It uses μC/OS-II real-time operating system mechanisms to signal the realization of a parallel multi-tasking and re-entry of the protocol stack, fully prepared to use ANSI C, can be as μC/OS-II as support multiple CPU. ZLG/IP also has the level of clear, easy to upgrade and modify the characteristics of
Platform: |
Size: 305152 |
Author: 杨芸健 |
Hits:
Description: 该程序实现了通过tcp协议来从网络的另外一个中断来接收数据,可以用在嵌入式的智能小区中端-Realize the program through the tcp protocols from the network another interruption to receive data, can be used in embedded intelligent community in the end
Platform: |
Size: 154624 |
Author: 张解 |
Hits:
Description: 在Windows CE下示範了使用超級終端機的服務,監視Windows CE裝置上的port1000的位置,並且當任何應用程式連線時,提供目前的時間和系統自上次重新設定後所經過的毫秒數。-Under the Windows CE model in the use of super-service terminals, surveillance, Windows CE devices port1000 position, and when any application to connect to provide the current time and the system since the last re-set after a few milliseconds after .
Platform: |
Size: 838656 |
Author: Chou Wan |
Hits:
Description: Transmission Control Protocol, defines the protocol for one host (host application) to talk to another.
Layer four of the OSI/ISO model. TCP is connection oriented. Uses PAR (positive Ack with
re-transmission). Treats data as a stream.(you may erase pages 1,2,3)
Platform: |
Size: 174080 |
Author: cascadas |
Hits:
Description: 使用c++编写了对点 语音聊天软件,实现两台主机之间得语音通信,首先通过声音采集,然后利用ACM接口压缩音频数据,将数据发送到目标主机,主机接收数据后,解压缩音频数据,并播放,以此实现了点对点得语音通信。利用TCP/IP协议来确认连接状态(TCP/IP协议是可靠的协议,TCP负责发现传输的问题,一有问题就发出信号,要求重新传输,直到所有数据安全正确地传输到目的地,),UDP协议(UDP是一个无连接协议,传输数据之前源端和终端不建立连接,当它想传送时就简单地去抓取来自应用程序的数据,并尽可能快地把它扔到网络上)来实现数据的发送和接收。ACM WAVEX -Using c++ write software for peer to peer voice chat, to achieve voice communication between two host computers were first collected by the sound, and then use ACM compressed audio data interfaces, data sent to the target host, the host receives data, extract audio data, and play, to assert the point was voice communications. Using TCP/IP protocol to confirm the connection status (TCP/IP protocol is a reliable protocol, TCP is responsible for the problems found in transmission, a signal problem on the demand for re-transmission until all the data security and correctly transferred to the destination), UDP protocol (UDP is a connectionless protocol, transmission of data source and the terminal before the connection is not established, when it simply when you want to transfer to crawl from the application of data and throw it as quickly as possible on the network ) to achieve data transmission and reception.
Platform: |
Size: 2726912 |
Author: 里小号 |
Hits:
Description: 强大的TcpServer压力测试工具源码(附突破连接限制的方法和工具)(再次补丁版)-Powerful stress test tool TcpServer source (with breakthrough methods and tools connection limit) (re-patch version)
Platform: |
Size: 1185792 |
Author: 冷月宫主 |
Hits:
Description: 这是TCPIP协议的两个Labview编程,先运行服务器端的程序,再运行客户端的程序,注意客户端的端口和IP地址要和服务器端一致。-This is the TCPIP protocol two Labview programming, first run the server-side program, then run the client program, pay attention to the port and the client and server IP address to be consistent.
Platform: |
Size: 66560 |
Author: 方周 |
Hits:
Description: Experimental audit of TCP (re)transmission.
Platform: |
Size: 48128 |
Author: pangpoubs |
Hits: