ilp-ping

0.0.2 • Public • Published

ILP-PING

Command-line tool to send ILP test packets to a node

Quick-start

Make sure you're running a local ILP provider. If you don't have one, take a look at moneyd or read the getting started guide on interledger.org.

ilp-ping [options] <destination>

Options:
  --version      Show version number                                   [boolean]
  --count, -c    stop after sending count number of packets         [default: 4]
  --expiration   expiration duration of prepare packets         [default: 30000]
  --amount       amount used in prepare packets                   [default: 100]
  --destination  destination to ping
  --help         Show help                                             [boolean]

Example: ./index.js test.strata

ILP-PING test.strata
ILP_FULFILL from test.strata: time=818.426845ms
ILP_FULFILL from test.strata: time=448.628763ms
ILP_FULFILL from test.strata: time=389.540506ms
ILP_FULFILL from test.strata: time=258.038767ms

--- test.strata ping statistics ---
4 ILP_PREPARE packets sent, 4 ILP_FULFILL received, 0.0% packet loss
rtt min/avg/max/mdev = 258.039/478.659/818.427/207.942

Disclaimer

This software is in a very early stage, expect breaking changes.

The core ping functionality is based on moneyd-gui.

Readme

Keywords

none

Package Sidebar

Install

npm i ilp-ping

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

6.54 kB

Total Files

3

Last publish

Collaborators

  • martin.lowinski