jrpcgen
Sun ONC/RPC support for Java
Install
- All systems
-
curl cmd.cat/jrpcgen.sh
- Debian
-
apt-get install remotetea - Ubuntu
-
apt-get install remotetea - Kali Linux
-
apt-get install remotetea - Fedora
-
dnf install remotetea - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install remotetea - Raspbian
-
apt-get install remotetea
remotetea
Sun ONC/RPC support for Java
This package implements Sun's Open Network Computing Remote Procedure Call specification (see RFC 1831, RFC 1832, RFC 1833) in pure Java. It supports: * RPC calls over TCP/IP as well as UDP/IP; * both client and server functionality; * portmapper querying; * authentication types AUTH_NONE, AUTH_UNIX, and AUTH_SHORT (on both client and server sides). The utility jrpcgen is provided to compile .x files into Java classes.