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 337cc5970b
Merge remote-tracking branch 'origin/listen' into master
5 years ago
.gitignore Add gitignore 7 years ago
Makefile Merge remote-tracking branch 'origin/listen' into master 5 years ago
README.md Add musl builds 5 years ago
jsmn.c Fix warnings and bugs 8 years ago
jsmn.h Initial commit 8 years ago
sbotc.1 Add listen mode 5 years ago
sbotc.c Merge remote-tracking branch 'origin/listen' into master 5 years ago
test-shs-client-inner.sh Add listen mode 5 years ago
test-shs-server-inner.sh Add listen mode 5 years ago

README.md

sbotc

A command-line SSB client in C. Use like the sbot command (except for server/start).

Binaries

The following are binary builds of sbotc, static-linked with libsodium. Commit id: d606935df4

Commit id: 2378e04cdd

Thread: %pZpG7Bmq2UG2rLDXz5NS4agHb3FL20/ZJs8U9Ug2CrM=.sha256

Install from source

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

Compile and install the program:

make
sudo make install

Compile options

To build a binary statically linked with libsodium, use make STATIC=1

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).