简体   繁体   中英

Library that implements ENUM DNS lookups?

I'm writing a C++ application that has to do ENUM lookups (telephone number mappings via the DNS system, RFC 6116).

I don't want to reinvent the wheel. Is there a library the implements ENUM lookups ?

Not C++, but I have a Java implementation in my enumdroid application.

It works from the base DDDS specifications up through DDDS in DNS and thence to ENUM as a class hierarchy.

看看ENUMPlus

PTLib( OPAL项目的一部分)是实现ENUM查找的C ++库。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM