All Projects → szeged → blurz

szeged / blurz

Licence: BSD-2-Clause license
Blurz - Bluetooth lib for Rust using blueZ/dbus

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to blurz

Faker
Go (Golang) Fake Data Generator for Struct
Stars: ✭ 1,698 (+2434.33%)
Mutual labels:  hactoberfest
CovidVaccineNotifier
Get notified with available vaccination centres via SMS
Stars: ✭ 21 (-68.66%)
Mutual labels:  hactoberfest
data-structures-algorithms-interviews
👨‍💻 Repo contains my solutions to coding interview problems on various platforms. Will later convert into a React based web app for personal revision.
Stars: ✭ 16 (-76.12%)
Mutual labels:  hactoberfest
HttpClientMock
Library for mocking Apache HttpClient.
Stars: ✭ 41 (-38.81%)
Mutual labels:  hactoberfest
qxresearch-event-1
10+ Python Application 🦾 | 10- lines of code 👽
Stars: ✭ 194 (+189.55%)
Mutual labels:  hactoberfest
Hactoberfest-accepted
Raise Genuine PRs only. Your PRs will be accepted, keep patience.
Stars: ✭ 116 (+73.13%)
Mutual labels:  hactoberfest
PRLib
Pre-Recognition Library - library with algorithms for improving OCR quality.
Stars: ✭ 22 (-67.16%)
Mutual labels:  hactoberfest
Datscan
DatScan is an initiative to build an open-source CMS that will have the capability to solve any problem using data Analysis just with the help of various modules and a vast standardized module library
Stars: ✭ 13 (-80.6%)
Mutual labels:  hactoberfest
hacktoberfest2020
Submit Just 4 PRs to earn SWAGS 🔥
Stars: ✭ 44 (-34.33%)
Mutual labels:  hactoberfest
kubernetes
my yaml files for kubernetes cluster
Stars: ✭ 98 (+46.27%)
Mutual labels:  hactoberfest
OctoPrint-Prometheus-Exporter
An octoprint plugin for prometheus compatible metrics endpoint
Stars: ✭ 36 (-46.27%)
Mutual labels:  hactoberfest
hactoberexplor
HacktoberExplor is for people who love to travel, explore and let others know about the beautiful places which they've visited, alongwith a photo and a short description about that place. Also you can add about yourself, your interests and your social media links, etc.
Stars: ✭ 16 (-76.12%)
Mutual labels:  hactoberfest
open-source-DSA-code
open source contribution during hacktoberfest for beginners.
Stars: ✭ 31 (-53.73%)
Mutual labels:  hactoberfest
Jquery.terminal
jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands
Stars: ✭ 2,623 (+3814.93%)
Mutual labels:  hactoberfest
hugo-toha.github.io
An example hugo static site with Toha theme.
Stars: ✭ 59 (-11.94%)
Mutual labels:  hactoberfest
Hacktoberfest2021
✨✨FREE FOR ALL , LEARNING and CELEBRATING OPEN SOURCE, This Hacktoberfest project exists to help you submit your first Pull Request! ✨✨
Stars: ✭ 23 (-65.67%)
Mutual labels:  hactoberfest
Hacktoberfest-2021
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2021! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 33 (-50.75%)
Mutual labels:  hactoberfest
fasthtmx
FastAPI-HTMX Demo Project
Stars: ✭ 62 (-7.46%)
Mutual labels:  hactoberfest
bigint
bigint is a C++ library which can handle Very very Big Integers. It can calculate factorial of 1000000... it can go any big. It may be useful in Competitive Coding and Scientific Calculations which deals with very very large Integers. It can also be used in Decryption process. It has many inbuilt functions which can be very useful.
Stars: ✭ 34 (-49.25%)
Mutual labels:  hactoberfest
fmiopendata
Python interface for FMI open data
Stars: ✭ 35 (-47.76%)
Mutual labels:  hactoberfest

Bluetooth lib for Rust using blueZ/dbus

Current state: Experimental Required bluez version: 5.44

Examples

This example show how to get the first available bluetooth device.

let adapter: BluetoothAdapter = BluetoothAdapter::init().unwrap();
let device: BluetoothDevice = adapter.get_first_device().unwrap();
println!("{:?}", device);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].