An open API service indexing awesome lists of open source software.

https://github.com/xmidt-org/aker

Aker is an experimental MAC address blocking scheduler.
https://github.com/xmidt-org/aker

xmidt

Last synced: about 2 months ago
JSON representation

Aker is an experimental MAC address blocking scheduler.

Awesome Lists containing this project

README

        

[![Build Status](https://github.com/xmidt-org/aker/workflows/CI/badge.svg)](https://github.com/xmidt-org/aker/actions)
[![codecov.io](http://codecov.io/github/xmidt-org/aker/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/aker?branch=main)
[![Coverity](https://img.shields.io/coverity/scan/14083.svg)](https://scan.coverity.com/projects/comcast-aker)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xmidt-org_aker&metric=alert_status)](https://sonarcloud.io/dashboard?id=xmidt-org_aker)
[![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/xmidt-org/aker.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/xmidt-org/aker/context:cpp)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/aker/blob/main/LICENSE)
[![GitHub release](https://img.shields.io/github/release/xmidt-org/aker.svg)](CHANGELOG.md)

# aker

Aker is an experimental MAC address blocking scheduler.

For details:

https://github.com/Comcast/aker/wiki

# Building and Testing Instructions

```
mkdir build
cd build
cmake ..
make
make test
```