Skip to content

martinbugan-pt/lighty-netconf-simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lighty.io NETCONF Device Simulator (& Libraries)

A lightweight project that provides:

  • NETCONF Device Libraries for building custom NETCONF devices
  • Examples of NETCONF Device Simulators to demonstrate, how these libraries can be used to create custom NETCONF devices

NETCONF Device Libraries

lighty-netconf-device is a NETCONF device library for creating custom NETCONF devices. With the provided NETCONF device builder, you can create your own device. This device can be built with the use of builder switches for adding custom YANG models, custom request processors & more.

Build & Run

  • Build the project with Java 11:
mvn clean install
  • The NETCONF Device Library build is located at:

lighty-netconf-device\target\lighty-netconf-device-13.0.2-SNAPSHOT.jar

  • The build & run procedures for the example devices are described in each device's README.

Example NETCONF Device Simulators

This tool contains 4 device examples, to demonstrate the usage of the NETCONF Device Library for creating custom devices:

Read about the background of this project here.

About

lighty.io NETCONF device simulators and libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%