# edge computing platform **Repository Path**: mycano/edge-computing-platform ## Basic Information - **Project Name**: edge computing platform - **Description**: 边缘计算分布式平台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-01 - **Last Updated**: 2022-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introdcution # Project framework * Algo > to generate the offloading strategy and placement strategy * Controller > to control the entire system, through use **Generation** to enerate the task list, and then use **Algorithm** to generate the offloading strategy and caching strategy. > Then, it will modify the task_list. * Generation > generate task list. > Then, throug offloading placement to modify the strategy. * Communication # Detail ## Communication ## Generation gen_task.py: it will generate the task list to be used.