Skip to content

IRSMsoso/dante-control-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

I no longer have access to dante hardware or a license so probably won't add support for new dante versions. However, If they haven't changed the protocol byte order, it may still work for new versions regardless, I just haven't tested it.

dante-control-rs

Dante discovery and control as a rust library

Dante Versions

  • 4.2.1.3
  • 4.4.1.3

Features

  • Discover Dante devices via mDNS
  • Make subscriptions
  • Clear subscriptions

Usage

Create a new DanteDeviceManager. From there you can either poll for dante devices on the network with mdns via start_discovery(), stop_discovery(), and get_device_names()/get_device_descriptions(), or you can control dante devices on the network via make_subscription() and clear_subscription().

About

Dante discovery and control as a rust library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages