Index of Module rupi - part-cw/lambdanative GitHub Wiki
rupi
Module:The Remote User Programmatic Interface (rupi) allows compressed and encrypted communicate between servers and clients over TCP/IP
Requires libcrypto to be listed in the application's LIBRARIES file and store rupi in the application's MODULES file to work!
Functions in this module:
Function | Short Description |
---|---|
(rupi-client keyidx key addr port) | Creates a rupi client instance |
(rupi-cmd rc cmd . args) | Runs a remote UPI command on a rupi server |
(rupi-cmd-shortwait rc cmd . args) | Runs a remote UPI command on a rupi server but only briefly waits for response |
(rupi-cmd-nowait rc cmd . args) | Sends a remote UPI command to a rupi server without waiting for a response |
(rupi-valid? rc) | Test if a rupi-client is valid and can communicate to a rupi server |
(rupi-server store keyidx key addr port upiproc) | Create a rupi server instance |
(u8vector-setkey-blowfish keyidx vect) | Set a Blowfish encryption key (u8vector) |
(u8vector-encrypt-blowfish keyidx vect) | Encrypt a u8vector using Blowfish |
(u8vector-decrypt-blowfish keyidx vect) | Decrypts a u8vector using Blowfish |