Skip to content
Neel Goyal edited this page Feb 26, 2014 · 7 revisions

getdnsapi Community Wiki

Introduction

This project is an implementation of the [getdns API specification](getdns specification.

Dependencies

In order to build the library, the following dependencies (with headers) are required:

In order to build and run the tests, libcheck is required.

Implementation Details

To better understand the implementation, please see the following pages:

  • [Asynchronous Support](Asynchronous Support) - details on the underlying mechanisms for interacting with getdns asynchronously.
  • [Implementation Specific Details](Implementation Specific Details) - a page aiming to clarify certain aspects of our implementation in regards to the specification.
  • [Unimplemented Features](Unimplemented Features) - details the parts of the specification that have not been implemented. If something doesn't appear to be working, please visit this page first!
  • [Additional Functions](Additional Functions) - some extra functions that API users might find helpful are documented here.

Binary Packages

Binary packages can be found at getdnsapi.net. Please check back frequently!

To build from source, please see the [Build Instructions](Build Instructions).

Clone this wiki locally