Skip to content

SkylineCommunications/SLC-C-Example_Matrix

Repository files navigation

Example Matrix Connector

This repository serves as a guide on developing a Matrix Connector.

Parallel approaches

This repository intentionally contains two long-lived branches:

  • 1.x.y.z: the old school matrix approach
  • 2.x.y.x: the new fully based on tables approach

Simulation Data

The input data is sourced from a simulation located in the Simulation folder at the root of this repository.

To execute the simulation, utilize the simulator tool available in the folder C:\Skyline DataMiner\Tools\QADeviceSimulator. If you don't have it installed, you can download the tool from DataMiner Dojo.

To quickly run the simulation, open a command prompt or PowerShell from the root of your solution and execute the following commands. If DataMiner is installed, the command can be run directly. Otherwise, modify the command to point to the downloaded tool's .exe:

copy /Y "Simulation\Connection_0.xml" "C:\QASNMPSimulations\SLC-C-Example_Matrix_1.0.0.X.xml"
start /min "" "C:\Skyline DataMiner\Tools\QADeviceSimulator\QADeviceSimulator.exe" "SLC-C-Example_Matrix_1.0.0.X.xml"

For more detailed instructions on running the simulation or resolving potential issues, refer to the comprehensive documentation available at docs.dataminer.services.

About

Example connector using a matrix.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages