open source project&tool I concern

1.ethereal: (http://www.ethereal.com )

The world's most popular network protocol analyzer.Ethereal is used by network professionals around the world for troubleshooting, analysis, software and protocol development, and education. It has all of the standard features you would expect in a protocol analyzer, and several features not seen in any other product. Its open source license allows talented experts in the networking community to add enhancements. It runs on all popular computing platforms, including Unix, Linux, and Windows.

2.Winpcap/libpcap (http://www.winpcap.org )



WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network packets bypassing the protocol stack, and has additional useful features, including kernel-level packet filtering, a network statistics engine and support for remote packet capture.

3.Asterisk (http://www.asterisk.org/)



Asterisk is the most popular and extensible open source telephone system in the world, offering flexibility, functionality and features not available in advanced, high-end (high-cost) proprietary business systems. Asterisk is a complete IP PBX (private branch exchange) for businesses, and can be downloaded for free.

4.XPlanner (http://www.xplanner.org/)



XPlanner is a web-based project planning and tracking tool for agile development teams (XP, Scrum, ...). XPlanner is implemented using Java, JSP, and Struts, Hibernate and MySQL. More info at http://xplanner.org and http://xplanner.codehaus.org  

5.gaim ( http://gaim.sourceforge.net)



A multi-protocol instant messaging (IM) client

6.OpenSSL(http://www.openssl.org)



The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation.

OpenSSL is based on the excellent SSLeay library developed by Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style licence, which basically means that you are free to get and use it for commercial and non-commercial purposes subject to some simple license conditions.

 

7reSIProcate (http://www.resiprocate.org )



The reSIProcate components, particularly the SIP stack, are in use in both commercial and open-source products. The project is dedicated to maintaining a complete, correct, and commercially usable implementation of SIP and a few related protocols.

8. tinyxml (http://sourceforge.net/projects/tinyxml)

TinyXml is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML.

9.libxml2 (http://xmlsoft.org)

 

时间: 2024-07-30 21:58:17

open source project&tool I concern的相关文章

Android Mokoid Open Source Project hacking

/***************************************************************************** * Android Mokoid Open Source Project hacking * * 声明: * 1. 本文主要是为了了解Android HAL工作机制,从而决定分析mokoid开源项目: * 2. 源代码URL:https://code.google.com/p/mokoid/source/checkout: * 3. 本文通

A Deep Insight of Alibaba Open Source Project - Pouch

By Allen Sun, Senior Engineer at Alibaba Group Pouch's vision is to advance container ecosystem and promote container standards OCI (Open Container Initiative), so that container technologies could become the foundation for application development in

Python Open Source Project List

http://www.simple-is-better.com/sites/http://www.oschina.net/project/lang/25/pythonhttps://github.com/languages/Python

History of UNIX Project Build Tools

版权声明:本文为博主原创文章,未经博主允许不得转载. History of UNIX Project Build Tools   (The following is derived from the HACKING.txt file of the old open source project which I stopped supporting many years ago. R.I.P.) You might have noticed above that there are SIX STE

Get Android Source Code

for detailed information, refer to Android Open Source Project ---> Get source 系统环境: Ubuntu 9.10, Kernel 2.6.31-14-generic, i686 网络环境: 学生公寓B区 中国电信宽带接入 Date: 12/12/2009 安装必要的软件包 安装git-core, gnupg, sun-java5-jdk, flex, bison, gperf, libsdl-dev, libesd0

The JAR file D:/..../android.jar has no source attachment

问题:     解决        1.下载android源码,下载地址:http://download.csdn.net/detail/gogler/4046554        2.将android源码发到如下位置:               3.配置eclipse:                   4.查看API内容,比如Service.class的原定义如下: /* * Copyright (C) 2006 The Android Open Source Project * * L

PHP与UML类图: PHP and UML Class Diagrams

这篇短文写的不错,用PHP来解释UML(或者反过来说)可以说是一个创新了,通过这篇文章,我也发现了一个好站: www.phppatterns.com .各UML术语的翻译来源于我正在看的<UML用户指南(The Unified Modeling Language User Guide)>一书. UML(Unified Modeling Language, 统一建模语言)是一种通过图的方式表示软件的机制.本质上它允许我们通过画图来设计我们的程序,并且如果有相应的工具,我们甚至可以从图来直接产生代

权威网站投票评出的最好的5个网页设计工具

本文收集了国外权威网站投票选出的5个出色的网页设计工具,大家可以点文字链接或者图片直接去他们的站点了解几种工具的使用方法吧! Just like in most other professions, a web designer's set of tools is what brings a concept into fruition. There are many applications available to our disposal, but there are some that j

Google Protocol Buffers快速入门(带生成C#源码的方法)

Google Protocol Buffers是google出品的一个协议生成工具,特点就是跨平台,效率高,速度快,对我们自己的程序定义和使用私有协议很有帮助. Protocol Buffers入门: 1.去 http://code.google.com/p/protobuf/downloads/list 下载一个源代码包和一个已编译好的二进制包 2.找一个Proto示例代码,使用命令 protoc -I=$SRC_DIR --java_out=$DST_DIR $SRC_DIR/address