当前位置: 首页 > 软件库 > 程序开发 > 网络工具包 >

Diameter Base Protocol

授权协议 LGPL
开发语言 C/C++
所属分类 程序开发、 网络工具包
软件类型 开源软件
地区 不详
投 递 者 洪昊然
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

关于Diameter协议的说明,请见http://www.oschina.net/p/diameter

Diameter基础协议是建立在高性能的模块化,基于事件和异步应用的程序开发框架AMPS(异步协议服务器中间件)之上的。

Diameter base protocl is built on top of the high performance Modular, Event Based & Asynchronous application development framework called AMPS (Asynchronous Middleware for Protocol Servers).

特点

  • 支持RFC 3588基础的信息分析和验证
  • 实现了对等端状态机
  • TCP传输,SCTP协议会尽快添加。
  • 3GPP/IMS Ro, Rf, Cx, Sh APIAPI
  • 支持failover/failback
  • 由于异步的开发(AMPS),有高性能和高可扩展性

Features

 

  • Support RFC 3588 based message parsing and validation
  • Peer State Machine  Implementation
  • TCP Transport, SCTP will be added soon.
  • 3GPP/IMS Ro, Rf, Cx, Sh APIs
  • Support for failover/failback
  • High Performance and Scalability due to asynchronous development (AMPS)

以下是个人使用感受:

优点:

  • 该库功能完整
  • 接口清晰易懂
  • 只依赖于AMPS,libxml2库,依赖性问题容易解决。

缺点:

  • 官方网站上提供的是老版本的帮助文档,新版本和老版本相比,接口基本全部变了,使用该库必须熟悉去阅读改库的源代码。

 

  • Diameter Base Protocol Related RFC [url]http://www.faqs.org/rfcs/rfc3588.html[/url] Abstract: The Diameter base protocol is intended to provide an Authentication, Authorization and Accounting (AAA) fr

  • 终于找到Ethernet Type的来源,原来这玩艺可以到IEEE去付费申请, 申请地址:http://standards.ieee.org/develop/regauth/ethertype/index.html 当前最新的Ethernet Type有哪些,还可以在IEEE上下载, 下载地址:https://standards.ieee.org/develop/regauth/ethertype

  •     Numbering systems consist of symbols and rules for their use.       Base 10 uses the ten symbols 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. These symbols, can be combined to represent all possible numeric

  • 转自:http://blog.sina.com.cn/s/blog_4977166b010008ob.html AAA ============================================================= AAA - Authentication 鉴别 / Authorization 授权 / Accounting 计费 1) 鉴别(Authenticatio

  • 1 Introduction 2 Preliminaries: Algebraic Graph Theory 3 Linear Consensus Protocols 4 Linear Protocols for Networks with Non-ideal Links 5 Action Graphs and Nonlinear Protocols 6 Simulation Results 7

  • Definition: The diameter of a tree (sometimes called the width) is the number of nodes on the longest path between two leaves in the tree. The diameter of a tree T is the largest of the following quan

相关阅读

相关文章

相关问答

相关文档