Re: [controller-dev] odl integration with other software tools

2016-08-22 Thread priyank shah
probably makes the most sense. >> >> >> >> Brian >> >> >> >> >> >> *From:* controller-dev-boun...@lists.opendaylight.org [mailto: >> controller-dev-boun...@lists.opendaylight.org] *On Behalf Of *Ryan >> Goulding >> *Sent:* Su

Re: [controller-dev] odl integration with other software tools

2016-08-22 Thread Ryan Goulding
ng > *Sent:* Sunday, August 21, 2016 5:21 PM > *To:* priyank shah > *Cc:* controller-dev > *Subject:* Re: [controller-dev] odl integration with other software tools > > > > Hi Priyank, > > > > ODL can be controlled via RESTCONF and NETCONF northbound (probably other >

Re: [controller-dev] odl integration with other software tools

2016-08-22 Thread FREEMAN, BRIAN D
...@lists.opendaylight.org [mailto:controller-dev-boun...@lists.opendaylight.org] On Behalf Of Ryan Goulding Sent: Sunday, August 21, 2016 5:21 PM To: priyank shah Cc: controller-dev Subject: Re: [controller-dev] odl integration with other software tools Hi Priyank, ODL can be controlled via

Re: [controller-dev] odl integration with other software tools

2016-08-21 Thread Ryan Goulding
Hi Priyank, ODL can be controlled via RESTCONF and NETCONF northbound (probably other ways too that I am forgetting, others please chime in...). I am guessing you will have to write some middle-ware, but you should be able to do some cool things with the aforementioned northbound protocols. For

[controller-dev] odl integration with other software tools

2016-08-21 Thread priyank shah
Hello everyone, Is there a way I could integrate a software tool with the ODL platfrom, for example collect data using one tool and sending that data to the controller and ask the controller to react to the data send to it? I am trying to integrate an Intrusion Detection System with the ODL contr