https://github.com/hhromic/e131-viewer
E1.31 (sACN) Xterm256 Console Viewer
https://github.com/hhromic/e131-viewer
c client console cpp e131 light-controller sacn viewer
Last synced: 12 months ago
JSON representation
E1.31 (sACN) Xterm256 Console Viewer
- Host: GitHub
- URL: https://github.com/hhromic/e131-viewer
- Owner: hhromic
- License: apache-2.0
- Created: 2016-08-13T20:24:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-20T10:08:24.000Z (over 2 years ago)
- Last Synced: 2025-04-14T06:08:22.604Z (12 months ago)
- Topics: c, client, console, cpp, e131, light-controller, sacn, viewer
- Language: C
- Size: 10.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# E1.31 (sACN) Xterm256 Console Viewer
## Compiling
To compile the viewer, simply use the `make` utility:
$ make clean
$ make
You must have the `libe131` ([get it here][libe131]) development library installed on your system. Once compiled, you can install the output binary file wherever you want.
[libe131]: https://github.com/hhromic/libe131/releases/latest
## Running
To run the program, you can supply an optional DMX universe number for joining a multicast group.
Usage: e131-viewer [-h] [-u universe]
View E1.31 (sACN) network data using xterm256 ANSI colors.
Options:
-h show this help screen
-u universe DMX universe number for Multicast (default: 1)
Example invocation for viewing E1.31 RGB data using DMX universe `2`:
$ ./e131-viewer -u 2
## License
This software is under the **Apache License 2.0**.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.