Socket
Socket
Sign inDemoInstall

@xyo-network/pi-wifi-ble

Package Overview
Dependencies
5
Maintainers
6
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @xyo-network/pi-wifi-ble

Bluetooth gatt implementation for remote bridge discovery and control


Version published
Weekly downloads
0
decreased by-100%
Maintainers
6
Install size
13.8 MB
Created
Weekly downloads
 

Readme

Source

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/pi-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)

FAQs

Last updated on 03 May 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc