https://github.com/imprakharshukla/medical-iot-download
https://github.com/imprakharshukla/medical-iot-download
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imprakharshukla/medical-iot-download
- Owner: imprakharshukla
- Created: 2024-12-09T11:19:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T11:27:15.000Z (6 months ago)
- Last Synced: 2025-02-07T08:12:01.556Z (4 months ago)
- Language: Rust
- Size: 8.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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