搜索资源列表
嵌入式单片机ppp协议的应用研究
- 嵌入式单片机PPP协议的应用研究介绍了PPP 协议原理、单片机ppp协议、单片机与pc机之间ppp连接的建立,程序流程等。非常不错的一篇文章。-embedded microcontroller PPP agreement on the application of the PPP principle agreement, the 8031 ppp agreement SCM and pc-ppp connection between the establishment of procedures
TCPNetKit
- 本程序用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。-the procedures
Soft20060210091948243
- 一模块功能 做到在互连网的语音通信功能,使用g.729压缩,语音比较清晰,但有一点停吨现象。 二.结构 dll 中用了一个tcp连接,表示双方连通没有,用udp发送语音数据,发送端表明了发送顺序,接收端重排了顺序。-do a functional module in Internet voice communications functions, the use of g.729 compression, voice clear, But it stopped tons phenomenon.
TCPNetKitbox
- TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。 大
NetConnect
- Automatically redials the connection to the internet if it drops. Can set the interval of checking. -Automatically redials the connection to t he internet if it drops. Can set the interval of c hecking.
TCPmessager
- 获取当前本机的TCP连接信息的E语言源码-access to the machine's current TCP Connection E. language information source
ListenTCP
- 基于libnids的显示TCP连接-libnids based on the TCP Connection show
TCP
- 初学VC,这是一个简单的TCP连接例子.分为Server和Client两个程序。-novice VC, This is a simple example of the TCP connection. Server and Client divided into two procedures.
ping_0.23
- ping命令是用来查看网络上另一个主机系统的网络连接是否正常的一个工具。ping命令的工作原理是:向网络上的另一个主机系统发送ICMP报文,如果指定系统得到了报文,它将把报文一模一样地传回给发送者,这有点象潜水艇声纳系统中使用的发声装置。-ping command is used to check on another network host system's network connection of a normal tool. Ping orders of the working
metacortex-v1.0.1.tar.gz
- OpenBSD PF的图形界面(WebBase)管理工具,支持图形界面的规则管理和分析,系统状态(进程,负载,网络)的查看,手工和定时自动的连接状态与连接日志分析和报表功能。 主要特性: PF Statistics active connections, current ruleset. TCP, UDP, ICMP based PF log analysis. Local System Status process, uptime, vm stats. Web based PF
TCP_C
- 用于TCP连接,基于C++语言编写的一个程序。-For the TCP connection, C++ language based on a program.
Chat_Socket
- 实现“一对多的自由”聊天程序: (1)服务器端用户可以和多个客户聊天; (2)服务器端通过多线程与与每个客户端用户连接; (3)服务器端线程ID标识客户端用户;其中一方通过控制台输入消息,依次轮流向另一方发送数据。-Achieve " the freedom of one to many" chat program: (1) server-side user can chat with multiple customers (2) through a multi-
TCP
- 用c语言编写的TCP文件,实现面向连接的传输功能-Using c language to write the TCP file to realize the connection-oriented transmission
tcpcscacpp
- 详细描述了使用TCP/IP协议分别与服务器端和客户端建立连接的过程,-Detailed descr iption of the use of TCP/IP protocol with the server-side respectively, and the client connection process
tcpudp
- 上传的是一些tcp协议和udp协议的一些相关的资料,包括心跳包,滑动窗口,数据库连接池-Upload some tcp protocol and udp protocols some relevant information, including heartbeat package, sliding window, database connection pool
TCPTest
- C语言实现TCP连接的测试程序,源码经多次重复测试没有问题或bug-C language realization of TCP connection test procedures, source code, as there is no problem with repeated testing or bug
TCP-connection
- tcp connection module code .-tcp module code.
SMPP
- SMPP(short message peer to peer)协议是一个开放的消息转换协议;它定义了一系列操作的协议数据单元(PDUS)和当SMPP运行时ESMS应用系统与SMSC之间交换的数据格式。从而完成SMSC与ESMES(外部短消息实体)的信息交换。SMPP是基于SMSC与ESME之间的请求和响应协议数据单元的交换,每一个SMPP操作都由一个请求PDU和相应的一个响应PDU组成,并且这种交换是在TCP/IP或x.25网络连接之上的.-SMPP (short message peer t
SOCKET-Connection
- 在vs2010环境下,编程实现socket连接;里面含有两个不同的例程-Programming socket connection vs2010 environment which contains two different routines
lost ping
- This utility make ping continusly for testing the connection to an IP showing the time a connection is lost and when it return.