Skip to main content

Python Client fo Sennheiser Sound Control Protocol

Project description

pyssc

A Sennheiser Sound Control Protocol (SSC) Client Implementation for Python

Introduction

The Sennheiser Sound Control Protocol is a specific adaption of Open Sound Control. Pyssc is a simple client implementation that allows users to discover SSC Devices in their networks and subsequently communicate with those Devices via SSC.

Installation

Pyssc is published to pypi.org/pyssc.

pip install pyssc

Usage

Initially you will have to find out the IP Addresses of your SSC Devices. If you don't know them you can try and find them using zeroconf.

import pyssc as ssc
found_setup = ssc.scan()

When you know all the IPs you can store the setup as a JSON file.

found_setup.to_json('setup.json')

Here's an example setup JSON:

{
    "Device 1": "fe80::2a36:38ff:fe60:7515",
    "Device 2": "fe80::2a36:38ff:fe60:784f",
}

Once you have defined your setups as a JSON you don't need to scan anymore. Simply import your setup at the beginning of your session.

found_setup = ssc.Ssc_device_setup().from_json('setup.json')

Now you can send and receive SSC either to and from a single device

device_1 = found_setup.ssc_devices[0]
ssc_transaction = device_1.send_ssc('{"audio":{"out":{"mute":true}}}')

or the whole setup.

found_setup.send_all('{"audio":{"out":{"mute":true}}}')

To find out which commands work for your specific SSC Device please refer to the SSC Documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyssc-0.0.2.dev7.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyssc-0.0.2.dev7-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file pyssc-0.0.2.dev7.tar.gz.

File metadata

  • Download URL: pyssc-0.0.2.dev7.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for pyssc-0.0.2.dev7.tar.gz
Algorithm Hash digest
SHA256 84dbdcbb8b7a02dccf019fa21eb8a6dea8ca95fdc73c3dc0ba4a7b07d8d18c1a
MD5 be9c04ff86bdfb6ef28f8d4e7525225d
BLAKE2b-256 eb1166e15588c54932dd942c6c45766cd5faa2ea5490af3167b0cd90afda8e62

See more details on using hashes here.

File details

Details for the file pyssc-0.0.2.dev7-py3-none-any.whl.

File metadata

  • Download URL: pyssc-0.0.2.dev7-py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for pyssc-0.0.2.dev7-py3-none-any.whl
Algorithm Hash digest
SHA256 3e901cbcf53bffc0c8a1c1cd56ec91cf3838c8c8301e6c978bb7b4a7b90727c7
MD5 dd1890f36690db5776f0d848b65ef153
BLAKE2b-256 f6c86601f2f01b86f46b36d4ab968b64b57b481e7ae1c0ba256ee1398c1d6869

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page