资源列表
woSnmp
- 使用SNMP协议编程,可以获取网络设备任意MIB变量参数值。通过对一台网络路由器主要端口的周期性监测,获得并对结果实现动态图形显示。-use SNMP programming, network access equipment MIB variables arbitrary parameters. Through a network router main port cyclical monitoring, access to the results dynamic graphics.
邮件接收和发送20050908
- 邮件的发送与接收程序,经典功能完善。包含可执行程序及完整的源代码!-mail delivery and receiving procedures, classic functions. Contain executable and integrity of the source code!
SNMP协议_project
- SNMP示例代码,包括SNMP会晤层、请求消息、Agent、Trap、以及管理、异常等类-SNMP example code ,include SNMP meet layer,message request,Agent,Trap ,management ,exceptions ,and so on.
snmp提取mib-2信息
- 本程序是利用snmp协议提取mib2信息的小工具,可以用来查看主机的运行状态, 还可以利用它来分析网络流量。-use of this procedure is snmp agreement mib2 information from the small tool can be used to view mainframe operations, it can also be used to analyze network traffic.
snmp-ppc824x-lu.tar
- 移植在powerpc824x上的net-snmp,server端程序,支持版本v1, v2,v3-transplantation in the net-snmp, server software, supported versions v1, v2, v3
snmpsave
- 一个简单的SNMP协议应用的程序,可以自己设定主机和MIB-ID!-a simple SNMP application procedures, can set its own mainframe and MIB - ID!
server-client
- ServerSocket表示服务器上的套接字,该套接字等待并侦听来自客户端的服务。套接字表示服务器和客户端之间通信的端点。当服务器获得作为服务请求,它创建一个套接字与客户端进行通信,并继续侦听ServerSocket上的其他请求。客户端还创建一个套接字,以便与服务器进行通信。(ServerSocket represents the socket on a server that waits and listens for service from a client. Socket repre
TCPIPDemo
- tcpip 里面服务器和客户端的连接,发生和接收数据(Connection between server and client in TCPIP, generation and reception of data)
TCP-IP详解卷一:协议
- 《TCP/IP详解》一共三卷,其中卷二、卷三更多偏重于编程细节,而卷一更多偏重于基础原理,基本上都是通过实验先看现象,然后再来引出其背后的原理,所以如果没有什么基础,还是踏踏实实从头看,这对于网络工程师、软件工程师同样适用。对于嵌入式工程师,这其实也很适用,网络从提出到现在,过去了那么多年,还是一直被使用着,这足以见到网络的强大之处,而原理的东西,是根本,因此我很建议大家认真读。不过在嵌入式上,很多计算机网络的技术并没有用得太多,不过认真读一下就对了,没有为什么。(TCP-IP detailed
Netty
- netty 框架下 对电力IEC104规约进行解析(Analysis of power IEC104 protocol under netty framework)
IP新技术专题
- Segment Routing MPLS
socket ipv4通信源码
- socket ipv4通信源码,可以实现客户端和服务端ipv4通信。