From 2f20470d554aa9bbb7a3552f6d56a8db333639ca Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Thu, 8 Sep 2022 22:06:39 -0700 Subject: [PATCH] Update to v2.7.0 Signed-off-by: stephb9959 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a34b49..d9c8bd5 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ OpenWiFi Community tools used with Cloud 2.x SDK # Overview -This repository shows how to build a microservice that can be part of the OpenWifi eco-system, leveraging security, logging, Kafka intehration, etc. +This repository shows how to build a microservice that can be part of the OpenWifi ecosystem, leveraging security, logging, Kafka integration, etc. # Philosophy -The whole eco-system must be API driven. We have chosen OpenAPI 3.0 as the standard to express inter-service exchanges. This guarantees language agnostic +The whole ecosystem must be API driven. We have chosen OpenAPI 3.0 as the standard to express inter-service exchanges. This guarantees language agnostic architecture. + +# Cmake OpenWifi `ow_helloworld` +In the directory `microservice_sample_cpp` you will find a fully working and integrated `hello world` micro service in C++. \ No newline at end of file