0.42.0 • Published 5 years ago

@xyo-network/bridge-ble v0.42.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

logo

Bridge-ble

Bluetooth gatt implementation for remote bridge discovery and control

Install

Using yarn

  yarn add @xyo-network/bridge-ble

Using npm

  npm install @xyo-network/bridge-ble --save

Usage

import { startBleServices, NetworkService } from '@xyo-network/bridge-ble'
import { PiWifiManager } from '@xyo-network/wifi-manager'

((async function (name) {
  const wifiManager = new PiWifiManager()
  const networkService = new NetworkService(wifiManager)
  const services = [
    networkService
  ]

  await networkService.start()
  startBleServices(name, services)
}))(process.env.DISPLAY_NAME)
0.42.0

5 years ago

0.41.0

5 years ago

0.40.0

5 years ago

0.39.0

5 years ago

0.38.0

5 years ago

0.37.0

5 years ago

0.36.0

5 years ago

0.35.0

5 years ago

0.34.0

5 years ago

0.33.0

5 years ago

0.32.0

5 years ago