Skip to content
@OmniBridge-Adapter

OmniBridge-Adapter

Welcome to OmniBridge

OmniBridge is a Universal Adapter targeted for embedded developers. It allows interacting with embedded protocols such as GPIO (not a protocol, I know), and will soon be supporting I2C and SPI as a minimum. OmniBridge is built around an open specification, allowing anyone to implement their own devices (and even define their own protocols!), and have it work with existing software.

What can I use it for?

Since OmniBridge gives such fine-grained control, it's intended for developers to use for testing. Whether that be Hardware-In-The-Loop Embedded tests, or integration testing, If you can imagine it you can [hopefully] do it!

Since the host software is primarily provided in Python, it integrates easily with testing frameworks such as Pytest as well!

Which bits can I use?

OmniBridge is comprised of 3 main components.

Spec

The specification contains XML definitions of data communicated between the Bridge device, and the Host computer.

Core

OmniBridge's Core contains the main logic for the firmware, as well as the Core Python libraries.

Modules

OmniBridge "Modules" contain the end-to-end GPIO/SPI/I2C Logic. They have matching C++ (Firmware) and Python (Host Software) components. While the Spec may be provided, an open implementation may not exist, so feel free to do it yourself!

Why have you provided Specs for some Modules, but the Module doesn't exist?

Unfortunately I have finite time and implementing things takes time. Part of this project is creating a framework for others build on. By providing a Spec, I'm hoping that there's enough structure for anyone to come along and create something, and minimise the effort it takes to be compatible with other implementations.

Popular repositories Loading

  1. .github .github Public

    OmniBridge ORG Profile Repository.

  2. HID-cpp HID-cpp Public

    C++ HID library using templates to define report structure. Generates report descriptors automatically at runtime OR compile time.

    C++

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…