5.0.11 • Published 2 years ago

@jefflloyd/noble-winrt v5.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Noble (Node.js Bluetooth LE) for Windows 10

This is a rewrite of noble-uwp using the C++/WinRT API.

System Requirements

  • Node.js v6.14.2 or later.
  • Windows 10 build 10.0.15063 or later
  • Windows 10 SDK build 10.0.17134.0

Usage

Simply require noble-winrt instead of noble:

const noble = require('noble-winrt');

On non-Windows platforms or Windows versions lower than 10.0.15063 this will use the regular noble implementation and on Windows version 10.0.15063 or later it will use the native binding using the C++/WinRT API.

Implementation Status

Everything should work that also works with the regular noble bindings except:

  • Writing/Reading to descriptor handles is not supported
  • Broadcast is not supported
5.0.6

2 years ago

5.0.5

2 years ago

5.0.10

2 years ago

5.0.11

2 years ago

0.0.5

2 years ago

5.0.9

2 years ago

5.0.8

2 years ago

5.0.7

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago