From 724a23a76d7b00f95eeb8bc51378a03652793427 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?=
<83298718+leandrofars@users.noreply.github.com>
Date: Thu, 30 May 2024 13:52:56 -0300
Subject: [PATCH] docs(readme): info about controller and agent
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index e290c3a..a51774d 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,9 @@ This repository aims to promote the development of a multi-vendor management pla
--------------------------------------------------------------------------------------------------------------------------------------------------------
+
Controller
+
+That's Oktopus Core, I's responsable for the devices management. Made by different microservices that can be run indepently and work together to provide the best experience for the user and make available different options for device connetion. Below here you will find some helpfull information about how the software works, the parts of it, the architecture and infrastructure.
@@ -60,6 +63,9 @@ user@user-laptop:~/oktopus/deploy/compose$ COMPOSE_PROFILES=nats,controller,cwmp
Oktopus deployment in Kubernetes still is in beta phase: Instructions for Kubernetes deployment
UI will open at port 3000:
+Agent
+
+Agent is a piece of software taht runs on the CPE or IoT device and is responsable for connecting it to the Controller (Oktopus) through CWMP and/or USP.