{"id":21861565,"url":"https://github.com/raleighlittles/beacn-linux","last_synced_at":"2025-07-21T01:31:18.408Z","repository":{"id":117726060,"uuid":"529429090","full_name":"raleighlittles/beacn-linux","owner":"raleighlittles","description":"[Work in Progress] A Linux version of the BEACN Mix application.","archived":true,"fork":false,"pushed_at":"2022-09-11T22:37:23.000Z","size":2069,"stargazers_count":22,"open_issues_count":1,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-30T09:12:38.299Z","etag":null,"topics":["beacn","beacn-mix","libusb","usb-reverse-engineering","wireshark"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raleighlittles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["raleighlittles"],"custom":["paypal.me/raleighlittles"]}},"created_at":"2022-08-26T23:18:28.000Z","updated_at":"2025-03-19T18:12:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"072d6cec-ab84-499a-8b1a-96fbf3a7c5a4","html_url":"https://github.com/raleighlittles/beacn-linux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raleighlittles/beacn-linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2Fbeacn-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2Fbeacn-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2Fbeacn-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2Fbeacn-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raleighlittles","download_url":"https://codeload.github.com/raleighlittles/beacn-linux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2Fbeacn-linux/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266226308,"owners_count":23895688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beacn","beacn-mix","libusb","usb-reverse-engineering","wireshark"],"created_at":"2024-11-28T03:11:58.897Z","updated_at":"2025-07-21T01:31:18.395Z","avatar_url":"https://github.com/raleighlittles.png","language":"C++","funding_links":["https://github.com/sponsors/raleighlittles","paypal.me/raleighlittles"],"categories":[],"sub_categories":[],"readme":"![beacn-mix-device](./docs/beacn-mix-dual.png)\n\n# About\n\nThe [Beacn Mix](https://www.beacn.com/products/beacn-mix) is a digital audio mixer. It is controlled and setup via the [Beacn App](https://www.beacn.com/pages/downloads), which is currently Windows only.\n\nThis project attempts to make a Linux version of the Beacn App which would allow you to control your Beacn Mix via Linux.\n\n# Application overview\n\nI'm in the very early stages of development, so right now my goal is to make a command-line version that can do basic communication with the device, before moving onto creating a GUI.\n\n# Setup\n\nCurrently all that exists is a C++ application that uses `libusb` to communicate with the device.\n\nThis application lives in the `cpp` directory, and is built via C-Make:\n\n```bash\n$ cmake CMakeLists.txt\n```\n\n# Device documentation\n\nThe device communicates with your PC via a single USB-c connection.\n\n`docs/README.md` contains USB information about the device (via `dmesg` and `lsusb`). The USB vendor ID and product ID are also shown below:\n\n| Vendor ID | Product ID |\n| --------  | ---------  |\n| 0x33ae    |   0x0004   |\n\n# *How can I help?*\n\nTo develop this, I'm using a Windows VM with the real Beacn Mix application, and using Wireshark to record the USB traffic between the device and the VM.\n\nThe `wireshark` folder contains said wireshark packet captures. The end of the filename has a string that looks like \"x_yy\", where x is the bus number and yy is the device number -- e.g. (1.11) -- this way you know which device's traffic to isolate in the packet capture.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraleighlittles%2Fbeacn-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraleighlittles%2Fbeacn-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraleighlittles%2Fbeacn-linux/lists"}