sangamesh82

Results 5 comments of sangamesh82

What I wanted to ask was, how do I access the hello capabilities of the server from the client side ? Wanted to print all the module namespace.

Got it. For this to work, I need to include #include which is present in the src directory.

If I don't include it then I get compilation error when I deference the nc_session ptr.

This is the error I get when I compile, ``` nc_call_home.c: In function ‘main’: nc_call_home.c:89:83: error: dereferencing pointer to incomplete type ‘struct nc_session’ 89 | printf("Session ..... \r\n\tstatus %d, NC...

Then I need to copy the session_p.h to /usr/local/libnetconf2/ folder for easy use. Is there any other way.