cloud_adapter 0.1.50 cloud_adapter: ^0.1.50 copied to clipboard
This package contains all the methods to allow pairing & replication for GEIGER Project.
GEIGER Cloud Adapter #
This repository contains the implementation for the replication and pairing process used in the GEIGER project in dart.
GEIGER Project #
The GEIGER project aims to create a solution for small businesses to protect themselves against cyber threats by constructing an application that calculates a threat score of the current device.
More information can be found under https://project.cyber-geiger.eu/.
Getting started #
Create a controller to start the replication or the pairing available methods.
ReplicationController controller = ReplicationService();
copied to clipboard
Additional information #
All information regarding GEIGER Cloud implementation, replication strategies and algorithms applied is available in the Wiki of the repository.