SampleTap
SampleTap copied to clipboard
A simple networking tapping application created to illustrate SDN and OpenFlow (1.0) basic functionality
Hi, I download your SampleTap application on github,I change the Opendaylight SNAPSHOT of pom.xml in root directory.Using 1.4.6-SNAPSHOT instead of 1.4.2-SNAPSHOT.Because when I use 1.4.2-SNAPSHOT have this error Could not...
Hi, I have downloaded Sample Tap app from GitHub and that SampleTap-master folder contains install-app.sh and pom.xml ..etc.....So I tried to create sampleTap.jar using "mvn clean install" but it shows...
Is there a how to guide to run the application with opendaylight? I run the install-app.sh and get the following error: ./install-app.sh: line 3: cd: /home/ateethkumar/OpenDaylight/controller/opendaylight: No such file or...
I get an error when trying to build about missing symbol. It seems there is a missing import. [ERROR] /home/ggee/controller/opendaylight/samples/SampleTap/src/main/java/org/opendaylight/controller/samples/onftappingapp/internal/ONFTappingAppImpl.java:[65,4] error: cannot find symbol [ERROR] symbol: class Router [ERROR] location:...
Commit has following changes : - fixed the missing import statement. - fixed the mvn build, exported the required packages. - added the dependencies. Please let me know, If it...
Fix files with extra spacing. Lots of complaints from checkstyle. Fix missing import in internal/ONFTappingAppImpl.java Fix reference to wrong ONFTappingApp.config file name in TappingApp.java
Hi Andy, I have setup the web gui and can access at http://localhost:4567, but the configuration is very complex and some parameters are unclear. Could you have an example for...
I kept getting error about the config file missing. I put the config file in the correct location, but it still complained. I tracked it the the following line in...