Git Product home page Git Product logo

srlinux-ndk-protobufs's Introduction

Docs


The Nokia SR Linux NetOps Development Kit (NDK) allows operators to program high-performance, integrated agents that run alongside the Nokia Service Router Linux (SR Linux). This repository provides .proto files that define the gRPC APIs used with the NDK.

NDK protobufs are common across all SR Linux hardware platforms.

Repository structure

The main branch of this repository contains only the documentation. To reveal the proto files for a given NDK release, select the matching tag in GitHub UI.

In addition to the proto source files, the repository contains the generated NDK Protobuf documentation for each tagged release.

Code generation

Protocol buffers support generated code in many languages - Java, Python, Objective-C, C++, Dart, Go, Ruby, C# with more language to come.

Since NDK is defined with protocol buffers, SR Linux application developers can choose any supported language when developing their apps.

Currently, the Nokia SR Linux team maintains the following generated language bindings for NDK:

To generate NDK code in other languages, consult with the official protocol buffers documentation for a given language.

Download

There are several ways to download the proto files for a specific SR Linux release. The below examples are provided for NDK 0.1.0 version.

Clone with git

With git it is possible to clone the protos for a specific release with the following command:

git clone -b v0.1.0 --depth 1 https://github.com/nokia/srlinux-ndk-protobufs

Download archives

To download the proto files for a specific release in the zip or tgz containers, navigate to the GitHub tags page, which contains the links to the archives.

If needed, the download link can be programmatically derived using the following rule:

for zip https://github.com/nokia/srlinux-ndk-protobufs/archive/tags/ + $tag + .zip

for tar.gz https://github.com/nokia/srlinux-ndk-protobufs/archive/tags/ + $tag + .tar.gz

srlinux-ndk-protobufs's People

Contributors

hellt avatar

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.