View Source Baby (Baby v0.32.0)

Bushbaby Automated Bamboo Yields

Reference bushbaby protocol node

Configuration

spool_dir: The path to the Baobab bamboo store spool clumps: List of per-clump keyword configurations

- `id`: a binary `clump_id`
- `controlling_identity`: a `Baobab.Identity` by which this peer will be known
- `port`: an integer port to which to bind
- `cryouts`: list of keyword configurations for periodic peer replication
    - `host`: peer host address
    - `port`: peer port
    - `period`: `{integer quantity, atom unit}` ({17, :minute})

Summary

Functions

Determine if there is an active connection on an array of {host, port}

Connect to a remote hort and port

Determine if there is an active connection on a given {host, port}

Functions

Determine if there is an active connection on an array of {host, port}

Returns a map with the tuples as keys and a boolean result

Link to this function

connect(host, port, id_options \\ [])

View Source

Connect to a remote hort and port

Keyword id_options relative to the configured Baobab store

  • clump_id
  • identity

Determine if there is an active connection on a given {host, port}