Scenario built in iFogSim
Go to file
Torma Kristóf 363954f01e
change scenario
2021-04-19 19:08:10 +02:00
.idea fuck my life, this is so bad 2021-04-06 01:43:07 +02:00
bin change scenario 2021-04-19 19:08:10 +02:00
jars init 2021-04-06 00:45:28 +02:00
output init 2021-04-06 00:45:28 +02:00
results init 2021-04-06 00:45:28 +02:00
src change scenario 2021-04-19 19:08:10 +02:00
topologies init 2021-04-06 00:45:28 +02:00
.classpath init 2021-04-06 00:45:28 +02:00
.project init 2021-04-06 00:45:28 +02:00
README.md init 2021-04-06 00:45:28 +02:00
iFogSimTest.iml init 2021-04-06 00:45:28 +02:00

README.md

fogsim

A Toolkit for Modeling and Simulation of Resource Management Techniques in Internet of Things, Edge and Fog Computing Environments

IMPORTANT

Please check the improv branch for latest changes. Master branch has been left intact until complete testing.

How to run iFogSim ?

  • Create a Java project in Eclipse.
  • Inside the project directory, initialize an empty Git repository with the following command
git init
  • Add the Git repository of iFogSim as the origin remote.
git remote add origin https://github.com/harshitgupta1337/fogsim
  • Pull the contents of the repository to your machine.
git pull origin master
  • Include the JARs (except the CloudSim ones) to your Eclipse project.
  • Run the example files (e.g. VRGame.java) to get started.