nisystemlink-configuration

A command-line utility for managing SystemLink Server configurations


Keywords
nisystemlink, systemlink, python
License
MIT
Install
pip install nisystemlink-configuration==0.1.0

Documentation

SystemLink Configuration Utility

This repository contains a command line utility for IT professionals to use when managing the configuration of an NI SystemLink Server installation.

Prerequisites

SystemLink

  • This utility assumes SystemLink Server version 2020R3 or later.
  • This utility assume a single-box SystemLink installation.
  • This utility is designed to run on the same machine as the SystemLink Server installation. It does not support remote migration.

Python

  • This utility requires >=Python3 to run. Installers can be found at python.org
  • The documentation in this repo assumes Python has been added to your PATH environment variable.
  • Depending on the setup of your environment you may invoke python with python, python3, or py.

Usage

Placeholder

Contributing to the connfiguration utility

See the contributing guidelines for how to set up and submit contributions to the configuration utility.