ahmedFarouk2020 / Topology-APIs

Handling JSON records

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Topology-APIs

Provide the functionality to access, manage and store device topologies

Prerequisites

  • gcc compiler
  • nlohmann json library (optional)
    If compilation problems happen, Download it (almost works fine)

Tools Used

  • Build system: GNU Compiler Collection(gcc)
  • Static code analysis: cpp checker

Design

Static analysis

  • See analysis folder -> All style problems are from json lib :) and only one from my modules but ignored it due to readability and design purposes

About

Handling JSON records

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%