Giter Site home page Giter Site logo

aos_communicationmanager's Introduction

Aos Communication Manager

CI codecov Quality Gate Status

Aos Communication Manager (CM) is a part of Aos system which responsible of the following tasks:

  • communicate with the backend;
  • download, verify and decrypt services, layers and component updates;
  • monitor system resource usage;
  • serve Update Managers (UM's) and Service Managers (SM's).

See architecture document for more details.

Build

Required GO packages

All requires GO packages exist under vendor folder. Content of this folder is created with GO modules:

go mod init
go mod vendor

Native build

go build

ARM 64 build

Install arm64 toolchain:

sudo apt install gcc-aarch64-linux-gnu

Build:

CC=aarch64-linux-gnu-gcc CGO_ENABLED=1 GOOS=linux GOARCH=arm64 go build

Configuration

CM is configured through a configuration file. The file aos_communicationmanager.cfg should be either in current directory or specified with command line option as following:

./aos_communicationmanager -c aos_communicationmanager.cfg

The configuration file has JSON format described [here] (doc/config.md). Example configuration file could be found in aos_communication.cfg

To increase log level use option -v:

./aos_communicationmanager -c aos_communicationmanager.cfg -v debug

Run

Required packages

CM needs Aos Identity and Access Manager (IAM) to be running and configured (see aos_iamanager readme) before start.

Test required packages

  • [libssl-dev] - headers for TPM simulator
  • [rabbitmq-server] - AMQP server
  • [pyftpdlib] - light python ftp server

Test

Test all packages:

sudo -E go test ./... -v

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.