Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@relaycorp/awala-ping
Advanced tools
The Awala Ping for Desktop is a CLI implementation of the Awala Ping Service, which is meant to help test Awala itself.
This document is aimed at advanced users and (prospective) contributors. To learn more about using Awala in general, visit awala.network/users.
This tool is available as the NPM package @relaycorp/awala-ping
. To install it globally, run:
npm install -g @relaycorp/awala-ping
To send a ping, run:
awala-ping ping
The command above will wait until the pong message is received.
By default, the ping
subcommand will communicate with the public endpoint at ping.awala.services
. If you wish to use a different endpoint, you need to:
third-party-endpoints import-public
subcommand. For example:
awala-ping third-party-endpoints import-public < /path/to/connection-params.der
awala-ping ping your-endpoint.com
By default, the ping
subcommand will register with the Awala Gateway for Desktop if the app hasn't been registered yet. To register explicitly, run:
awala-ping register
Each registration will create an Awala endpoint internally. The latest endpoint to be created will become the default one.
The items below summarize the security and privacy considerations specific to this app. For a more general overview of the security considerations in Awala, please refer to RS-019.
This app only stores cryptographically-generated data whose inputs are not derived in any way from personally-identifiable information.
This app only communicates with the following:
ping.awala.services
is used.This app doesn't track usage (for example, using Google Analytics), nor does it use ads.
To install this app in development, simply run npm install
from the root of the repository.
To run a subcommand in the CLI, pass the subcommand name to the command npm run run --
. For example, to send a ping, run:
npm run run -- ping
We love contributions! If you haven't contributed to a Relaycorp project before, please take a minute to read our guidelines first.
FAQs
Awala Ping for Desktop
We found that @relaycorp/awala-ping demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.