SKYNET
Skynet command line interface (CLI) is set of POSIX tools running Synrc real-time system (RTS), a NuttX derivative work like Sony Spresense.
KEYGEN
Generates ECC secp384r1 key pairs for the specified node, storing them in ~/.skynet/ecc/secp384r1/ (server) or ~/.skynet_client/ecc/secp384r1/ (client).
skynet_keygen <node> [--server|--client]
ENCRYPT
Encrypts a test message from <sender> to <recipient> for the specified NPG, producing <npg_id>.sky.
skynet_encrypt <sender> <recipient> <file>
DECRYPT
Decrypts <file> (e.g., <npg_id>.sky) using keys for <sender> and <recipient>.
skynet_decrypt <sender> <recipient> <file.sky>
SERVER
Runs the server named as
skynet <node>
CLIENT
Runs the client named as
skynet_client <node>
SIM FLASH (PCSC/CCUD) and eSIM QR generator
Utility to flash SIM cards for srsRAN setups with PC/SC and CCID support. It uses libpcsclite, libusb-1.0 as dependencies and supports PCSC (OMNIKEY, ACR38U), CCID devices (Автор).
skynet_sim <device> <config_file> [--esim <file>]
eSIM SM-DP+ server for iOS
Lightweight SM-DP+ server for eSIM profile delivery in srsRAN 4G. Generates GSMA-compliant eSIM profiles for iPhone SE 5G.
skynet_smdp <config_file>