From 72006a221b1cb615dab9598c2a8b377649b71051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= Date: Mon, 31 Jul 2023 19:58:47 -0300 Subject: [PATCH 1/4] feat(resolved #91): code compilation and docs --- README.md | 118 +++++++++++++++++++++++++++++++++++++++++++++ README.pt-br.md | 126 ++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 240 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 63df616..cdf6aa8 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,124 @@ leandro@leandro-laptop:~$ cd oktopus/devops leandro@leandro-laptop:~/oktopus/devops$ docker compose up +
  • +Basic manual compilation and run: + +OBS: Do not use those instructions in production. To implement the project in production you might use more resources that are already avaiable in Oktopus, but would take longer to explain in this README. Soon, there will be more help and explanations about those extra needed configs. +
  • +
  • +Device test agent config: +
  • + -------------------------------------------------------------------------------------------------------------------------------------------------------- diff --git a/README.pt-br.md b/README.pt-br.md index df0bf97..8ebfdab 100644 --- a/README.pt-br.md +++ b/README.pt-br.md @@ -198,14 +198,132 @@ Atualmente, gigantes das telecomunicações e startups, publicam software novo d -------------------------------------------------------------------------------------------------------------------------------------------------------- From d783e09b62a22c67fdca27c679d12e13bab982cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= Date: Mon, 31 Jul 2023 20:02:01 -0300 Subject: [PATCH 2/4] fix: readme deviceid --- README.md | 2 +- README.pt-br.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdf6aa8..a3c9c7f 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ Device test agent config: "ControllerTrust.Role.1.Permission.1.Targets": "Device.", "ControllerTrust.Role.1.PermissionNumberOfEntries": "1", "ControllerTrust.RoleNumberOfEntries": "2", -"EndpointID": "os::test-000000000001", +"EndpointID": "os::4851CF-000000000002", "MTP.1.Alias": "", "MTP.1.Enable": "false", "MTP.1.MQTT.PublishQoS": "0", diff --git a/README.pt-br.md b/README.pt-br.md index 8ebfdab..8c596f0 100644 --- a/README.pt-br.md +++ b/README.pt-br.md @@ -276,7 +276,7 @@ Configurações dispositivo de teste: "ControllerTrust.Role.1.Permission.1.Targets": "Device.", "ControllerTrust.Role.1.PermissionNumberOfEntries": "1", "ControllerTrust.RoleNumberOfEntries": "2", -"EndpointID": "os::test-000000000001", +"EndpointID": "os::4851CF-000000000002", "MTP.1.Alias": "", "MTP.1.Enable": "false", "MTP.1.MQTT.PublishQoS": "0", From fd58063e7557af32a7f0c1e04d3c8f84a30c49b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= <83298718+leandrofars@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:14:08 -0300 Subject: [PATCH 3/4] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a3c9c7f..b8d81e1 100644 --- a/README.md +++ b/README.md @@ -182,8 +182,7 @@ Currently, telecommunications giants and startups, publishing new software daily -![Oktopus Drawio](https://github.com/leandrofars/oktopus/assets/83298718/0edbf9ad-354a-4dbc-b65d-fdcca2b299fe) - +![image](https://github.com/leandrofars/oktopus/assets/83298718/a93df5aa-31fd-486f-8af1-7911f552fea1)