mirror of ssb://%133ulDgs/oC1DXjoK04vDFy6DgVBB/Zok15YJmuhD5Q=.sha256 (via git.scuttlebot.io)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cel 24b81f6048
Handle bigger arguments to muxrpc method calls
8 years ago
Makefile Initial commit 8 years ago
README.md Initial commit 8 years ago
base64.c Initial commit 8 years ago
base64.h Initial commit 8 years ago
jsmn.c Initial commit 8 years ago
jsmn.h Initial commit 8 years ago
sbotc.1 Initial commit 8 years ago
sbotc.c Handle bigger arguments to muxrpc method calls 8 years ago

README.md

sbotc

A command-line SSB client in C. Use like the sbot command.

Install

Install the dependency, sodium. On Debian: sudo apt-get install libsodium-dev

Compile and install the program:

make
sudo make install

Usage

sbotc [-s <host>] [-p <port>] [-k <key>] [-t <type>] <method> [<argument>...]

Arguments must be explicitly JSON-encoded.

For more information, see the manual page sbotc(1).