An open API service indexing awesome lists of open source software.

https://github.com/imprakharshukla/medical-iot-download


https://github.com/imprakharshukla/medical-iot-download

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# MOBILE EDGE COMPUTING (MEC) PROJECT

## Package Contents
This package includes:
- `mec.exe` - Edge Computing Server
- `device.exe` - IoT Device Simulator

## Quick Start Guide

### 1. Start Redis (Required)
Run this command in terminal/command prompt:
```
docker run -d --name redis -p 6379:6379 redis:latest
```

### 2. Start MEC Server
- Double-click `mec.exe`
- The MEC Server will start running

### 3. Start IoT Device Simulator
- Double-click `device.exe`
- The IoT Device Simulator will start running

### 4. Run the Simulation
- The simulation will start running
- The results will be displayed in the terminal