Problem in creating an extension for openFlowJava Library
I am trying to provide an extension for opnflowjava library, to understand different steps I am following the exercise mentioned in below link :
http://docs.opendaylight.org/en/stabl...
but after creating my new augmentation and (de)serializer and also implementing OFSerializer<> and OFDeserializer<> which are called step 1 and step 2 in the example, now I do not know how to do the 4th step which is registering the Deserialzer and Serialzer. The explanation in the example is not clear at all, therefore I was wondering anyone has done this exercise before and can give me some hint about it.
Many Thanks.
could you define your 1st and 2 steps to me? which module and which files needs to be edited and how? i also want to do the same, however just stuck in the first steps then maybe later on we could help each other in extension thanks
almostcash ( 2016-10-24 14:20:38 -0700 )edit