Skip to content

InfinityMod/py-socketmost-client

Repository files navigation

Overview

First try to implement a interface to the MostSocket in Python.

Features (routines)

  • setAmplifierSink Switch the amplifier sink

Execution

  1. First add the py-socketmost-client.service to your system to startup the py-socketmost-client base server, this will accelerate further interaction with the py-client as the connection is already established and further communication happens via ZeroMQ.
    1. Copy py-socketmost-client.service to /etc/systemd/system/
    2. Startup the py-socketmost-client service via systemctl start py-socketmost-client
    3. Additionaly add to startup: systemctl enable py-socketmost-client
  2. Execute py-socketmost-client with arguments:
    • python py-socketmost-client.py
    • e.g. python py-socketmost-client.py setAmplifierSink 2

Releases

No releases published

Packages

No packages published

Languages