Skip to content
forked from emufog/emufog

EmuFog: Extensible and Scalable Emulation of Large-Scale Fog Computing Infrastructures

License

Notifications You must be signed in to change notification settings

renderfehler/emufog

 
 

Repository files navigation

EmuFog

Dependencies

EmuFog is build using the JDK 8+ to build and run. Make sure to have Java 8 installed on your device.

Build EmuFog From Source

The EmuFog project uses Gradle to include dependencies and build binaries from the source code. In case you have Gradle version 3.4+ installed you can use the local installation otherwise the already included Gradle wrapper.

To build EmuFog simply clone the git repository

git clone https://github.com/emufog/emufog.git

change the directory to the newly added emufog directory

cd emufog/

Build EmuFog With Gradle

With an installed version of Gradle simply call:

gradle build

Build EmuFog Without Gradle

For Linux and macOS call:

./gradlew build

For Microsoft Windows call:

gradlew build

Running EmuFog

Issue command gradle installApp which packages the application into a binary with all libraries.

Packaged binary is found in build/install/emufog/bin. Execute it with the command line arguments to main (). The wiki explains how to use EmuFog in more detail.

EmuFog Uses Open Source Software

About

EmuFog: Extensible and Scalable Emulation of Large-Scale Fog Computing Infrastructures

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%