Hi All,
I am using OpenDayLight (ODL) controller to configure the NetConf-YANG enabled devices(switch, routers etc.) The ODL has also the capability to configure not NetConf supported devices. For that purpose, we need to connect the ODL with ODL-service automation framework (SAF), where the JSON_RPC works as a bridge between them. I could build the JSON-RPC in my local and ran the test-tool. But now I do not understand how to trigger a request from the ODL to JSON-RPC.
You may find the details of the project here:
https://docs.opendaylight.org/projects/jsonrpc/en/latest/dev-guide.html Does anyone here integrate the JSON-RPC with the ODL,