Skip to content

Commit 7f34ea6

Browse files
Added Simulation File.
1 parent 30ac7b7 commit 7f34ea6

File tree

3 files changed

+93794
-0
lines changed

3 files changed

+93794
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Example Matrix Connector
2+
3+
This repository serves as a guide on developing a Matrix Connector.
4+
5+
## Simulation Data
6+
7+
The input data is sourced from a simulation located in the **Simulation** folder at the root of this repository.
8+
9+
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/).
10+
11+
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*:
12+
13+
```cmd
14+
copy /Y "Simulation\Connection_0.xml" "C:\QASNMPSimulations\SLC-C-Example_Matrix.xml"
15+
start /min "" "C:\Skyline DataMiner\Tools\QADeviceSimulator\QADeviceSimulator.exe" "SLC-C-Example_Matrix.xml"
16+
```
17+
18+
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).

Simulation/Connection_0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2021-10-12 23:26:09:721#@#1.3.6.1.2.1.1.1.0#@#OctetString#@#Dummy Trap Connection
2+
2021-10-13 23:26:09:721#@#1.3.6.1.2.1.1.1.0#@#OctetString#@#Dummy Trap Connection

0 commit comments

Comments
 (0)