X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Fopenflowj_netty%2FREADME;h=044fec8945dfce8668062056401c17e528d05e3c;hb=c87737e03790adfb7fd4f6225c084d9019975826;hp=6fffebef0b67aff69298dda8579d3dd095068e32;hpb=67ff171a08c4492a150f8c90b8dab775674f7b9c;p=openflowplugin.git diff --git a/third-party/openflowj_netty/README b/third-party/openflowj_netty/README index 6fffebef0b..044fec8945 100644 --- a/third-party/openflowj_netty/README +++ b/third-party/openflowj_netty/README @@ -1,16 +1,27 @@ -OpenFlow Java - v1.0.0 +openflowj_netty has been moved to the openflowjava project as +of Aug 30, 2013: -A Java implementation of low-level OpenFlow packet marshalling/unmarshalling -and IO operations. Implements v1.0 of the OpenFlow specification at -http://www.openflow.org. +https://git.opendaylight.org/gerrit/#/c/1047/ - - David Erickson (daviderickson@cs.stanford.edu) - - Rob Sherwood (rob.sherwood@stanford.edu) +You can include it in your maven project with: -Building requires Maven 2.x+ (http://maven.apache.org/). + + + + opendaylight-release + opendaylight-release + ${nexusproxy}/repositories/opendaylight.release/ + + + + opendaylight-snapshot + opendaylight-snapshot + ${nexusproxy}/repositories/opendaylight.snapshot/ + + -To build: - mvn package - -To build javadocs: - mvn javadoc:javadoc + + org.opendaylight.openflowjava.thirdparty + org.openflow.openflowj_netty + 1.0.2-SNAPSHOT +