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.
![]() |
6 years ago | |
---|---|---|
.gitignore | 7 years ago | |
Makefile | 7 years ago | |
README.md | 6 years ago | |
base64.c | 8 years ago | |
base64.h | 8 years ago | |
jsmn.c | 8 years ago | |
jsmn.h | 8 years ago | |
sbotc.1 | 6 years ago | |
sbotc.c | 6 years ago | |
test-shs-inner.sh | 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 [-j] [-T] [-l] [-r] [-e]
[ -n | [-c <cap>] [-k <key>] [-K <keypair_seed>] ]
[ [-s <host>] [-p <port>] [ -4 | -6 ] | [-u <socket_path>] ]
[ -a | [-t <type>] <method> [<argument>...] ]
Arguments must be explicitly JSON-encoded.
For more information, see the manual page sbotc(1)
.