Skip to content

Commit 522e0d9

Browse files
authored
Create README file
1 parent 0ac8ce0 commit 522e0d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# DMXControl 3 Network Interface
2+
[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.
3+
4+
# Content
5+
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.
6+
7+
# Important Notice
8+
**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.

0 commit comments

Comments
 (0)