资源列表
RASsw
- 实现RAS客户类拨号上网系统 RAS远程访问服务(RemoteAccessService),在Windows98/95中作为\"拨号网络系统\",让用户在遥远位置工作就好象对计算机网络直接连接,可以访问一个或更多RAS服务器-achieve the client system RAS dial-up Internet remote access services (RemoteAccessService), the Microsoft Windows98/95 as "dial-up
ddns
- 路由器DDNS的源代码 开发平台为ECOS,嵌入式系统-hotspot router source code development platform for ECOS, embedded systems
Dialupass1
- 一般用户的拨号上网,利用的是Windows的Remote Access Service(RAS,远程访问服务)。拨号信息是放在注册表里的,本程序实现对拨号密码的获取-users of dial-up Internet access using the Windows Remote Access Service (RAS, remote access services). Dial-up information on the registry's, the program for dial
net_birdge
- 该代码在FB中提供桥接功能,不过他只是在以太网接口上工作,能提供多个逻辑桥-FB provide bridging function, but he is in Ethernet interface, logic can provide a number of bridge
mint-1.2.tar
- Multicast Packet Generator 多播包生成器
Ping(ping)
- windows下,一个有关PING命令的实现和解析.-windows, one of the PING order to achieve and analytical.
nnnn
- 网络传输器,可以发送,接收文件,速度快.
服务器客户端1
- 这也是客户端服务器一个简单的设计,比刚刚上传的那个严谨点-This is a client-server design simple, just upload that the stringent points
穿透代理服务器
- 可穿透代理服务器的程序- May penetrate the proxy server the procedure
ClientDll
- 封装了winsock的通信模块,具有不限制大小的文件和数据传送功能,具有rpc调用接口,是一个属于文件和数据传输的高层封装类的客户端-the communications module, with no limit to the size of documents and data transmission functions with rpc call interface, is a document belonging to the data transmission and high-le
用UPD协议实现广播通信
- VC编程用UPD协议实现广播通信 UPD 是USER DATAGRAM PROTOCAL 的简称,是一种在网络上提供的无连接的传输协议。用UDP通信有以下特点: 1、 数据传输不用建立连接,所以不可靠; 2、 数据的发送是面向整个网络的,任何一台在局域网内的计算机都可以接收到相同的数据;