Commit f177326d authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

concepts doc update

parent 1fa6a5bf
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -22,13 +22,7 @@ AdvantEDGE is a Mobile Edge Emulation Platform (MEEP) that runs on Docker & Kube

## Concepts

The following AdvantEDGE concepts are described [here](docs/concepts.md)

- [x] Micro-service Architecture
- [x] Macro-network Model
- [x] Network characteristics
- [x] Network mobility
- [x] External UE support
Before getting started we recommend familiarity with key [AdvantEDGE concepts](docs/concepts.md)

## Getting started

+0 −1
Original line number Diff line number Diff line
@@ -9,4 +9,3 @@ Document | Description
[use.md](use.md)                        | Get started using it
[concepts.md](concepts.md)              | Define concepts
[testing.md](testing.md)                | Testing
[frontend.md](frontend.md)              | Frontend Internals
 No newline at end of file
+6 −5
Original line number Diff line number Diff line
# AdvantEDGE Concepts
## Goal
- [Define micro-service architecture](#micro-service-architecture)
- [Define macro-network model](#macro-network-model)
- [Define network characteristics](#network-characteristics)
- [Define network mobility](#network-mobility)
- [Define external UE support](#external-ue-support)
- [Micro-service architecture](#micro-service-architecture)
- [Macro-network model](#macro-network-model)
- [Network characteristics](#network-characteristics)
- [Network mobility](#network-mobility)
- [External UE support](#external-ue-support)
- [Frontend](./concepts/frontend.md)

## Micro-service architecture
AdvantEDGE is a controller software that facillitates deployment of edge applications in a simulated network environment.
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ The state of the application is updated through Redux _actions_ when user-initia

The following diagram illustrates this general pattern as used in the _AdvantEDGE_ frontend.

 ![General Data Flow Pattern](images/meep-frontend-data-flow-pattern.png "General Data Flow Pattern")
 ![General Data Flow Pattern](../images/meep-frontend-data-flow-pattern.png "General Data Flow Pattern")

 Here are some of the actions that are used in the implementation of the _AdvantEDGE_ application.