@@ -4,49 +4,66 @@ AdvantEDGE is a Mobile Edge Emulation Platform (MEEP) that runs on Docker & Kube
> AdvantEDGE provides an emulation environment, enabling experimentation with Edge Computing Technologies, Applications, and Services. The platform facilitates users to explore edge / fog deployment models and their impact to applications and services in short and agile iterations.
## Motivations
## Motivation
- [x] **Accelerate Mobile Edge Computing adoption**
- [x] **Discover new edge application use cases & services**
- [x] **Help to answer questions such as:**
* Where should my application components be located in the edge network?
* How do network characteristics (such as latency, jitter, and packet loss) impact my application or service?
* How will my application behave when the user moves within and across access networks?
- Where should my application components be located in the edge network?
- How do network characteristics (such as latency, jitter, and packet loss) impact my application or service?
- How will my application behave when the user moves within and across access networks?
## Intended Users
- [x] **Edge Application Developers**
- [x] **Edge Network and Service Designers**
- [x] **Edge Researchers**
- [x] **Technologists that are simply interestied learning how the Edge works**
## Concepts
An understanding of some AdvantEDGE concepts is helpful towards effectively using the platform and understanding how it works.
Before getting started we recommend familiarity with key [AdvantEDGE concepts](docs/concepts.md)
`meepctl config set --ip <your-node-ip> --gitdir /home/<user>/AdvantEDGE`
*[Deploy AdvantEDGE](docs/deploy.md)
-[Deploy AdvantEDGE](docs/deploy.md)
*[Use AdvantEDGE](docs/use.md)
-[Use AdvantEDGE](docs/use.md)
## Concepts
An understanding of some AdvantEDGE concepts is helpful towards effectively using the platform and understanding how it works. These core AdvantEDGE concepts are described [here](docs/concepts.md)
- [x] Micro-service Architecture
- [x] Macro-network Model
- [x] Network characteristics
- [x] Mobility
- [x] External UE support
## Building
-[Setup development environment (Ubuntu/Go/Node.js/NPM)](docs/setup_dev.md)