Getting Started

YumaPro Software Developer Getting Started Lessons

Step 1: Understanding YumaPro Architecture: High Level Overview
YumaPro's modular architecture provides developers with control and flexibility This article is a high-level overview designed to familiarize you wi...
Mon, 21 Nov, 2022 at 4:05 PM
Step 2: Getting Started with Important Configuration Parameters
The server supports many different configuration parameters. The standards allow different variants and implementation choices. Default choices are made for...
Tue, 15 Feb, 2022 at 11:25 PM
Step 3: Prepare a YANG Module, SIL code and doxygen
This lesson will show you how to prepare a YANG module and build the Server Instrumentation Library (SIL) that will be used to hold the instrumentation c...
Mon, 21 Nov, 2022 at 1:53 PM
Step 4: YANG and SIL Module Components
This lesson will show you the various components of YANG modules and the corresponding SIL functions and structures. Pre-Requisites You should have in...
Mon, 21 Nov, 2022 at 5:05 PM
Step 5: Building and Installing the SIL
This lesson will show you how to build and install a Server Instrumentation Library (SIL) created from a YANG module. Pre-Requisites You should have...
Thu, 19 Oct, 2023 at 11:25 AM
Getting Started With the SIL-SA Subsystem
Server Instrumentation Library - Sub Agent (SIL-SA) The YANG module and bundle instrumentation can be deployed in one or more subsystems, A subsystem ...
Thu, 3 Jun, 2021 at 2:25 PM
Where does the server search for SIL and SIL-SA libraries?
A server instrumentation library is usually implemented as a dynamic shared library. The standard "dlopen" function is used to access the shared ...
Fri, 2 Oct, 2020 at 6:16 PM
Configuration Data
This lesson will show you how Configuration Data is created and used in YumaPro SDK. Pre-Requisites You should have completed the YumaPro Installati...
Mon, 21 Nov, 2022 at 2:02 PM
Operational Data
This lesson will show you how Operational Data is created and used in YumaPro SDK. Pre-Requisites You should have completed the YumaPro Installation...
Mon, 21 Nov, 2022 at 2:04 PM
Simple RPC Operation SIL Code Example
The following steps are required to run your own module in the netconfd-pro server. Make the YANG module available to the SDK Generate the SIL code stubs...
Tue, 3 Mar, 2020 at 12:17 PM