From 7d4a58eae8cb8b2384907c8df4bbd3652740590e Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 6 Aug 2026 11:14:14 +0200 Subject: [PATCH] docs: retire draco informatiom --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index afb6697..c9e8a85 100644 --- a/README.md +++ b/README.md @@ -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