-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c724fb
commit 13313e6
Showing
2 changed files
with
59,930 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Example Matrix Connector | ||
|
||
This repository serves as a guide on developing a Matrix Connector. | ||
|
||
## 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](https://community.dataminer.services/download/skyline-device-simulator/). | ||
|
||
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 start command to point to the downloaded tool's *.exe*: | ||
|
||
```cmd | ||
copy /Y "Simulation\connection_0.xml" "C:\QASNMPSimulations\SLC-C-Example_SNMP-Base_1.0.0.X.xml" | ||
start /min "" "C:\Skyline DataMiner\Tools\QADeviceSimulator\QADeviceSimulator.exe" "SLC-C-Example_SNMP-Base_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](https://docs.dataminer.services/user-guide/Reference/DataMiner_Tools/QADeviceSimulator/TOOQASNMPSimulator.html). |
Oops, something went wrong.