Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/tsirysndr/bluetoothaudiod

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/tsirysndr/bluetoothaudiod

  • v0.0.0-20200814211331-5372e75befb0
  • Source
  • Go
  • Socket score

Version published
Created
Source

Bluetoothaudiod

GitHub code size in bytes GitHub go.mod Go version GitHub contributors License: BSD

Control your linux soundcard remotely using a simple Twirp RPC service

service Bluetooth {
  rpc ListDevices(Empty) returns (Devices);
  rpc ListAdapters(Empty) returns (Adapters);
  rpc Connect(Params) returns (Adapters);
  rpc Disconnect(Params) returns (Adapters);
  rpc Pair(Params) returns (Adapters);
  rpc EnableCard(Card) returns (Status);
  rpc StartDiscovery(Adapter) returns (Status);
  rpc StopDiscovery(Adapter) returns (Status);
}

Install

go get -u github.com/tsirysndr/bluetoothaudiod

Usage

bluetoothaudiod start

Build

You need to install buf and prototool

make build_proto && go build -o bluetoothaudiod main.go

Author

👤 Tsiry Sandratraina

Show your support

Give a ⭐️ if this project helped you!

FAQs

Package last updated on 14 Aug 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc