Description: TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl Harris, who called the prawns, he prepared the code of its spread to the Internet for all to study and discussions. This code is only the most simple description of the proxy operation, but it is classic, it is not only a clear picture of the client / server system concept, but includes almost Linux Network Programming in them, and very suitable for the Linux Network Programming beginners to learn. Platform: |
Size: 2043 |
Author:bob |
Hits:
Description: 一个标准版的代理服务器源码。支持UDP,HTTP,TCP多种方式代理。.. -a standard version of the proxy server source code. Support for UDP, HTTP, TCP Acting variety of ways. .. Platform: |
Size: 119962 |
Author:邵丹 |
Hits:
Description: pop3代理服务器通过监听其他机器上139端口发来的smb连接请求来得到登录密码的程序例子,有tcp和netbios两种实现方式-pop3 proxy server through eavesdropping on other machines to 139 ports made the smb request to be connected Login password procedures example, tcp and netbios implemented in two ways Platform: |
Size: 30407 |
Author:黄花菜 |
Hits:
Description: Firepass - 一种隧道技术工具,通过它可以避开防火墙的规则约束,将数据流封装在合法的HTTP POST请求中。任何基于TCP/UDP协议的子协议可以通过它来穿越HTTP代理服务器对HTTP协议的严格审查。到目前为止,客户端和服务器端仅用PERL语言编写。服务器端作为一个CGI脚本运行在WEB服务器上。Firepass的主要特点是用户可以在外网使用几种方法安装服务器端脚本。用户无需在外网计算机上帮定任何端口。当服务端脚本被置于企业WEB服务器上,客户端脚本从外部网络和它通信时,Firepass也可适用于反弹作业。-Firepass-a tunnel technology tools, it can be avoided through the firewall rules to the data flow Packaging legitimate HTTP POST request. Any TCP / UDP protocol for the agreement to cross through its HTTP proxy server to the HTTP protocol rigorous review. So far, the client and server side only PERL language. Server as a CGI script is running on Web servers. Firepass are the main characteristics of network users who can use several methods to install the server-side scripting. Net users who need computer help any port. When the service was placed in the script-enterprise Web server, the client script from the network and its external communications, Firepass also apply to rebound operations. Platform: |
Size: 24986 |
Author:欧锋 |
Hits:
Description: 一个标准版的代理服务器源码。支持UDP,HTTP,TCP多种方式代理。-a standard version of the proxy server source code. Support for UDP, HTTP, TCP Acting variety of ways. Platform: |
Size: 48128 |
Author:肖双全 |
Hits:
Description: 一个标准版的代理服务器源码。支持UDP,HTTP,TCP多种方式代理。.. -a standard version of the proxy server source code. Support for UDP, HTTP, TCP Acting variety of ways. .. Platform: |
Size: 119808 |
Author:邵丹 |
Hits:
Description: 利用Socks5协议写的一个Socks5代理服务器程序,希望对大家有用,C++语言编写,请在VC++6.0及以上环境下编译-Socks5 use of a written agreement Socks5 proxy server procedures, We hope that the right useful, C language, the VC 6.0 and above environment compiler Platform: |
Size: 19456 |
Author:如歌 |
Hits:
Description: WinSock Win32 API 的打包类和例子程序 < WinSock >
winSocket/winSocketEx:
如果你正在Windows环境中用C++编写TCP/IP网络程序,那么使用这个打包类吧,我想它不会让你失望的。winSocket几乎封装了编写TCP/IP网络应用程序所需的所有内容,winSocketEx加入了对SOCKS 4/5代理服务器的支持。使得在自己的程序中加入代理支持易如反掌。这个打包类支持的特性包括:Connect、Send、Receive、Close、Listen、Bind、Accept、asyncSelect、get_LocalHost、get_LocalPort、get_RemoteHost、get_RemotePort等等。
[代码性质] VC可重用代码段
[代码作者] ryan
[文件大小] 53K
声明:转自其他网站 -WinSock Win32 API categories and examples of the packing process <WinSock> winSocket/winSocketEx: If you are using Windows environment C++ Prepared TCP/IP network program, then use this type of packing, I think it will not let you disappointed . WinSocket almost encapsulates the preparation of TCP/IP network applications all the necessary elements, winSocketEx adding a SOCKS 4/5 proxy server support. Making procedures in their own easy to add agent support. This type of support package features include: Connect, Send, Receive, Close, Listen, Bind, Accept, asyncSelect, get_LocalHost, get_LocalPort, get_RemoteHost, get_RemotePort and so on. [Character code] VC reusable code segment [code author] ryan [size] 53K statement: Transfer from other sites Platform: |
Size: 43008 |
Author:邓影 |
Hits:
Description: 书名《Visual C++ 网络高级编程>内容简介:本书在对Visual C 各种编程技术和TCP/IP进行系统介绍的基础上,重点讲解网络编程的高级应用、使用技巧和难点。包括基本网络编程技术,Telnet协议的实现,HTTP协议的实现,FTP协议的实现,文件下载,UDP协议的实现,ICMP协议的实现,PPP协议的实现,代理服务器的实现,ATL、DCOM、ActiveX技术,网络安全,多媒体网络编程等。
对于每个主题,书中都给出其开发要领及应用的实例和技巧,本书主要面向具有一定Visual C 网络编程基础并希望深入研究网络编程技术的读者。
ISDN:7115095639
第一章 TCP/IP协议
第二章 Winsock网络编程接口
第三章 Visual C 与网络编程
第四章 基本网络编程技术
第五章 Telnet协议的实现
第六章 HTTP协议的实现
第七章 FTP协议的实现
第八章 文件下载
第九章 UDP协议的实现
第十章 ICMP协议的实现
第十一章 PPP协议的实现
第十二章 代理服务器的实现
第十三章 ATL、DCOM和ActiveX技术
第十四章 网络安全
附录1 RFC文档分类-The title of " Visual C network of high-level programming" Description: The book of Visual C a variety of programming technologies and TCP/IP system introduced on the basis of the focus on advanced applications of network programming, the use of skills and difficulties. Including basic network programming technology, Telnet to achieve agreement, HTTP protocol to achieve, FTP to achieve agreement, document download, UDP protocol to achieve, ICMP protocol to achieve, PPP agreements achieved, the realization of a proxy server, ATL, DCOM, ActiveX technology, network security, multimedia and other network programming. Platform: |
Size: 19465216 |
Author:陈玲 |
Hits:
Description: sip服务器原代码,要求在linux或者unix下安装,可以用于建立自己的voip系统,基于sip协议-OpenSIPS brings:
robust and performant SIP (RFC3261) Registrar server, Location server, Proxy server and Redirect server
small footprint- the binary file is small size, functionality can be stripped/added via modules
plug&play module interface- ability to add new extensions, without touching the core, therefore assuring a great stability of core components
stateless and transactional statefull SIP Proxy processing
support for UDP/TCP/TLS/SCTP transport layers
IPv4 and IPv6
support for SRV and NAPTR DNS
SRV DNS failover
IP Blacklists
multi-homed (mhomed) and multi-domain support
flexible and powerful scripting language for routing logic
variables support in script- script variables, pseudo-variables (access to the SIP messages), AVPs (values persistent per SIP transactions)
management interface via FIFO file and unix sockets
authentication, authorization and accounting (AAA) via database (MySQL, Postgress, text files), RADIUS and DIAMETER
digest and IP authentication
Platform: |
Size: 3659776 |
Author:Banlyst Yeh |
Hits:
Description: 简单的网络编程,就是设计一个代理服务器,用代理服务器来接受信息-Simple network programming is to design a proxy server, proxy server to receive information Platform: |
Size: 315392 |
Author:小猪 |
Hits: