/IoTSim

This project proposes a simulator for large scale IoT devices based on iFogSim.

Primary LanguageJava

SimSSLB

A simulation tookit for SSLB, a self-similarity based load balancing mechanism for large scale fog computing.

Image text

How to run the project ?

  • 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.