# Edge-Computing-Codes **Repository Path**: xiesongcc/Edge-Computing-Codes ## Basic Information - **Project Name**: Edge-Computing-Codes - **Description**: Simulation of algorithms for Edge Computing-related papers. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-29 - **Last Updated**: 2022-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Edge Computing Codes - [Edge Computing Codes](#edge-computing-codes) - [UIC18](#uic18) - [LODCO algorithm](#lodco-algorithm) - [LODCO-based Greedy algorithms](#lodco-based-greedy-algorithms) - [Dependent-Funciton-Embedding](#dependent-funciton-embedding) - [Final Notes](#final-notes) Edge computing is the practice of processing data near the edge of the network, where the data is being generated, instead of in a centralised data-processing warehouse. This repos provides a better implementation of proposed algorithms in Edge Computing (it may not the same as the original algorithm). **Announcement**: The original repos: **Implementation_of_MEC_papers** was deprecated. ## UIC18 The folder `UIC18` includes codes for the following paper: **Hailiang Zhao**, Wei Du, Wei Liu, Tao Lei and Qiwang Lei, *QoE Aware and Cell Capacity Enhanced Computation Offloading for Multi-Server Mobile Edge Computing Systems with Energy Harvesting Devices.* In: **Proceedings of the 15th IEEE International Conference on Ubiquitous Intelligence and Computing (UIC'18)**, Guangzhou, China, 2018. ### LODCO algorithm This paper is based on **the Lyapunov Optimization-based Dynamic Computation Offloading (LODCO) algorithm**, which was proposed in the following paper: Y. Mao, J. Zhang and K. B. Letaief, *Dynamic Computation Offloading for Mobile-Edge Computing With Energy Harvesting Devices*. In: **IEEE Journal on Selected Areas in Communications**, vol. 34, no. 12, pp. 3590-3605, Dec. 2016. We implemented **the LODCO algorithm** (`LODCO.m`), and the simulation results are as follows (50000 time slots).