https://github.com/dmxcontrol/dmxcontrol3-network-interface
https://github.com/dmxcontrol/dmxcontrol3-network-interface
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmxcontrol/dmxcontrol3-network-interface
- Owner: DMXControl
- License: mit
- Created: 2025-02-15T14:27:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T15:38:31.000Z (over 1 year ago)
- Last Synced: 2025-02-15T16:29:20.898Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DMXControl 3 Network Interface
[DMXControl 3](https://www.dmxcontrol.de/de/dmxcontrol-3/funktionen.html) uses [gRPC](https://grpc.io/) for its internal network communication since version 3.3.0. The protocol specification is done with [Protobuf files](https://protobuf.dev/). This repository makes the required Protobuf files to communicate with DMXControl 3 publicly available. It can be used to write your own applications which can connect to the DMXControl 3 Network.
# Content
Starting with DMXControl 3.3.0, there is a commit for every final release version of DMXControl. Each commit is tagged with the respective version tag and represents the latest version of the DMXControl 3 network interface at that time.
# Important Notice
**We will not directly accept PRs here** because this repository is a read-only copy of the internal Protobuf specification repository. However, if approved, we will copy the changes to the internal repository, and they will then appear in the commit for one of the following DMXControl 3 releases.