Skip to content

Protocol adapter that will accept requests, verify them and sends them to execution.

Notifications You must be signed in to change notification settings

code0-tech/draco

Repository files navigation

draco - The Protocol Adapter

But what even is a Adapter? Adapter is a software component that acts as an intermediary between two different systems or protocols. It translates data from one format to another, enabling communication between incompatible systems.

Or simply, the endpoint of a specific protocol or system (e.g., HTTP, MQTT, AMQP). For example, an HTTP adapter can translate HTTP requests into a format that can be understood by a different system or in context taurus our runtime.

Installation

See: Installation

Roadmap

Protocol/System Status
HTTP 🚧
MQTT 📝
AMQP 📝
Cron-Jobs 📝

Legend:

  • ✅ Done: Fully implemented and ready to use
  • 🚧 Under Construction: Currently in development
  • 📝 Planned: On our roadmap for future development
  • ❌ Not Planned: No current plans for implementation

About

Protocol adapter that will accept requests, verify them and sends them to execution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages