Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
# 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.
> This project has been migrated to actions and now lives under [centaurus](https://github.com/code0-tech/centaurus).

## 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