Skip to content

rtrlib/rtr-testsuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtr-testsuite

About

rtr-testsuite is a basic rpki-rtr implementation that offers some additional functionality to allow the user to manually manipulate ROA entries.

Dependencies

rtr-testsuite requires Java 1.7 or higher.

Install

Build with

maven clean
maven package assembly:single

which should result in a .tar.gz file that includes everything needed to run except a java runtime.

Alternatively you can download the latest release and run it like this:

tar -xzf RTRTestsuite-[version]-SNAPSHOT-dist.tar.gz
cd RTRTestsuite-[version]-SNAPSHOT
./rtr-testsuite.sh <port>

Usage

./rtr-testsuite.sh <port> whereas port is an optional argument that determines the port the rtr-testsuite is listening for clients. Use help on the rtr-testsuite prompt to get information about available commands.