@coremarine/thelmabiotel-tblive
v1.0.3
Published
Library to work with Thlema Biotel TB-Lives hydrophones
Downloads
29
Readme
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)
