2.4.0 • Published 2 months ago

@dapia-project/recording-streamer v2.4.0

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

Recording Streamer Tests workflow

Recording-Streamer

Allows you to sort the messages of a recording according to time as well as to send a table message stream according to time. In the case where messages have the same timestamp and the same icao, the messages are grouped in a table

Setup

Via NPM

It is necessary to install this library globally to use it.

npm i -g @dapia-project/recording-streamer

By updating package.json

In your package.json, add the following:

{
  "dependencies": {
    "@dapia-project/recording-streamer": "^2.4.0"
  }
}

Initialization

recording-streamer --file "path/to/myfile.sbs" [--options]

Options

optiontypemandatoryexample
--filestringyes--file "path/to/myfile.sbs"
--urlstringno--url "URL"
--speednumberno--speed 2

By default, the option print is enabled if no other is enabled. It is used to display in the console each message of the record.

--file "file"

This option, which must be present, allows you to specify the file (record) to read.

--url "URL"

This option contains a string which must be a URL. When this option is used the file is converted to JSON on CSV template for ADSB.

--speed NUMBER

This option contains a number, which is a record playback speed multiplier. Example: --speed 2 reads the record twice as fast.

2.4.0

2 months ago

2.3.1

5 months ago

2.3.0

6 months ago

2.2.1

6 months ago

2.2.0

7 months ago

2.1.1

8 months ago

2.1.0

8 months ago

2.0.0

10 months ago

1.3.0

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago