Skip to content

command and control for Blackmagic devices (proof on concept)

License

Notifications You must be signed in to change notification settings

alliance-archive/blackmagic-c2

 
 

Repository files navigation

blackmagic-c2

This is a proof-of-concept command and control mechanism for Blackmagic devices.

It consists of an "agent" (the on-premises component) and a "hub" (the cloud component) that currently just run together in a single process. The hub provides a GraphQL API and has a Typescript / React UI that allows you to monitor and control DeckLink and networked devices.

To run it:

  • Run npm install and npm run build from the src/hub/ui directory to build the hub UI.
  • Run cargo run from the repo's root.

About

command and control for Blackmagic devices (proof on concept)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 58.0%
  • TypeScript 39.5%
  • JavaScript 2.1%
  • Other 0.4%