-
Notifications
You must be signed in to change notification settings - Fork 126
Home
wtoorop edited this page Jan 16, 2015
·
7 revisions
This project is an implementation of the getdns API specification.
In order to build the library, the following dependencies (with headers) are required:
In order to build and run the tests, libcheck is required.
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 can be found at getdnsapi.net. Please check back frequently!
To build from source, please see the [Build Instructions](Build Instructions).