This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

lbs.ts

1.0.5 • Public • Published

lbs.ts

Library for working with LBS 🌎 towers for TypeScript 🛰

Build Status Maintainability Dependencies MIT license codecov npm

Install

yarn add lbs.ts

Run test

yarn test or yarn test-nya and for reports yarn report-test

image

Usage

Get Geo Position (GPS) for LBS Tower

let lbs_str = "250/1/19E/DC6/-76dBm";
let lbs = TowerInfo.parse(lbs);
 
lbs // { CID: 3526, LAC: 414, MCC: 250, MNC: 1, RSSI: -76 }
 
await lbs.UpdatePosition()
 
lbs // 
  CID: 3526, 
  LAC: 414, 
  MCC: 250, 
  MNC: 1, 
  RSSI: -76, 
  position: GeoPosition { Longitude: 55.8146706, Latitude: 37.6919327 } 
}
 

Package Sidebar

Install

npm i lbs.ts

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

21.6 kB

Total Files

39

Last publish

Collaborators

  • rijndael