Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Mac Menubar app to control Teufel Raumfeld audio devices.

NotificationsYou must be signed in to change notification settings

ulilicht/Raumbar

Repository files navigation

Raumbar is an application to control Teufel Raumfeld Speakers from the Mac Menubar.

Raumbar Screenshot

Installation

Download the DMG installer for Mac from thereleases page.

Known Issues

The app is not signed, as I don't own an Apple Developer Certificate. There are two shortcomings:

  • On first launch, the app needs to be launched from Mac system settings / security.
  • On every start, the app will ask to accept incoming network connections

You can overcome both by compiling the app from source yourself using your own developer certificate (see instructions below)

Development

Basics

The app is created usingnode-raumkernel, React and Electron.

To get started, read about the concepts in

Preparation

The App needs apple codesigning to run, as it opens a Network server. If you don't add a certificate, the app will stillrun but ask for permissions to access the network on each launch.

  1. Create a certificate
  2. Create a copy of./codesign.config.dist.js as./codesign.config.js
  3. Add your certificate details to the new file.

More information can be found in theElectron Docs

Starting

  • runyarn start
  • runyarn start-electron in another Terminal window.

Building

  • runyarn make

[8]ページ先頭

©2009-2025 Movatter.jp