Lightweight project that provides:
- NETCONF Device libraries for building custom NETCONF device
- Example NETCONF Device simulators to demonstrate how can be libraries used for creating custom NETCONF devices
lighty-netconf-device
is NETCONF device library for creating
custom NETCONF devices. With provided NETCONF device builder,
own device can be built with use of builder switches for
adding custom YANG models, custom request processors etc.
- build the project with Java 11:
mvn clean install
- NETCONF Device library build is located at:
lighty-netconf-device\target\lighty-netconf-device-13.0.1-SNAPSHOT.jar
- example devices build and run procedures are described in each device's README
- contains 4 example devices to demonstrate usage of NETCONF device library for creating custom devices