6G-Edge-Computing-Simulation-Deployment

所属分类:物联网
开发工具:matlab
文件大小:12KB
下载次数:1
上传日期:2022-07-17 09:47:35
上 传 者sh-1993
说明:  EdgeGO的模拟代码——大规模物联网系统中6G边缘计算的资源共享框架,[https:ieee...](https:ieeexplore.ieee.org文档9375469)
(Simulation code for EdgeGO -- A resource sharing framework for 6G edge computing in massive IoT systems, <https://ieeexplore.ieee.org/document/9375469/>)

文件列表:
ComScheduling.m (2070, 2022-07-17)
ComputeDDL.m (2005, 2022-07-17)
ComputeNodeCompleteTime.m (3837, 2022-07-17)
PSTopLayer.m (2643, 2022-07-17)
PathPlanning.m (3061, 2022-07-17)
PathPlanning_WithoutTwice.m (3422, 2022-07-17)
RankInsert.m (314, 2022-07-17)
ResourceUtilization_ComputationOverhead.m (2747, 2022-07-17)
ResourceUtilization_Distance.m (2711, 2022-07-17)
ResourceUtilization_IoTScale.m (3182, 2022-07-17)

# Simulation for 5G and 6G Edge Computing -- A Mobile Resource-sharing Framework for 5G/6G Edge Computing in Massive IoT Systems # Introduction This repo contians the simulation code used in the publication: > Cong R, Zhao Z, Min G, et al. EdgeGO: A Mobile Resource-sharing Framework for 5G/6G Edge Computing in Massive IoT Systems[J]. IEEE Internet of Things Journal, 2021. Please copy the following bib info for citations.
 @article{cong2021edgego,
  title={EdgeGO: A Mobile Resource-sharing Framework for 6G Edge Computing in Massive IoT Systems},
  author={Cong, Rong and Zhao, Zhiwei and Min, Geyong and Feng, Chenyuan and Jiang, Yuhong},
  journal={IEEE Internet of Things Journal},
  year={2021},
  publisher={IEEE}
}
## Description It is the simulation code used in the work of EdgeGo which has been accepted by IoTJ '21. In this code, we simulate and compare the two mobile frameworks in edge computing. * EdgeGO: This the mobile framework proposed in this work, in which we leverage the parallelism between server movement and task computation and decouple the process of task offloading into request collection, task computation as well as returning result. In this way, servers only need to move to the communication range of IoT nodes for request collection and returning results, instead of staying at place waiting the completion of task processing. Utilizing this pioneering framework, the overall delay of IoT nodes placed in the network will be drastically reduced. However, it also make path planning be more flexible and intractable, due to the uncertainty of visit times. * MCloudlets: MCloudlets is the movement scheme of servers in existing mobile edge frameworks. In MCloudlets, network operators also utilize mobile edge servers to serve IoT nodes. However, mobile edge servers (in our simulation we call them "mobile cloudlets") have to move to the next destination until finishing the tasks from IoT devices in current communication range. Both of these two mobile frameworks optimize the server paths by [the 2-OPT algorithm](https://en.wikipedia.org/wiki/2-opt), which can get the approximate optimal solution of the TSP in polynomial time.

近期下载者

相关文件


收藏者