Git Product home page Git Product logo

Comments (5)

klacke avatar klacke commented on August 26, 2024

Hi I've said it before - and say it again - the yang->java converter part of JNC isn't actively maintained by anyone. The code is clearly looking for a maintainer. I guess it's kind of working, for some yang files, but probably not for all. OTOH, now with free (as in beer) ConfD available, it's more than possible for someone to step up as JNC pyang plugin maintainer.

from jnc.

vishwaraths avatar vishwaraths commented on August 26, 2024

Hi,
Thanks for your response.
Can you suggest me any other way to convert yang model in java model or you can suggest some other library other than pyang.

from jnc.

klacke avatar klacke commented on August 26, 2024

If you share your Yang model with me (maybe offline if you prefer) I can
have a look at it.

OTOH, I'm not really in favour of the whole approach here, the idea of
turning the yang models into Java classes sound better than it is.

Try to use the JNC lib as it is - the text based DOM that is used
by the client lib itself is pretty nice.

/klacke

On 02/03/16 05:10, vishwaraths wrote:

Hi,
Thanks for your response.
Can you suggest me any other way to convert yang model in java model or
you can suggest some other library other than pyang.


Reply to this email directly or view it on GitHub
#63 (comment).

from jnc.

vishwaraths avatar vishwaraths commented on August 26, 2024

Hi,
This is my Yang file
`module arpe {
namespace "http://tail-f.com/ns/example/arpe";
prefix arpe;

import ietf-inet-types {
prefix inet;
}
import tailf-common {
prefix tailf;
}

container arpentries {
config false;
tailf:callpoint arpe;
list arpe {
key "ip ifname";
max-elements 1024;
leaf ip {
type inet:ip-address;
}
leaf ifname {
type string;
}
leaf hwaddr {
type string;
mandatory true;
}
leaf permanent {
type boolean;
mandatory true;
}
leaf published {
type boolean;
mandatory true;
}
}
}
}
`

from jnc.

klacke avatar klacke commented on August 26, 2024

Ok, I haven't tried with your module here, what I did try though
was the code in examples/0-intro

Try to add your module to that example, that seems to work just
fine.
What didn't work for me, where I got bad import statements was
the code in e.g tests/1-test-union

There are slightly different flags given to the jnc plugin
in those two examples. Seems as if the tests dir is broken.

As I've said before - the jnc.py plugin isn't properly
maintained, whereas the JNC lib under jnc/src/com/tailf/jnc/
is.

/klacke

On 02/03/16 12:03, vishwaraths wrote:

Hi,
This is my Yang file
`module arpe {
namespace "http://tail-f.com/ns/example/arpe";
prefix arpe;

import ietf-inet-types {
prefix inet;
}
import tailf-common {
prefix tailf;
}

container arpentries {
config false;
tailf:callpoint arpe;
list arpe {
key "ip ifname";
max-elements 1024;
leaf ip {
type inet:ip-address;
}
leaf ifname {
type string;
}
leaf hwaddr {
type string;
mandatory true;
}
leaf permanent {
type boolean;
mandatory true;
}
leaf published {
type boolean;
mandatory true;
}
}
}
}
`


Reply to this email directly or view it on GitHub
#63 (comment).

from jnc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.