Ecosyste.ms: OpenCollective

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

github.com/bluez/bluer

BlueR — Official BlueZ Bindings for Rust
https://github.com/bluez/bluer

Merge branch 'message-handling' of https://github.com/ngotchac/blurz into ngotchac

32ff52b9dc5efdefab31c1fe0e3295e050e1c351 authored over 4 years ago by Ben Stern <[email protected]>
minor:syntax

00167ff50b6e80b0a10b99a197e7ce1888d39670 authored over 4 years ago by Ben Stern <[email protected]>
Merge branch '2018' of https://github.com/sameer/blurz into sameer

dbb3be8078b8e8de2c09e7c9080484aa3507e08f authored over 4 years ago by Ben Stern <[email protected]>
Merge https://github.com/sameer/blurz into sameer

a96341b1259c8673630c0c20021cc2b8189865ad authored over 4 years ago by Ben Stern <[email protected]>
Merge branch 'AUG-5870' of https://github.com/augurysys/blurz into augurysys

ebd24bee20cf7baf31637719207204952b682933 authored over 4 years ago by Ben Stern <[email protected]>
minor:whitespace

57bf70b28fff2423fd01911895c88f257d53a031 authored over 4 years ago by Ben Stern <[email protected]>
Add BluetoothDevice::get_address_type.

3c7af39e56967580461dbf7a8fe997ef7fa7f68a authored over 4 years ago by Sebastian Urban <[email protected]>
add timeout for device.pair function

abefbf1497d917a38e66eb9c3762b9432a6bf59a authored about 5 years ago by Erez Shaul <[email protected]>
Migrate to Rust edition 2018 + fix some clippy warnings

f98fd5e354bd8a38658456c6643bb4cb286d1e01 authored about 5 years ago by Sameer Puri <[email protected]>
Allow passing slice-like values to write_value

8eb07140efc886bc5d0cc1b0cde20ad4290cbf94 authored about 5 years ago by Sameer Puri <[email protected]>
Merge pull request #1 from augurysys/AUG-5434

AUG-5434

75edf48831eaad7aa792c2ab1879657cf706776b authored over 5 years ago by sameraugury <[email protected]>
set dbus and hex to fixed versions

c6dceb3fb2e70e880be7e1c22615ba50527a0b59 authored over 5 years ago by Samer <[email protected]>
set the dbus dependency to a fixed version

ea0c29d9d46959083fec689b8cc53966da6e44b1 authored over 5 years ago by Samer <[email protected]>
Add example 6 to list devices and services

8878d13aea5174dd1dcde8eaec842d25461223ac authored over 5 years ago by Emeric MARTINEAU <[email protected]>
Return BluetoothEvent

f36b34e1b3351384549491c392db29269876aced authored about 6 years ago by Nicolas Gotchac <[email protected]>
Return BluetoothEvent

ed963cd9419045d68c76787f2552321711bb0bb7 authored about 6 years ago by Nicolas Gotchac <[email protected]>
Send DBus Message on `write`

ab3a7dd6d015957b1be005c7e49bc38999c1601f authored about 6 years ago by Nicolas Gotchac <[email protected]>
implemented Adapter::connect_device()

7bac2e8313a76a9031b4a401f016db3c0ddf78b9 authored about 6 years ago by Gal Ben-Haim <[email protected]>
use a single dbus connection, wrapped by BluetoothSession

use BluetoothSession for OBEX

b7abcfd13bada51cc7ee718545cbdc9a065b7e23 authored about 6 years ago by Gal Ben-Haim <[email protected]>
added BluethootEvent::RSSI

d91f75373a17200124e860e04da52025004bdefe authored about 6 years ago by Gal Ben-Haim <[email protected]>
implemented BluetoothDiscoverySession::set_discovery_filter()

91da8ebeccf3a5efbd42e9db386e7c47e6cd319a authored about 6 years ago by Gal Ben-Haim <[email protected]>
added path filter to BluetoothSession

BluetoothDiscoverySession now uses a connection from BluetoothSession

filter only signals

486bc47c32a540c56399a888227f15fcde9f18ed authored about 6 years ago by Gal Ben-Haim <[email protected]>
added timeout_ms to connect() signature

c4453d97f8b02473907cffe094d14fb3752f6c6c authored about 6 years ago by Gal Ben-Haim <[email protected]>
use different timeouts than 1000 ms

use a longer timeout for Adapter::set_powered()

increase the write_value timeout to 10 seconds

f1976fb6bf8ba87c4f82c3039eca631c8c1c766b authored about 6 years ago by Gal Ben-Haim <[email protected]>
implemented acquire_write and acquire_notify

3ed69e3e8596805b9813ca872f96c85eaf132aee authored about 6 years ago by Gal Ben-Haim <[email protected]>
added value change BluetoothEvent

moved BluetoothEvent to a separate module

fixed examples/

370053a23d9690fb0c635cf75e9b57b152f84e10 authored about 6 years ago by Gal Ben-Haim <[email protected]>
added BluethootEvent::RSSI

c4829e6a4c2a9c715d73eb726da785a146792f4c authored about 6 years ago by Gal Ben-Haim <[email protected]>
implemented BluetoothDiscoverySession::set_discovery_filter()

3e8eb0af14ccd7a4b998e106402c7d4cc529846b authored about 6 years ago by Gal Ben-Haim <[email protected]>
added timeout_ms to connect() signature

aab1df7478071bf576786e31869d542aa6ec9d11 authored about 6 years ago by Gal Ben-Haim <[email protected]>
use different timeouts than 1000 ms

use a longer timeout for Adapter::set_powered()

increase the write_value timeout to 10 seconds

80223b775d34db1fa28293c063093265dc05ceba authored about 6 years ago by Gal Ben-Haim <[email protected]>
implemented acquire_write and acquire_notify

68465c8fbe330f6c66e481b4152f71df7ecc2fec authored about 6 years ago by Gal Ben-Haim <[email protected]>
added value change BluetoothEvent

moved BluetoothEvent to a separate module

fixed examples/

ca4cfc8be8fcf03a9b918a50fecd177c3f24ca82 authored about 6 years ago by Gal Ben-Haim <[email protected]>
added path filter to BluetoothSession

BluetoothDiscoverySession now uses a connection from BluetoothSession

filter only signals

6fbfc7228ebdc136ac580b34a137652c6f03c933 authored about 6 years ago by Gal Ben-Haim <[email protected]>
use a single dbus connection, wrapped by BluetoothSession

use BluetoothSession for OBEX

24c140bc82cb3579a4a40a32b036ecdb1c9f19ac authored about 6 years ago by Gal Ben-Haim <[email protected]>
Add OBEX session management.

a89b6882be37884010afa5f4ee94fdb277c49a5c authored over 6 years ago by sireliah <[email protected]>
added set_trusted method to BluetoothDevice

1867046df9a10d2ae7d77573368bc8f46b203b56 authored over 6 years ago by Soundksklave - Prototype <[email protected]>
Update version number for previous breaking changes

https://github.com/szeged/blurz/pull/8 added a parameter to some public method, so code built wi...

16d0aaf27d49df2b1b4118656c11bc133f7b81a9 authored almost 7 years ago by Simon Sapin <[email protected]>
Update hex to 0.3 and bump version

7729c462439fb692f12e385a84ab371423eb4cd6 authored almost 7 years ago by Bastien Orivel <[email protected]>
Update dbus to 0.6 and bump version

fa30b1ccf3f9d3ecb0bc8d930bdba465ccbd671f authored about 7 years ago by Bastien Orivel <[email protected]>
Update test2

f397a769685a4f4583f5aed8e4b45a77f386c6f4 authored over 7 years ago by Zakor Gyula <[email protected]>
Remove rustc_serialize dependency

560162e0b2393809e559258224c51b145f47ad34 authored over 7 years ago by Attila Dusnoki <[email protected]>
Add required bluez version to readme

db2fc99098fdf54efce7e70e038c6ef4902002ff authored over 7 years ago by Zakor Gyula <[email protected]>
Merge pull request #8 from CromFr/master

bluez 5.44

073694dfe235bd7b0f714c18f1643dc27db5c567 authored over 7 years ago by Zakor Gyula <[email protected]>
Updated API to bluez 5.44

62c99c12e6da0b5166390183c1a387b251b3b8bb authored over 7 years ago by Crom (Thibaut CHARLES) <[email protected]>
Bump dbus to 0.5.1

d9df086906f419136480c79c126c5a39d4907664 authored almost 8 years ago by Attila Dusnoki <[email protected]>
Release v0.2.2

624b0e9da9164b69b385ccc2e754e8304f54c8b6 authored almost 8 years ago by Attila Dusnoki <[email protected]>
Device remove fix

cb2d38f008817129fda411b2ae5b34b2a9ba1daf authored about 8 years ago by riomus <[email protected]>
Merge pull request #3 from francois2metz/fix-typo

Fix typo on ConnectProfile.

c1192a8a64db59d9e49ac74037e3e3e0274b9167 authored over 8 years ago by Attila Dusnoki <[email protected]>
Fix typo on ConnectProfile.

8d3aa855aee7ccc371753b9edbcd4a796dfd8ecd authored over 8 years ago by François de Metz <[email protected]>
Release v0.2.1

ec1687907ef1b350fbe99205418dd3869bad7ce8 authored over 8 years ago by Attila Dusnoki <[email protected]>
Service and Manufacturer Data support

8606f713460ca5d441dc413ab18e8f729a550d95 authored over 8 years ago by Zakor Gyula <[email protected]>
Release v0.2.0

9400db5186090996102b97ec3f137bc5266f8cd9 authored over 8 years ago by Attila Dusnoki <[email protected]>
Release v0.1.8

5e08f3c8056c515dbb9b4e8baaeb7b78bd2f237f authored over 8 years ago by Attila Dusnoki <[email protected]>
Rename object_path to id

88b8b492cda058bf105a24b6da36156a3d79d102 authored over 8 years ago by Attila Dusnoki <[email protected]>
Add Connection to the advertising manager.

891534cc3e93bce5602de77d40990eb0386a7cd2 authored over 8 years ago by fokinv <[email protected]>
Test number one and some modifications for the advertising.

3caffbd81ecbace8cfee87c6cd1869074a40ef5f authored over 8 years ago by fokinv <[email protected]>
Add Advertising Data and Manager

c24b59940d32faf21c266f58c4d73ef075d3fb1f authored over 8 years ago by fokinv <[email protected]>
Release v0.1.7

d0f9b86ea9a062ee1d9379df1a8ad8ce4ac4c668 authored over 8 years ago by Attila Dusnoki <[email protected]>
Add Included Services placeholder

f5cb045d529f9459aea28c5f20be84277e4998bb authored over 8 years ago by Attila Dusnoki <[email protected]>
Release v0.1.6

82ea1868add3385fee948d5264f7cce4ef072839 authored over 8 years ago by Attila Dusnoki <[email protected]>
Add discovery session

2523d9ccb87865dfb2e60904f9f14f5e2dc06cb0 authored over 8 years ago by Attila Dusnoki <[email protected]>
Release v0.1.5

408793fb2965132b73dd4e84cc1d5e0d40db95c4 authored over 8 years ago by Attila Dusnoki <[email protected]>
Fix device's "new" method visibility

da2bde020d95b8e47a5235ec087f91afd207caef authored over 8 years ago by Attila Dusnoki <[email protected]>
Release v0.1.4

9ae74a7b6a73f9645349d1a9eb504fe3a1b17929 authored almost 9 years ago by Attila Dusnoki <[email protected]>
Update gatt getters

a10fa83d5bf0536c7d68d9785cca0a25212c44f7 authored almost 9 years ago by Attila Dusnoki <[email protected]>
Release v0.1.3

82d70098e027077086383d7e8bd65027f696b40a authored almost 9 years ago by Attila Dusnoki <[email protected]>
Add create adapter method

710f13e4bd5a7221afa8db75926e650f1f388b9c authored almost 9 years ago by Attila Dusnoki <[email protected]>
Fix typos

9d3c985e5ff42abbde47045adfbac4b62d33822f authored almost 9 years ago by Attila Dusnoki <[email protected]>
Release v0.1.2

3bae6673a415fa863bf47a2c6be30f601538b4fa authored almost 9 years ago by Attila Dusnoki <[email protected]>
Add more functionality, API doc links and minor refactor

87a2b7dcf98538319d4f2af261f169367f4c75f5 authored almost 9 years ago by Attila Dusnoki <[email protected]>
Change repository

709cb5427b4891cc71edb9f145dfc01627f1d03e authored almost 9 years ago by Attila Dusnoki <[email protected]>
Release v0.1.1

124a9d72eb84392435eefed41043ad09b295766f authored almost 9 years ago by Attila Dusnoki <[email protected]>
Error handling and refactor

b4a6280d27deacd697a67c5f76f04deeb2712f4a authored almost 9 years ago by Attila Dusnoki <[email protected]>
Add methods (read/write/notify)

19ea9a14ab1f0838d9a8512c6108caefb458e378 authored almost 9 years ago by Attila Dusnoki <[email protected]>
Fix value type

c869c77270a1940796e1d75899a3dd8e1c2e5628 authored almost 9 years ago by Attila Dusnoki <[email protected]>
Add missing device property to service

2d63f3ddd15a3b614abc63ac9a78a323a80cc67d authored almost 9 years ago by Attila Dusnoki <[email protected]>
Add Descriptor to test2

3258cac3295fe02b8f1255b3a02dbef3a154afc9 authored almost 9 years ago by Attila Dusnoki <[email protected]>
Add GATT Descriptor

09d445cd0b35c1f62c7b569412257a92fc3c6d24 authored almost 9 years ago by Attila Dusnoki <[email protected]>
Error handling

1f48f8bde5f2c7e2df5ca0611225b1e9b90d8b7d authored almost 9 years ago by Attila Dusnoki <[email protected]>
Update Cargo.toml

f1e8d8922ea087b05ee99141e13aecbc0d827694 authored almost 9 years ago by Attila Dusnoki <[email protected]>
Implement modalias

Minor cleanup

8b75ee0f7f0d310dac66180485beb71aa778e5ec authored almost 9 years ago by Attila Dusnoki <[email protected]>
Add GATT classes

2380c7b83b08d3edb3299459ac791f3b6c3923c2 authored almost 9 years ago by Attila Dusnoki <[email protected]>
Added more functionality

6dfab274d22bdefc9aa06844a4c2261f16ec789e authored almost 9 years ago by Attila Dusnoki <[email protected]>
Refactor adapter and device attributes

b22729cf5e7ac22005bb94e39827bcef53068f0b authored almost 9 years ago by Attila Dusnoki <[email protected]>
README, LICENSE, Basic classes

3c7c344b3791ccba5df14e2c44f717d4e1635977 authored almost 9 years ago by Attila Dusnoki <[email protected]>
Initial commit

e93f3d0076c7717fdbc3c4c233c5d2b42def9c6d authored almost 9 years ago by Attila Dusnoki <[email protected]>