Overview - e-m-b-a/embark GitHub Wiki

Embark:

This is the name of the webserver that was build with the Django-Framework

Django:

MTV = model - template - views . The main idea behind django.

Make a model for your data - build a template for how the data is being presented to the user - define views for requests

Development

EMBArk is currently in a pre-release state.
More info for Contributors.

EMBA

EMBA provides the main functionalities for the Firmware-analyzing process. It`s run in a container.

Emba-Wiki

Redis

We use a lightweight redis docker image for caching

MySQL

Embark uses and depends on a MySQL-Database which is also run in a docker-container. It can be exported/imported/backed-up using the provided scripts

Apache

As the WSGI application we use a standalone Apache-webserver Apache serves all static source files and handles all processes related to synchronous requests that are not explicitly piped into the "bounded-executor".

Daphne

As the ASGI application we use daphne for our Async requests (e.g Web-sockets)