1.0.0 • Published 7 months ago

@coremarine/thelmabiotel-tblive v1.0.0

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

Thelmabiotel-TBLive

Library to work with ThelmaBiotel TB-Lives devices (hydrophones receivers and acoustic sensors emitters)

It just parses TB-Live sentences

import { TBLive } from '@@coremarine/thelmabiotel-tblive'

const tblive = new TBLive()

const input1: string = '...'
// ...
tblive.addData(input)
// ...
const input2: string = '...'
const sentences = tblive.parseData(input2)
1.0.0

7 months ago

0.0.7

9 months ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.1

2 years ago