Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 595 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 595 Bytes

Microphone Controller

Mutes or unmutes the microphone of a Windows machine in response to MQTT messages from a broker provided by a bootstrap-server.

Dependencies

Usage

Configuration

Configuration file

Copy config.json.template to config.json and edit to fit your environment.

Command line arguments

  • configFile=/path/to/config/file (default=config.json)

Start service

npm install
npm start