Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

@eove/flow-analyzer-com-talk

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eove/flow-analyzer-com-talk

CLI to talk to flow analyzers (pf300, citrex)

latest
Source
npmnpm
Version
3.0.3
Version published
Maintainers
0
Created
Source

flow-analyzer-com-talk

CLI to talk to flow analyzers (pf300, citrex, ...)

Install

Pre requisites

  • node

MacOS

brew install zmq
git clone git@github.com:eove/flow-analyzer-com.git
cd flow-analyzer-com/packages/flow-analyzer-com-talk
npm install -g node-gyp
npm install -g

Linux, Raspberry

sudo apt-get install -y libglib2.0-dev libzmq3-dev
git clone git@github.com:eove/flow-analyzer-com.git
cd flow-analyzer-com/packages/flow-analyzer-com-talk
npm install -g node-gyp
npm install -g

Usage

✋ Read this first!

To know which USB ports are available on your machine: flowAnalyzerTalk list-ports. May return something like:

/dev/tty.Bluetooth-Incoming-Port
/dev/tty.usbserial-FTZ8FGPX

Then, just run for example: flowAnalyzerTalk com -p /dev/tty.usbserial-FTZ8FGPX -d

  • To display debug messages, use the -d option
  • You will need to pass a port name with the -p option.

Shell

You can interact with the running flowAnalyzerTalk com process to make it send commands.

Start the interactive shell in another terminal with: flowAnalyzerTalk shell while flowAnalyzerTalk com ... is running.

talk > help

Commands:

help [command...]               Provides help for a given command.
exit                            Exits application.
run [command] [args]            Run the given [command], with optional JSON formatted [args] (see. examples)
examples                        Show command examples

Tip: To be able to connect remotely, run: flowAnalyzerTalk com -p /dev/ttyUSB1 -l 0.0.0.0:9876

Run shell

Keywords

analyzer

FAQs

Package last updated on 02 Oct 2024

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