Download
RedDog releases can be obtained by selecting a project below.
Project | Description |
---|---|
Server WAR | RDAP server, to be plugged into a servlet container along with a Data Access Implementation. |
Core | Main objects defined in RDAP RFCs. |
Data Access API | Interface from which Data Access Implementations are expected to implement. |
SQL Provider | RedDog’s reference Data Access Implementation. Uses SQL queries to retrieve data for the server. |
Renderer API | Interface from which renderer implementations are expected to implement. |
Renderer Test API | API from which renderer implementations are expected to use in its unit tests. |
JSON Renderer | RedDog’s reference JSON renderer implementation. Render the output in JSON format as indicated by RFC 7483. |
Text Renderer | RedDog’s reference Text renderer implementation. Render the output in Text format similar to WHOIS responses. |
Demo Server | Demo version of the server, ready to run as an executable JAR. |