Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/noble/noble

A Node.js BLE (Bluetooth Low Energy) central module
https://github.com/noble/noble

- remove dump.js, examples/peripheral-explorer.js is similar enough

9975746ca89aa76ebf67e11b7b2225f96d864166 authored over 9 years ago by Sandeep Mistry <[email protected]>
- remove roadmap from read me

3a23462c801f145de540951ed32070ed89280a9b authored over 9 years ago by Sandeep Mistry <[email protected]>
- add read me with note on GPL license for src folder

4e51d58dae8a7c1cf9b70bf97267e2e8b66cead7 authored over 9 years ago by Sandeep Mistry <[email protected]>
- update debug (#156)

a9065eabe364f5d8bc2de3128e7714580ba40444 authored over 9 years ago by Sandeep Mistry <[email protected]>
- add address type to peripheral if known (#181)

180bf2f5291b008f2d3c23b9fdebe736b9d57d46 authored over 9 years ago by Sandeep Mistry <[email protected]>
- update read me for warning event

c7d9e165853752631283133c907f54ea19d77c37 authored over 9 years ago by Sandeep Mistry <[email protected]>
- minor tweaks to #185

remove “noble: “ from warning messages, and add default console.warn’er
if no other listeners

abcab54dbb9dc813e3137a3a2246ee77f6eeb1e4 authored over 9 years ago by Sandeep Mistry <[email protected]>
- disable scanning on start

this prevents hci_le_set_scan_parameters failing is an existing scan
has be started, so adapter ...

be17d4f25b18081398d860350c50e32c11e7527a authored over 9 years ago by Sandeep Mistry <[email protected]>
Merge pull request #185 from voodootikigod/master

Convert to emit instead of console.warn

4e6a27d3c1178486c35fd30b69954d26c283305a authored over 9 years ago by Sandeep Mistry <[email protected]>
Merge pull request #1 from voodootikigod/vtg-console-to-emit

Convert to emit instead of console.log

f9705ee5d152d3bf65bb9655faf80c802476c121 authored over 9 years ago by Chris Williams <[email protected]>
Convert to emit instead of console.log to allow others to react based on changing conditions.

dccf791468ae7e75eec70b1829f59bad2dc97b49 authored over 9 years ago by Chris Williams <[email protected]>
Update README.md

to reflect change made to address #63

776820041b7f16d5f5f33c495693a531ba746cde authored over 9 years ago by Sandeep Mistry <[email protected]>
- use correct parameter name

506b22cc4fe2f647cc55b1fcccd6ba1c229eca75 authored over 9 years ago by Sandeep Mistry <[email protected]>
Revert "Update README.md"

This reverts commit 8b1681cca3c47bd10d3998c24ef5669a329b08d6.

285edb4e1e09ec8f06421f7f81a8528743946f49 authored over 9 years ago by Sandeep Mistry <[email protected]>
Update README.md

update link for Intel Edison

8b1681cca3c47bd10d3998c24ef5669a329b08d6 authored over 9 years ago by Sandeep Mistry <[email protected]>
- adjust error message

b1b6cd84dc5dc30468a65925cee67dba8f946901 authored over 9 years ago by Sandeep Mistry <[email protected]>
- report error or print warning if startScanning is called with state is not poweredOn (#63)

5272e058211952a8307587ebda7d74c55d8223d3 authored over 9 years ago by Sandeep Mistry <[email protected]>
Merge pull request #171 from andySigler/mavericksAdv

persistent peripherals between calls to .startScanning() on mavericks

f4e09bf3bd0403d10522d54a9641244dd13c4782 authored over 9 years ago by Sandeep Mistry <[email protected]>
added persistent peripherals between calls to .startScanning() on mavericks

7edccccdc4a3498c1791ff2e2503d7acaadef37c authored over 9 years ago by Andy Sigler <[email protected]>
- no need for setTimeout now

xpc-connection uses async handle now

97d32d2da86acbc75fd8c7c5cd1c2937102f4b34 authored over 9 years ago by Sandeep Mistry <[email protected]>
- uprev version

b7fd9c2c87252f0dcfbdcc02e5d45ff76ae35a73 authored over 9 years ago by Sandeep Mistry <[email protected]>
- cover empty CoreBluetoothCache case (#168)

b6ff96b44f7627bee4b055cee77dbbf01c201b07 authored over 9 years ago by Sandeep Mistry <[email protected]>
- stop scanning after discover (#165)

826b0f97777b456a5141e0f125f5ea8e3ccff5c2 authored over 9 years ago by Sandeep Mistry <[email protected]>
- uprev version

9c129d06eeb3a33e4e196be833bf374a38fd600f authored over 9 years ago by Sandeep Mistry <[email protected]>
Merge pull request #164 from taktran/bugs/legacy-device-uuid

Bugs/legacy device uuid

66b0f56ee9875a2534216e58fceb3e1d762b117f authored over 9 years ago by Sandeep Mistry <[email protected]>
Rename deviceUuid to be peripheralUuid

dd4b2d4b23a0bc4b85706778d7f4483e746fe342 authored over 9 years ago by Tak Tran <[email protected]>
Merge pull request #1 from sandeepmistry/master

Merge in noble master (0.3.12)

aea59b3b30b31da0341b834a14c6edee3011d188 authored over 9 years ago by Tak Tran <[email protected]>
- uprev version

eae75de2f5bea72157ffa2c1bfe4101b3cde61f5 authored over 9 years ago by Sandeep Mistry <[email protected]>
- make address lowercase on linux

33d25c4ac75670e6ac44ad23694fa4e073c661dd authored over 9 years ago by Sandeep Mistry <[email protected]>
- update read with new address property

0a4367ddb93359f6ffa4b7f5c69bf8f8991881ea authored over 9 years ago by Sandeep Mistry <[email protected]>
- deviceUuid -> address lookup for mavericks and legacy OS X

a2511407dbd460885b1511ca8ef9de5873430a26 authored over 9 years ago by Sandeep Mistry <[email protected]>
- better scoping for deviceUuid -> address lookup

f2636f7175806ff4d82ee56b3483d367dd69d4c6 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- clearer formatting for address

c3134f6190a65b2c61c9355019a97c6544ff6711 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- initial uuid to address converter

fc5c82380ec9141a4ba2132160e38e99ae8d3fdc authored almost 10 years ago by Sandeep Mistry <[email protected]>
- initial plumbing for peripheral address field

fdb687f677e49fd22016f181e610f81885b59123 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- apply #159 to mavericks and yosemite bindings

12dbb2fdcbbcecc1a63006a67d024529ea02ffb8 authored almost 10 years ago by Sandeep Mistry <[email protected]>
Merge pull request #159 from taktran/bugs/undefined-peripheral

Bug of undefined peripheral on legacy mac

9609a8de8884dbed21e29ea4986b5c39334dd4df authored almost 10 years ago by Sandeep Mistry <[email protected]>
Add catch for when uuid is undefined

See https://github.com/sandeepmistry/noble/issues/150

b1abc597f54d0407d09f959890f0844b16d90b78 authored almost 10 years ago by Tak Tran <[email protected]>
Remove trailing spaces.

661fd930f3f016cc7bf0c44de05b600f5b11d625 authored almost 10 years ago by Tak Tran <[email protected]>
Merge pull request #153 from tzachari/master

Update services, characteristics, & descriptors to latest GATT specs

bb8bd073602245ed0708c5796c943a45db26b920 authored almost 10 years ago by Sandeep Mistry <[email protected]>
Update services, characteristics, and descriptors with the latest GATT specs

9bbda646e7cfcdb533fd9421792f4dd58945e0bd authored almost 10 years ago by Thomas Zachariah <[email protected]>
- uprev version

52eb60bbad39e63b1d9c218f109e21d6f4df7538 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- remove install script, make xpc-connection an optional dependency

9650f722f5dca9ea49d6e95c21d863974e4c88a4 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- uprev version

a61e0fd6830105cc1f23770e5f0d739003c18372 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- add missing param to write in example (#137)

13c4c4dae9a929c9c9587f59febebe7b849e35a5 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- only have one pending connection at a time on Linux, queue others

- fixes #104 and #143

9595f8b64afaa45720138c5aa2d256c3e0f9e77c authored almost 10 years ago by Sandeep Mistry <[email protected]>
- move variable assignment before debug

6b3981d6d7cfa81af0764667ff578085e04560da authored almost 10 years ago by Sandeep Mistry <[email protected]>
- also emit 'data' event for characteristic value update (read, notification, indication)

c222cb8a1bad485a3c3996cf9fe5dcba8bc355bf authored almost 10 years ago by Sandeep Mistry <[email protected]>
- import readLine utility function from bleno

b8f7c5686c68ca434578dc05d57b056faaca4025 authored almost 10 years ago by Sandeep Mistry <[email protected]>
Merge pull request #139 from programmarchy/pizza-example-fix

Fix errors in pizza example

73fedcc406bf41dad7594fb56b486b398cf695d5 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- undo setting _discoveredPeripheralUUids in constructor

40cecf4a9cc4b2ab9e2e5775023f6d11ac4ca001 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- init _discoveredPeripheralUUids in constructor

1b458037665c8636174b797bcf42bd369379075d authored almost 10 years ago by Sandeep Mistry <[email protected]>
- add URL for attribution

6cc22299edf1d653c07b4705e04d8c58ebf02a81 authored almost 10 years ago by Sandeep Mistry <[email protected]>
Fix errors in pizza example

71dca3381bab66898cb1d104ea3b471f01c88962 authored almost 10 years ago by Donald Ness <[email protected]>
- initial enter-exit example

based on code provided by Mattias Ask

a12415c84585fbb9626e1571f1312d007d5e1469 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- minor styling

fc21fb9e89fd08b9e0dd30673fb87494927e89b2 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- jshint

b8967ce5fd945e6da7a9970cd452bbbc0a4c9953 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- add new NOBLE_REPORT_ALL_HCI_EVENTS flag

for linux

ee3a571aa26e39e9c39bcbebe7459710b8c11c0b authored almost 10 years ago by Sandeep Mistry <[email protected]>
Merge pull request #132 from schnippe/fork

Fix error handling and adapter binding

4791527c8d6272f384b0237e6986e8efadaed826 authored almost 10 years ago by Sandeep Mistry <[email protected]>
whitespace

4d98f2e6dc602cf3e7af0769d7542937dd93c7ba authored almost 10 years ago by Schnippe <[email protected]>
better error handling

0d9265617f64709f464fe6261afbbf5f60b26272 authored almost 10 years ago by Schnippe <[email protected]>
Fix error handling and adapter binding

1a484615b907fa3af7ff474a94af508ccd5519b6 authored almost 10 years ago by Schnippe <[email protected]>
- don't nuke discovered peripheral book keeping

on discover - special case for Yosemite/Bluetooth 4.1

As discussed
https://github.com/sandeepmi...

d54bc83c6267ec6118fbfa2681aff3fc0cc5b016 authored almost 10 years ago by Sandeep Mistry <[email protected]>
-uprev version

e0188fcfd55761405d38999f6084141e6f4f41c7 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- re-try L2CAP socket write on failure after delay

this should help address #127

20e9af815cc5f55c340352489666b31ced540f92 authored almost 10 years ago by Sandeep Mistry <[email protected]>
Merge pull request #131 from BBarash/linux-OoO-fix

Fixed out of order packets sent on Linux

8fd052c47ef153c772d4c378d90c307bfcf58950 authored almost 10 years ago by Sandeep Mistry <[email protected]>
Merge pull request #130 from freehaha/fix_desc_cb_twice

fix firing callback more than once when read/writing descriptors

133f208c95dd0050b441ffef9fff977ba4fb0644 authored almost 10 years ago by Sandeep Mistry <[email protected]>
Fixed out of order packets sent on Linux

A pop() command was causing messages to be sent out of order. This needed to be a shift(), takin...

6edd1cb4e47c8ed0a8b3d981f5696a5f5d183469 authored almost 10 years ago by Benji Barash <[email protected]>
fix firing callback more than once when read/writing descriptors

539717a598a5f4bcbb656ea652374c469275d739 authored almost 10 years ago by Freehaha <[email protected]>
- uprev version

db413133fcd23847392bea02dea679626d76bb66 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- update info on run as non-root/sudo

based on feedback from @ecksun and @schnippe in #121

5a9df56f5f6931e1a7537265c06fc3b09e7a69e8 authored almost 10 years ago by Sandeep Mistry <[email protected]>
Update README.md

link to @rexstjohn guide for Intel Edison

beb220f492255acdf1ebc201216485814c18a04e authored almost 10 years ago by Sandeep Mistry <[email protected]>
Update README.md

User more headings, JavaScript code syntax

cfa66146bdc071bc0c3ce2aa97af67ecd0b5a7c0 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- bitter badge

0871db762dc65b2b9c6e2b3aa392a434c8dc3501 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- link to README prerequisites on install failure

on Linux node-gyp error

9b9d4ca7f0cda82cb85deb9e7f0fb529b6299e1e authored almost 10 years ago by Sandeep Mistry <[email protected]>
- instruction to run without sudo/root on Linux

@ecksun and @schnippe suggest in #121

1ea45c7cff19fa31da98833cbc28c630eb65b466 authored almost 10 years ago by Sandeep Mistry <[email protected]>
- node-gyp failure suggestion on Linux

suggest installing libbluetooth-dev, should help avoid issues like #126

1bf7ca6f082747cbaec5c8af9bb976c654ca795c authored almost 10 years ago by Sandeep Mistry <[email protected]>
- use latest node-xpc-connection

ab710a4d9ac4275d4ebfb30048583a8e369d9d60 authored about 10 years ago by Sandeep Mistry <[email protected]>
- uprev version

72b8c654c8241a3ed2e989fa38cdb1955aae202d authored about 10 years ago by Sandeep Mistry <[email protected]>
Merge pull request #110 from programmarchy/pizza

Add pizza central example

d98b2b1b96adca0d4187cd4a18291ef169ff3e18 authored about 10 years ago by Sandeep Mistry <[email protected]>
Fix typo in example README

388702c742efeb78bd71cebc198cc1f58ae22bb7 authored about 10 years ago by Donald Ness <[email protected]>
Add pizza central example

9df32aa4e7ab2e12d85fb166a9beca2540516b3d authored about 10 years ago by Donald Ness <[email protected]>
- ignore EIR data with length < 1 (as per @zdennis #25)

9b3745e21e812efc953c614cf31c0b53d5149eca authored about 10 years ago by Sandeep Mistry <[email protected]>
- white space

009a710ba3290257fb0f1a013f2dd383bbc820ce authored about 10 years ago by Sandeep Mistry <[email protected]>
- event write event on yosemite after write without response

yosemite no longer emits kCBMsgId 72 after write without response,
kCBMsgId 66 (issue #103)

14892c3858ca1da288ac5b2d2656c1960cbcd8dd authored about 10 years ago by Sandeep Mistry <[email protected]>
- uprev version

b62e144f44fee97a2bdfa77c5b796928d9a09924 authored about 10 years ago by Sandeep Mistry <[email protected]>
- fix up manufacturerData of OS X Yosemite

e1e610b8ffe738551d0ea060a9b2ef30b7297cc9 authored about 10 years ago by Sandeep Mistry <[email protected]>
Update README.md

- Linux supported kernel is 3.6 or above

4bd9bfb46fb895b3f01b8a2a42d255c62b54267e authored about 10 years ago by Sandeep Mistry <[email protected]>
- white space

0bcd5e83ba2d59fb7b45e3079eebaf6cbf1e53c9 authored about 10 years ago by Sandeep Mistry <[email protected]>
- use SIGKILL with prctl instead of SIGINT

190ea7faffbf61eac8e1ee89ab4d0dd3c86cda0e authored about 10 years ago by Sandeep Mistry <[email protected]>
Update README.md

af3b18756eb4ce957fa9fa051f9626c18a8bdda9 authored about 10 years ago by Sandeep Mistry <[email protected]>
- add bluetooth bluez-utils a Linux dependencies

27c484b961180195e2adfbb108d3d893d426b899 authored about 10 years ago by Sandeep Mistry <[email protected]>
- Xcode as OS X rerequisite

40fada5d3cb351276737e666c66855b1294c5b14 authored about 10 years ago by Sandeep Mistry <[email protected]>
Merge pull request #95 from gbuesing/explorerfix

peripheral-explorer.js: check if data present for characteristic user description

e8199e51267b8edefade1d3b208166980760f81b authored over 10 years ago by Sandeep Mistry <[email protected]>
peripheral-explorer.js: check if data present for characteristic user description

90fd47052edd7ee11474d1302800a0735ce044be authored over 10 years ago by Geoff Buesing <[email protected]>
- uprev version

31f9c0e63e3e22da5e90cbae7d5de7d8191313c4 authored over 10 years ago by Sandeep Mistry <[email protected]>
- add safety checks + warnings

2e36548ab21d102f9f2b58158e1f30647f1d8726 authored over 10 years ago by Sandeep Mistry <[email protected]>
Merge pull request #88 from DomiR/master

Noble for Yosemite

1533e4dc453f247f7e9ec3fcee5446964097ad4a authored over 10 years ago by Sandeep Mistry <[email protected]>
Revert Readme

a6fb5a561ccb33779951344a31d9d08d82ca54d4 authored over 10 years ago by Dominique Rau <[email protected]>
Tested all available methods

5f5685b179375267f34310d9fb6f8b44084ff3f1 authored over 10 years ago by Dominique Rau <[email protected]>