Skip to content

Overview

Benedikt Kuehne edited this page Dec 1, 2022 · 6 revisions

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 docker-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/backed-up using a script

Apache

As the WSGI application we use a standalone Apache-webserver

Daphne

As the ASGI application we use daphne for our Web-sockets.

Clone this wiki locally