Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@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
The npm package @relaycorp/awala-ping receives a total of 23 weekly downloads. As such, @relaycorp/awala-ping popularity was classified as not popular.
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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.