搜索资源列表
基于TCPIP的局域网多用户通信系统
- 基于TCP/IP协议的网络多用户通信系统,可实现聊天、文件传送等应用,C++写的。-based on the TCP / IP protocol network multi-user communication system can achieve chatting, file transfer and other applications written in C.
serverclient
- TCP/IP协议是网络通信的基础性协议,通过实验深入理解和掌握基于TCP/IP协议的网络通信概念、原理以及网络客户机/服务器模型的感念,熟悉常用的Windows API函数的用法,利用C++语言实现流式套接字的网络通信编程。 实验采用C/S结构,使用TCP/IP协议,服务器IP地址为本地127.0.0.1,客户、服务器端口为6000。服务器先运行进入等待连接状态,客户端与服务器连接后开始通信。 实验项目的实验方法概述: 实验采用C/S结构,使用TCP/IP协议,服务器IP地址为
ChatRoom
- 用TCP/IP协议实现的网络聊天室,做的比较粗糙,界面很普通,只能达到基本的通信要求,可以进一步拓展。
c++_P2P
- 本源代码实现了用C++ builder设计一个基于Tcp/Ip协议的点到点的通信系统,其中包括点到点用户聊天控件、简单文件传输控件、客户端协议、服务器端协议等。
TCPREALIZETION
- 实现嵌入式TCP/IP协议栈的一个例子,ARM芯片通过TCP/IP协议栈实现与电脑的通信。
tcp_ip_design_report.doc
- 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌
Csocket
- tcp/ip协议下实现服务器与客户端之间通信,利用MFC的类CSocket-tcp/ip protocol to achieve communication between server and client using the MFC CSocket class
UPDClientServer
- 实现基于tcp/ip协议的上位机client客户端功能,可以实现下位机有以太网接口的嵌入式系统与PC机的数字通信,达到测试嵌入式系统以太网功能的目的-Based on tcp/ip protocol client PC client function, can be achieved under the bit machines have Ethernet interface of embedded systems and PC-digital communications, to test e
ChatRoom
- 完整的网络编程程序 使用TCP/IP协议实现通信 包括服务器端和客户端-Complete procedures for the use of network programming TCP/IP communications protocols, including server-side and client
MASM_TCP
- C/S 模型, 通过TCP/IP协议实现两个IP之间的简单通信.-C/S model, through the TCP/IP protocol to achieve a simple communication between two IP.
tcp
- linux平台下的基于TCP/IP协议的 TCP网络服务器,实现简单的通信,并发响应。-linux platform-based TCP/IP protocol TCP network server, simple communications, concurrent response.
TCP-IP
- 给予TCP/IP协议的套接字通信,能实现两个IP地址的通信。-For TCP/IP socket communication protocol, to achieve the two IP addresses communication.
TCP
- 利用TCP/IP协议实现局域网通信的服务器程序,负责接受来自局域网中客户端的信息-LAN communication server program using TCP/IP protocol, responsible for receiving information from the client LAN
tcp_conncet
- 利用tcp/Ip协议实现主机端和客户端的通信-tcp/ip
socket
- Linux下socket客户端和服务端的通信,实现TCP/IP协议下的命令传输和执行命令后的结果返回-Under Linux socket client and server communications, TCP/IP protocol under the command transfer and return the results after executing the command
the-process-of-TCP-IP
- 这是一份关于实现TCP/IP通信的C/C++的源代码,对于了解此通信协议且需编程的开发员有用-This is a C on the realization of TCP/IP communications/C++ source code, and developers need programming useful for understanding this communication protocol
1
- TCP/IP 协议开发的源代码,用于建立正确并且可靠地连接,实现通信双方的通信。-TCP/IP protocol developed source code used to build correctly and securely connected to the communication to achieve communication between the parties.
Socket_CPP
- 一个基于socket通信方式的小型局域网即时聊天应用,包含服务器端与客户端的具体实现,适用于网络编程初学者理解TCP/IP协议栈的工作原理。-Based on a small LAN socket communication instant messaging applications, including implementation of the server and client for network programming for beginners to understand TCP
NonblockingTcpServer-master
- 实现异步的通信模型,采用TCP/IP协议,C++语言编写的通信服务器,基本不丢包并且能自动进行消息包的纠错效验。(Realize the asynchronous communication model, communication server using TCP/IP protocol, C++ language, basic packet loss and can automatically check error message packets.)
zlg_udp
- 利用rtl8019as实现单片机以太网的连接,主要对TCP/IP协议进行简化。(Using rtl8019as to realize the Ethernet connection of MCU, the TCP/IP protocol is simplified.)