Skip to content

Repository files navigation

Install Apache Maven (version >= 2.2.1):

To compile with testing, type

mvn assembly:assembly

To compile without testing, type

mvn -Dmaven.test.skip=true assembly:assembly

To run the jar file, type

java -jar target/AIM4-1.0-SNAPSHOT-jar-with-dependencies.jar

To execute a particular main function, type

java -cp target/AIM4-1.0-SNAPSHOT-jar-with-dependencies.jar <YOUR_MAIN_FUNCTION>

To check the coding style, type

mvn checkstyle:checkstyle view target/checkstyle-result.xml

To clean up, type

mvn clean

About

In order to connect AIM with NS3 for VANET simulation, I continue the open source AIM developing, adding some interfaces for ns3 Connecting

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors