-
Notifications
You must be signed in to change notification settings - Fork 88
Index of Module rupi
Matthias Görges edited this page Jun 19, 2016
·
9 revisions
Module: rupi
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!
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 |
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip