Skip to content
/ ft1 Public
forked from tubav/fiteagle

FITeagle | Future Internet Testbed Experimentation Framework

Notifications You must be signed in to change notification settings

FITeagle/ft1

 
 

Repository files navigation

FITeagle 1 | Future Internet Testbed Experimentation and Management Framework

Remark: This is FITeagle in version 1. Initially developed to run in a simple servlet environment (jetty) it was now ported to an J2EE environment (WildFly). This version will not be developed further.

Prerequirements

You have an up and running WildFly environment. See https://github.com/fiteagle/bootstrap/ for details.

Install

rm -rf ~/.fiteagle mvn install -DskipTests && mvn wildfly:deploy -DskipTests

Testing

  • Unit testing: ./src/main/bin/fiteaglectl test
  • Acceptance testing: cd acceptance-test && ./run.sh

Starting

  • Jetty Version: ./src/main/bin/fiteaglectl start
  • WildFly Version: see above

Further Information

For further information please have a look at http://fiteagle.org.

FAQ

  • Q: FITeagle tests seem to hang while testing cryptography methods on Linux
  • A: Setup rng-tools (it should e.g. use /dev/urandom)

About

FITeagle | Future Internet Testbed Experimentation Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 68.4%
  • HTML 22.5%
  • JavaScript 7.4%
  • CSS 1.1%
  • Shell 0.6%