Skip to content

gaia-platform/access_control_template

Repository files navigation

Gaia Platform: Access Control Application

A demonstration of the Gaia Platform database working with declarative rules to run an access control system for an imaginary building. It communicates to a web GUI using MQTT and AWS IoT.

Pre-requisites

Ubuntu 20.04 is required.

Follow the getting started instructions to install the Gaia SDK.

First-time setup

Open a terminal to the directory of this repo:

chmod u+x install_dependencies.sh rebuild.sh start_access_control.sh
./install_dependencies.sh

Build and launch the Gaia application

Build the application with the script:

./rebuild.sh

Make sure the web sandbox is running, with the Access Control display showing "Unable to connect to Gaia!"

Export the remote client ID that you copied from the sandbox:

export REMOTE_CLIENT_ID=<something>

Run the application in the build directory:

cd build
. ../start_access_control.sh

The sandbox will now show the Access Control GUI.

Experiment!

Now that everything is running the Gaia rules can be modified and extended to change behaviors. We encourage you to experiment to see how changes affect behavior and to imagine how Gaia could be used for other project ideas you may have.

If you changed the ruleset or the C++ code, rebuild it.

cd build
make -j$(nproc)

If you changed the schema DDL, run ./rebuild.sh. This will erase the data in the database, but it's necessary to sync the schema with the state of the database.

If you have any questions or feedback please reach out to us at Gaia at [email protected].

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages