Commit 0f025739 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

Merge branch 'release-1.2.0' into develop

parents c27648e1 703b670f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: 1.1.1
version: 1.2.0
repo:
  name: AdvantEDGE
  core:
+0 −0

File moved.

+13 −49
Original line number Diff line number Diff line
![AdvantEDGE-logo](https://github.com/InterDigitalInc/AdvantEDGE/blob/master/docs/images/AdvantEDGE-logo_Blue-01.png)

_Complete AdvantEDGE documentation is now available in the [AdvantEDGE Wiki](https://github.com/InterDigitalInc/AdvantEDGE/wiki)_

------

AdvantEDGE is a Mobile Edge Emulation Platform (MEEP) that runs on Docker & Kubernetes.

> 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.
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.

## Motivation

- [x] **Accelerate Mobile Edge Computing adoption**
- [x] **Discover new edge application use cases & services**
- [x] **Help to answer questions such as:**
- [x] **Help Discover new edge application use cases & services**
- [x] **Help 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?

## Intended Users

- [x] **Edge Application Developers**
- [x] **Edge Network and Service Designers**
- [x] **Edge Researchers**
- [x] **Technologists that are simply interested 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](https://github.com/InterDigitalInc/AdvantEDGE/wiki/platform-concepts)
## Getting Started

## Getting started
To get started using AdvantEDGE, the following high-level steps are needed:
Complete AdvantEDGE documentation is available in the [AdvantEDGE Wiki](https://github.com/InterDigitalInc/AdvantEDGE/wiki)

To get started using AdvantEDGE, the following steps are needed:
- Set up runtime environment (Ubuntu/Dockers/Kubernetes/Helm)
- Clone AdvantEDGE repo
- Install & Configure meepctl tool
@@ -40,31 +25,6 @@ To get started using AdvantEDGE, the following high-level steps are needed:

Step-by-step details are available in the [Wiki](https://github.com/InterDigitalInc/AdvantEDGE/wiki#getting-started)


## Building
The backend portion of AdvantEDGE is implemented as a collection of micro-services in Golang.

The frontend portion of AdvantEDGE is implemented using Javascript, React and Redux technologies.

To re-build either of these components, you first need to setup the development environment and then use the meepctl tool.

Step-by-step details are available in the [Wiki](https://github.com/InterDigitalInc/AdvantEDGE/wiki#building)

## Testing
The AdvantEDGE platform comes with automated system tests using Cypress.

Step-by-step details are available in the [Wiki](https://github.com/InterDigitalInc/AdvantEDGE/wiki/test-advantedge)

## Upstream communication

We use GitHub issues.

So just open an issue in the repo to provide user feedback, report bugs or request enhancements.

## Licensing

Currently licensed under the [Apache 2.0 License](./LICENSE.md)

## How to Contribute

We welcome feedback and improvement suggestions.  Please open a Git issue in the repo to report bugs or request enhancements.
@@ -74,3 +34,7 @@ At this time, we are not ready to accept pull requests. However, we plan to do s
In the meantime, if you have interest in becoming an AdvantEDGE contributor, we would like to hear from you.  

We can be reached at <AdvantEDGE@InterDigital.com>

## Licensing

AdvantEDGE is licensed under under the [Apache License, Version 2.0](https://github.com/InterDigitalInc/AdvantEDGE/blob/master/LICENSE)
 No newline at end of file
−3.69 KiB (27.1 KiB)
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ type versionInfo struct {
	BuildID   string `json:"build,omitempty"`
}

const meepctlVersion = "1.1.1"
const meepctlVersion = "1.2.0"
const na = "NA"

var corePodsNameMap = []string{
Loading