Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ataraxia-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ataraxia-cli

Command-line client for inspecting Ataraxia networks

  • 0.12.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

ataraxia-cli

npm version Dependencies

Command-cline to help with debugging an Ataraxia network.

Installation

Install via NPM:

npm install -g ataraxia-cli

Usage

Inspecting the network

Inspecting the network can be done with the inspect command. This will show nodes as they become available or unavailable. The command will exit after 5 seconds of no inactivity or after 60 seconds. Use --watch to keep it running.

Example:

$ ataraxia --network nameOfNetwork inspect
  INFO  Joining example as GpTYSnv4AX
 Available  GpJFRewg7q
 Available  GpM2xb78yP

Listen to messages

Listening and printing messages can be done via the listen command.

$ ataraxia --network nameOfNetwork listen
$ ataraxia --network nameOfNetwork listen --exchange counter

Picking networks to join

OptionDescription
--network networkNameJoin machine-local network and TCP network using mDNS discovery
--hyperswarm topicDiscover peers via the given Hyperswarm topic
--sharedKey keyEnable shared-key authentication

Keywords

FAQs

Package last updated on 27 May 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc