https://github.com/telecominfraproject/wlan-cloud-tools
OpenWiFi Community tools used with Cloud 2.x SDK
https://github.com/telecominfraproject/wlan-cloud-tools
Last synced: 9 months ago
JSON representation
OpenWiFi Community tools used with Cloud 2.x SDK
- Host: GitHub
- URL: https://github.com/telecominfraproject/wlan-cloud-tools
- Owner: Telecominfraproject
- License: bsd-3-clause
- Created: 2021-08-17T03:20:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T05:56:35.000Z (over 3 years ago)
- Last Synced: 2025-05-07T10:28:19.747Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 4.57 MB
- Stars: 1
- Watchers: 69
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wlan-cloud-tools
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 ecosystem, leveraging security, logging, Kafka integration, etc.
# Philosophy
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++.