Code Monkey home page Code Monkey logo

atemutils's Introduction

AtemUtils

This is a collection of tools to aid in reverse engineering the atem protocol for the LibAtem project, using the LibAtem library to do so.

AtemProxy

This is a simple ATEM connection proxy server, that decodes commands to make it easy to watch what a client is sending to the ATEM.

Any command passing through this proxy is logged to the console, in both JSON and byte form. With grep, this can be filtered to watch for specific commands. This is essentially an alternative to using wireshark with the plugin.

Note: A connection to the ATEM is opened for each client connected to this proxy. It is essentially a plain UDP connection forwarder with some extra parsing on the side

AtemMock

This is a simple fake ATEM, that can be used for reverse engineering.

At startup it reads in a wireshark capture of a connection being initialised, and it replays that back to any clients that connect.

There is a function that allows for mangling of this data, which can be useful to check what a certain byte of a command is. Once a client is connected, the connection will be maintained, but any commands received will be ignored.

Related Projects

Credits

This builds on the work done by the following projects:

License

LibAtem is distributed under the GNU Lesser General Public License LGPLv3 or higher, see the file LICENSE for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.