3.0.2 • Published 6 months ago

@eove/flow-analyzer-com-talk v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

flow-analyzer-com-talk

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

Install

Pre requisites

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

3.0.0-dev.4

10 months ago

3.0.0-dev.3

10 months ago

3.0.0-dev.0

10 months ago

3.0.0-dev.2

10 months ago

3.0.0-dev.1

10 months ago

3.0.2

6 months ago

3.0.1

8 months ago

3.0.1-dev.0

8 months ago

3.0.0

10 months ago

2.5.0

12 months ago

2.6.0

11 months ago

2.5.0-dev.1

12 months ago

2.5.0-dev.0

12 months ago

2.4.0-serial10

2 years ago

2.4.0-serial10-1

2 years ago

2.4.0

2 years ago

2.4.0-sp.1

2 years ago

2.3.2

3 years ago

2.3.3

3 years ago

2.3.2-dev.0

3 years ago

2.3.1

3 years ago

2.0.2

3 years ago

2.0.2-dev.1

3 years ago

2.0.1

4 years ago

2.0.0

4 years ago

2.0.0-dev.5

4 years ago