搜索资源列表
chat
- 用“WinSock”控件建立了一个“聊天”程序。该程序可以同在同一台计算机上运行,也可以在网络中的两台计算机上运行。整个程序分为两部分,一部分是客户端,另一部分是服务器端。两部分程序结合使用,即可实现计算机之间的通信,在网上“聊天”。 聊天程序的客户端部分,用于接收和发送从主机传递过来的信息,程序的操作在菜单中进行。程序运行起来后,可通过菜单建立与主机之间的连接。 聊天程序的服务器端部分,用于接收和处理从用户端传递过来的信息。程序运行起来后能够“监听”客户端口,满足用户端提出的连接请
SeverAndSocket
- 程序的编写采用流行的网络编程语言 JAVA编写 编辑环境为Eclipse。 源工程已经打包好在“服务器-客户端-工程”文件夹内。(可执行文挡) 默认的服务器测试文件是放在“D:/Test.rar”如没有,请在D创建文件Test.rar 服务器默认的IP为本地机器(localhost),默认的端口号为:8001(请在客户端填写的时候注意) -Procedures for the preparation of the popular web programming lang
uCLinux_S3C4510B
- 基于uCLinux和S3C4510B的网络通信设计,详细描述串口服务器的实现过程-UCLinux and S3C4510B based network communication design, detailed descr iption of the implementation process of the serial port server
L2109_MessageAndBrew
- 第二章\服务器程序\ Server 第二章\客户端程序\Client 第二章\调用WSAEventSelect\ EventSelect 第二章\重叠I/O模式\ Overlap 第二章\完成端口模式\ IOcmplt 第二章\线程池\ TreadPool 第四章\七位编码\ EnglishCode 第四章\八位编码\ Enc
cSharp-socket-mutiport-programming(1)
- 本文讲下C#使用socket实现多端口通信,挺不错哦,一起看下吧。 基本思路是: 1》服务端监听(用一个公用的端口接收连接的请求如:6666)。 2》客户机请求连接端口为6666 3》服务器接受请求然后再监听一个新的端口,再把这个端口发送给客户机。 4》客户机接到发来的端口,再重新连接服务器此端口。 5》服务器保存每一个连接的客户机。 -This article about C# using the socket und
aSimpleIOCP
- 如何开发一个简单的完成端口服务端?看看这篇文章吧-How to develop a simple completion port server? Read this article
TCPServer
- TCP server (open a port to receive in-coming data)-TCP server
HTTPSVR
- 功能精简,完成Web 服务器该有的服务,访问计数,设置端口,设置路径,可读性好,好理解。-Functions streamlined to complete the Web server that some service, access count, set the port, set the path, readable, easy to understand.
wifimodII
- WIFI(802.11b/g)串口服务器应用说明-WIFI (802.11b/g) descr iption of the serial port server applications
birt
- 修改Tomcat端口号步骤: 1.找到Tomcat目录下的conf文件夹 2.进入conf文件夹里面找到server.xml文件 3.打开server.xml文件 4.在server.xml文件里面找到下列信息 <Connector port="8080" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" accept
gbox na Echolite-Echosmart
- Ovaj tutorial je detaljniji, kako se konfigurise gbox na Echolite-Echosmart risiverima, od onog sto je postavljen na www.satweb.org . Dezarhivira se fajl mpcs-0.8k-gbox-Beta4_Echosmart koji sadrzi 3 direktorijuma. Mpcs Transer_To_Nets_1.30 Transer_To
ST32F217GZ_UMSD.RAR
- STM32F217GZ_ETH.rar - WEB server to test external memory and interaction with SK-WF43BTIBED0TP-Plug ST32F217GZ_VCOM.RAR - project a virtual COM port ST32F217GZ_UMSD.RAR - SD card reader. Attention! Communication with the card is organized not b
HttpServer
- 初始化DM642的网口,使能HTTP功能,外接EMAC网口可实现web服务器-The network port initialization DM642 enable HTTP web server function, external EMAC Ethernet port
linux_proxyserver
- 客户端:读入用户输入的数据、目标端口和目标地址。 代理服务器:检测用户输入的目标地址是否合法,接受客户端发送的信息,并转发给服务端。 服务端:接受代理服务器端发送的信息,通过管道实现远程控制。 功能:数据转发,屏蔽一些服务器地址,使客户端无法访问,实现客户端和服务端的远程同步。-Client: read user input data, the destination port, and destination address. Proxy Server: detecting
linuxSocket
- 网络程序和普通程序的最大区别就是网络程序分为两个部分:客户端和服务器端。 网络程序是服务器端先启动,等待客户端的连接。一般服务器端绑定在一个端口进行监听,直到有一个客户端发来了请求。-Network program and procedures biggest difference is the network program is divided into two parts: the client and server side. The network program is a ser
GPRS-Server-IP-and-routing-setup
- GPRS 服务器IP 与路由设置说明在SIM 卡开通GPRS 服务后,GPRS 控制卡每次上电都会根据已经设置 好的登陆方式、服务器IP、端口号进行远程自动连接到服务器软件-GPRS Server IP and routing setup instructions in the SIM card GPRS service after, GPRS control card will be based on each power has set a good landing approach,
serial-settine
- 威伦通液晶在线模拟串口设置图解 EB8000----MODBUS Server----rs232- 您是不是要找: 威纶通液晶在线模拟串口设置图解 EB8000----MODBUS Server----rs232 Willen online simulation serial port settings through the LCD graphic EB8000---- MODBUS Server---- rs232
CSharp-CSharp
- C#抓包工具实现源代码(转)2009-11-09 用wireshark的命令行模式和windump抓包有时候很难满足抓包的需求,比如我们在一台http服务器上抓http的某个头是指定值的包及iis给其的响应,而其它的包都不要,用现有工具好像就不好实现了,winddump的规则也顶多指定协议、端口之类,具体包的内容过滤上好像就束手无策了,于是想自己做一个,找了一些wincap开发的资料,貌似c#相关的资料不多,找到一个却不能调试,于是又找了一篇讲c#监控网络流量的文章,改造了一下,做了一个命令行抓
hercules_3-2-8
- Serail Port, TCP IP Server testing software
embedded-serial-port-server
- 基于stm32f107的串口服务器设计思路,系统包含DP83848,使得串口设备能够能够联网的设计。- 检测到:中文 » 英语 Based on the design of serial port server stm32f107, system contains DP83848, enables the serial port equipment can to networking design.