Skip to content
Robin Bowes edited this page Jul 1, 2024 · 2 revisions

Pre-requisites

  • Perl
    • Originally developed on v5.8.5, but most later versions should work

Installation

First, download the software.

Either clone the whole git repository, or download a zip file from https://codeload.github.com/robinbowes/net-udap/zip/refs/heads/master and unzip it locally.

Next, install the required Perl modules:

  • Class::Accessor
  • IO::Interface::Simple
  • Log::Log4perl
  • Term::Shell

For example, using cpanminus:

cpanm Class::Accessor IO::Interface::Simple Log::Log4perl Term::Shell

You should now be able to run the udap_shell, and see the UDAP> prompt:

$ ./scripts/udap_shell.pl
UDAP>
Clone this wiki locally