搜索资源列表
libtorrent-0.10.4.tar
- LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth c
sofia-sip-1.12.6.tar
- Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communicat
antinat-0.90.tar
- Antinat is a flexible SOCKS server and client library for writing proxy-based applications. It supports SOCKS 4, SOCKS 5, authentication, CHAP, XML firewalling, Win32, server chaining, and UDP. It also contains very experimental IPv6 support
udhcp0.9.9-pre
- 嵌入式linux系统的DHCP 服务器,客户端lib库文件的源码包-Embedded linux system, DHCP server, the client library file lib of the source package
xrdp-0.4.1.tar
- xrdp-0.4.1是最新版本的xrdp。xrdp-0.4.1目录下的主要有xrdp,sesman。xrdp是主要的server code,sesman目录是xrdp的session manager。其它的目录是xup,rdp,vnc则是rdp server的功能的扩展。但如果完全实现linux 上的TS功能,还需要XRDP_X11rdp.rar来编译支持X11 server。-xrdp-0.4.1 is the latest version of xrdp. rdp 0.4.1 proje
CServer.tar
- 用UICI库实现了父服务器策略。父进程接受客户机连接并创建出一个子进程来调用copyfile,这样父进程就可以继续等待连接了。-By UICI library implements strategy for the parent server. The parent process to accept the client connections and creates a child process to call copyfile, so the parent process can con
libssh2-1.2.7.tar
- SSH2是一套安全通讯协议框架(早期的SSH1由于存在安全漏洞,现在已经不用了),基于SSH2协议的产品目前主要有openssh,putty,SSH Secure Shell Client等,这些都是开源的,但是这些代码非常难懂而且复杂,一个个函数深层次的调用很快就让人在C语言代码的海洋中迷失了方向,妄图通过从这些开源软件中抽取程序代码段来“组装”自己的应用程序是非一般人所能实现的。不过还好网路上出现了一些开源的SSH2开发库,利用这些开发库开发自己的SSH2程序却要简单得多,由于这些开发库都是
kyototycoon-0.9.16.tar
- Kyoto Tycoon 是一个轻量型的数据库服务器,可以自动清除过期数据,这对于许多应用程序的缓存数据很有用。Kyoto Tycoon还是一个KyotoCabinet的网络接口。-Kyoto Tycoon is a lightweight database server with auto expiration mechanism, which is useful to handle cache data of various applications. Kyoto Tycoon is als
cdemu-daemon-1.3.0.tar
- CDemu是模拟CD、DVD设备的内核模块。它让你能使用.bin/.cue, .nrg, 或 .ccd这样的非ISO-9660格式的光盘镜像。之所以要用到它,是因为mount只能挂载iso。iso只包含单一的文件系统,而许多cd都带有复杂的信息,比如混合数据和音轨。CDemu让你能获得这些CD镜像完整、原始的内容。 CDemu利用vhba内核模块模拟出一个SCSI CD/DVD设备,由后台运行的cdemud守护进程(cdemud)与该模块通信。镜像分析代码被抽象到一个库中(libmir
libssh-0.5.2.tar
- libssh的开发政策的要求作出了贡献 根据贡献的个人,而不是一个企业的版权, 版权。 为建立这一政策的一些原因: *个人版权在美国的一个简单的著作权登记 的过程。 *如果是个人而不是公司的版权,libssh 有关执法和版权保护的决定,更 可能,在该项目的利益,而不是在利益 任何公司的股东。 *如果我们需要重新许可的部分代码,联系个人 这样做的权限是比联系公司容易得多。-1* Why ? -_-_-_-_-_
xs_wire
- Details of the wire protocol between Xen Store Daemon and client library or guest kernel. -Details of the wire protocol between Xen Store Daemon and client library or guest kernel.
Device
- Client library device management.
console_struct
- Client library device management.
XI
- Definitions used by the server, library and client.
admin_amcl
- Administrative Methods Client Library Status Codes.
CHAT_ROOM
- 本代码是Linux编程,使用gtk编程,做成一个私人聊天室,有用到多线程、数据库等。源码分为用户端和服务器端两部分。由于是新手,第一次使用gtk,界面很糙,但功能大都实现。用户有超级用户和普通用户之分。加粗为超级用户特有功能。 未完成:在封装Makefile时链接库一直不成功,故没有实现Makefile。 全部功能如下: 1 登陆 2 注册 3 踢人 4 解禁 5 禁言 6 私聊 7 群聊 8 好友列表(在线) 9 文件传输 10 个人
FSUBL
- Xmpp client 开发的开源库,很稳定,-Xmpp client development of open source library, very stable,
evpp-master
- evpp是一个基于libevent开发的现代化C++11高性能网络服务器,自带TCP/UDP/HTTP等协议的异步非阻塞式的服务器和客户端库。(Evpp is a modern C++11 high performance network server based on libevent. It has asynchronous and non blocking server and client library with TCP/UDP/HTTP protocol.)
libssh2 应用例子
- 使用 libssh 库实现 libssh 客户端,登陆 ssh 服务器(use libssh library develop client app, implement login ssh server)