radmrouted
tools for rapid application development library
Install
- All systems
-
curl cmd.cat/radmrouted.sh
- Debian
-
apt-get install librad0-tools
- Ubuntu
-
apt-get install librad0-tools
- Kali Linux
-
apt-get install librad0-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install librad0-tools
- Dockerfile
- dockerfile.run/radmrouted
librad0-tools
tools for rapid application development library
radlib is a C language library developed to abstract details of interprocess communications and common linux/unix system facilities so that application developers can concentrate on application solutions. It encourages developers (whether expert or novice) to use a proven paradigm of event-driven, asynchronous design. By abstracting interprocess messaging, events, timers, and any I/O device that can be represented as a file descriptor, radlib simplifies the implementation of multi-purpose processes, as well as multi- process applications. This is a package containing some tools.