An open API service indexing awesome lists of open source software.

https://github.com/dmxcontrol/artnetsharp

This library allows you to use the ArtNet protocol version 4 in C#
https://github.com/dmxcontrol/artnetsharp

ansi artnet esta rdm

Last synced: about 1 month ago
JSON representation

This library allows you to use the ArtNet protocol version 4 in C#

Awesome Lists containing this project

README

          

# ArtNetSharp

ArtNetSharp is a modern, cross-platform C# library for working with the Art-Net protocol (version 4).
It enables you to send and receive DMX data over Ethernet, making it ideal for lighting control, stage automation, and interactive installations.

## Features

- Full Art-Net 4 protocol support
- Send and receive DMX data
- Discover and manage Art-Net nodes
- Cross-platform: Windows, Linux, and macOS works on .NET 6, .NET 7, .NET 8, .NET 9 and in future upcomming versions
- Easy-to-use API
- Actively maintained

## Installation

Install via NuGet:
Or via the NuGet Package Manager in Visual Studio.

## Quickstart

### Controller Example

Send DMX data to an Art-Net node:
[Full Example](https://github.com/DMXControl/ArtNetSharp/blob/main/Examples/ControllerExample/Program.cs)

### Node Output Example

Create an Art-Net node that outputs DMX data:
[Full Example](https://github.com/DMXControl/ArtNetSharp/blob/main/Examples/NodeOutputExample/Program.cs)

### Node Input Example

Receive DMX data from Art-Net:
[Full Example](https://github.com/DMXControl/ArtNetSharp/blob/main/Examples/NodeInputExample/Program.cs)

## Documentation

- [API Reference](https://github.com/DMXControl/ArtNetSharp/wiki)
- [Art-Net Protocol Specification](https://art-net.org.uk/downloads/art-net.pdf)

## Supported Platforms

- [![.NET 6](https://img.shields.io/badge/.NET%206-5C2D91?logo=.net&logoColor=white)](https://dotnet.microsoft.com/download/dotnet/6.0) (not recommended)
- [![.NET 7](https://img.shields.io/badge/.NET%207-5C2D91?logo=.net&logoColor=white)](https://dotnet.microsoft.com/download/dotnet/7.0) (not recommended)
- [![.NET 8](https://img.shields.io/badge/.NET%208-5C2D91?logo=.net&logoColor=white)](https://dotnet.microsoft.com/download/dotnet/8.0)
- [![.NET 9](https://img.shields.io/badge/.NET%209-5C2D91?logo=.net&logoColor=white)](https://dotnet.microsoft.com/download/dotnet/9.0)
- [![.NET 10](https://img.shields.io/badge/.NET%2010-5C2D91?logo=.net&logoColor=white)](https://dotnet.microsoft.com/download/dotnet/10.0)

## Contributing

Contributions are welcome! Please open issues or submit pull requests via GitHub.

1. Fork the repository
2. Create a new branch (`git checkout -b feature/your-feature`)
3. Commit your changes (`git commit -am 'Add new feature'`)
4. Push to the branch (`git push origin feature/your-feature`)
5. Open a pull request

## License [![License](https://img.shields.io/badge/license-CC%20BY--NC%204.0-orange.svg)](LICENSE.md)

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International Public License. See the [LICENSE](LICENSE.md) file for details.

---

**ArtNetSharp** is developed and maintained by [DMXControl Projects e.V.](https://www.dmxcontrol-projects.org/).

---

[![NuGet Version](https://img.shields.io/nuget/v/ArtNetSharp?color=green)](https://www.nuget.org/packages/ArtNetSharp/)
[![NuGet Downloads](https://img.shields.io/nuget/dt/ArtNetSharp?color=green)](https://www.nuget.org/packages/ArtNetSharp/)
![GitHub Top Language](https://img.shields.io/github/languages/top/DMXControl/ArtNetSharp?color=blue)
![GitHub Code Size](https://img.shields.io/github/languages/code-size/DMXControl/ArtNetSharp)

![GitHub Last Commit](https://img.shields.io/github/last-commit/DMXControl/ArtNetSharp?color=black)
![Contributions](https://img.shields.io/badge/contributions-welcome-black.svg)
![Contributors](https://img.shields.io/github/contributors/DMXControl/ArtNetSharp?color=black)
![GitHub issues](https://img.shields.io/github/issues/DMXControl/ArtNetSharp?color=black)
![GitHub pull requests](https://img.shields.io/github/issues-pr/DMXControl/ArtNetSharp?color=black)

![Discord](https://img.shields.io/discord/1051582916137861241)

![GitHub Forks](https://img.shields.io/github/forks/DMXControl/ArtNetSharp?style=social)
![GitHub Watchers](https://img.shields.io/github/watchers/DMXControl/ArtNetSharp?style=social)
![GitHub Stars](https://img.shields.io/github/stars/DMXControl/ArtNetSharp?style=social)