Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.43 KB

File metadata and controls

36 lines (30 loc) · 1.43 KB

Cluster generator algorithm

This repo presents the algorithm developed in the paper.

Setup

  1. Configure your workspace as presented in iFogSim

Cluster generation

  1. Generate clusters running perfeval/GeoGen.java

the input file is always presented at dataset/edgeResources-melbCBD.csv

Execution

  1. Point the generated file in src/org/fog/mobilitydata/DataParser.java
  2. Run perfeval/MicroserviceApp_RandomMobility_Clustering.java
  3. View output in dataset/output_data.csv

Citation

@InProceedings{10.1007/978-3-031-19945-5_3,
author="Martins, Victoria B.
and de Macedo, Douglas D. J.
and Pioli, La{\'e}rcio
and Immich, Roger",
editor="Barolli, Leonard",
title="A Cluster Formation Algorithm for Fog Architectures Based on Mobility Parameters at a Geographically LAN Perspective",
booktitle="Advances on P2P, Parallel, Grid, Cloud and Internet Computing",
year="2023",
publisher="Springer International Publishing",
address="Cham",
pages="25--36",
}

3PGCIC presentation

Please, refer to.

Tip: Using Eclipse IDE? You can create a launch group to run an application multiple times without executing one by one. Run as > Run Configurations > Launch Group > (right click) New Configuration > Add > (select the desired .java) > Launch mode (Run) > Post launch action (Wait until terminated) > OK