Sysrepo Plugin Development DocsContact ↗Contact ↗ (opens in a new tab)
CTRL K
GitHubGitHub (opens in a new tab)
CTRL K
  • Introduction
  • Overview
    • Sysrepo for Plugin Developers
  • Tutorial
    • Prerequisites
    • IDE Setup
    • First Plugin
    • Next Steps
  • Development
    • Environment
    • CMake
    • sysrepo-plugins-common
    • uthash
    • Code Structure
  • Current Plugins
    • IETF System Plugin
    • IETF Interfaces Plugin
Question? Give us feedback → (opens in a new tab)Edit this page
Tutorial
Prerequisites

Prerequisites

The following are the prerequisites for following the tutorial:

  • configured Debian/Ubuntu/Ubuntu Server virtual machine on any virtualization platform like Virtual Box/VMware/Hyper-V
  • correctly set up sysrepo development environment using the sysrepo-dev-env (opens in a new tab) repository
  • understanding of the CMake Prefix Path (opens in a new tab) variable and what it's used for
TutorialIDE Setup

Sysrepo Plugin Development Docs