1.1.3 • Published 5 years ago

@eove/talk-to-analyzer v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

talkToAnalyzer code style: prettier npm version

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

Install

Pre requisites

  • node (see .nvmrc file for supported version)

MacOS

brew install zmq
git clone git@github.com:eove/talk-to-analyzer.git
cd talk-to-analyzer
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/talk-to-analyzer.git
cd talk-to-analyzer
npm install -g node-gyp
npm install -g

Usage

✋ Read this first!

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

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

Then, just run for example: talkToAnalyzer 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 talkToAnalyzer com process to make it send commands.

Start the interactive shell in another terminal with: talkToAnalyzer shell while talkToAnalyzer 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: talkToAnalyzer com -p /dev/ttyUSB1 -l 0.0.0.0:9876

Run shell

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago