Skip to content

cronokirby/ripple

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ripple

Ripple is a cli client for a decentralised IRC-like system.

Usage

usage: ripple [<flags>] <command> [<args> ...]

Flags:
  --help  Show context-sensitive help (also try --help-long and --help-man).
  --tui   Run the application in terminal UI mode

Commands:
  help [<command>...]
    Show help.

  start <addr>
    Start a new swarm

  connect <listen-addr> <connect-addr>
    Connect to an existing swarm

Ripple provides 2 main commands:

  • start which starts a brand new swarm
  • connect which connects to an existing swarm

Once connected to the swarm, we need an address on which to listen for new connections, which is what the first argument is for

After connecting to a swarm, we can send messages by typing in the terminal.

We can change our nickname for other peers by entering !nick newname in the terminal.

Terminal UI

Ripple also comes with a terminal UI, which can be used by passing the --tui flag.

About

Decentralised IRC-like service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages