-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
400 lines (387 loc) · 19.8 KB
/
index.html
File metadata and controls
400 lines (387 loc) · 19.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>DNP3 Interoperability Tester for SCADA FAT Evidence | MasArray</title>
<meta
name="description"
content="Windows DNP3 master tester with a native C# stack for relay FAT, SCADA troubleshooting, configurable point databases, SOE audit, and internal PDF evidence reports."
/>
<meta name="author" content="MasArray" />
<meta name="creator" content="MasArray" />
<meta name="publisher" content="MasArray" />
<meta name="robots" content="index, follow, max-image-preview:large" />
<meta name="theme-color" content="#0b7683" />
<meta name="application-name" content="DNP3 Interoperability Tester" />
<link rel="canonical" href="https://masarray.github.io/DNPTester/" />
<link rel="icon" href="assets/dnp-tester-icon-128.png" />
<link rel="apple-touch-icon" href="assets/dnp-tester-icon-192.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200..800&display=swap" rel="stylesheet" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="MasArray DNPTester" />
<meta property="og:title" content="DNP3 Interoperability Tester with Native C# Stack" />
<meta property="og:description" content="DNP3 master tester for IED testing, SCADA troubleshooting, configurable point databases, SOE audit, command checks, and PDF FAT evidence." />
<meta property="og:url" content="https://masarray.github.io/DNPTester/" />
<meta property="og:image" content="https://masarray.github.io/DNPTester/assets/screenshots/mission-control.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DNP3 Interoperability Tester by MasArray" />
<meta name="twitter:description" content="Native C# DNP3 master, configurable point database, and PDF FAT evidence for SCADA and relay engineers." />
<meta name="twitter:image" content="https://masarray.github.io/DNPTester/assets/screenshots/mission-control.png" />
<link rel="stylesheet" href="styles.css" />
<script src="script.js" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "DNP3 Interoperability Tester",
"alternateName": "MasArray DNPTester",
"description": "Windows DNP3 master tester with a native C# DNP3 master stack for IED communication checks, SCADA troubleshooting, configurable point database, SOE audit, command lifecycle checks, and PDF FAT evidence reporting.",
"url": "https://masarray.github.io/DNPTester/",
"codeRepository": "https://github.com/masarray/DNPTester",
"downloadUrl": "https://github.com/masarray/DNPTester/releases/latest",
"operatingSystem": "Windows",
"applicationCategory": "DeveloperApplication",
"softwareVersion": "1.0.0",
"license": "https://github.com/masarray/DNPTester/blob/master/LICENSE",
"author": {
"@type": "Organization",
"name": "MasArray",
"url": "https://github.com/masarray"
},
"publisher": {
"@type": "Organization",
"name": "MasArray",
"url": "https://github.com/masarray"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"url": "https://github.com/masarray/DNPTester/releases/latest"
},
"screenshot": [
"https://masarray.github.io/DNPTester/assets/screenshots/mission-control.png",
"https://masarray.github.io/DNPTester/assets/screenshots/report-preview.png",
"https://masarray.github.io/DNPTester/assets/screenshots/scada-events.png",
"https://masarray.github.io/DNPTester/assets/screenshots/soe-audit.png"
],
"keywords": [
"DNP3 tester",
"native C# DNP3 master",
"DNP3 protocol tester",
"SCADA troubleshooting software",
"IED communication tester",
"DNP3 FAT report",
"automated FAT evidence",
"configurable point database"
]
}
</script>
</head>
<body>
<div class="ambient-grid" aria-hidden="true"></div>
<header class="site-header">
<a class="brand" href="#top" aria-label="DNP3 Interoperability Tester">
<img src="assets/dnp-tester-icon-128.png" width="44" height="44" alt="" />
<span>
<strong>DNP3 Interoperability Tester</strong>
<small>Native C# DNP3 master</small>
</span>
</a>
<nav class="nav-links" aria-label="Main navigation">
<a href="#value">Value</a>
<a href="#use-cases">Use cases</a>
<a href="#screens">Screens</a>
<a href="#evidence">Evidence</a>
<a href="#download">Download</a>
</nav>
</header>
<main id="top">
<section class="hero">
<div class="hero-copy reveal">
<p class="eyebrow">Native C# DNP3 master • FAT evidence • Open source</p>
<h1>DNP3 master testing with traceable FAT evidence.</h1>
<p class="lead">
A Windows desktop tool for protection relay FAT, SCADA
troubleshooting, and interoperability validation. The current source
tree uses a native C# DNP3 master stack, configurable point
databases, SOE audit, command lifecycle checks, and an internal PDF
report engine.
</p>
<div class="hero-actions">
<a class="button primary" href="https://github.com/masarray/DNPTester">View source</a>
<a class="button secondary" href="https://github.com/masarray/DNPTester/releases/latest">Latest release</a>
</div>
<div class="trust-strip" aria-label="Core capabilities">
<span>Open source</span>
<span>Native C# DNP3 master</span>
<span>Internal PDF report</span>
<span>Configurable point DB</span>
<span>SOE audit</span>
</div>
</div>
<aside class="hero-panel reveal delay-1 interactive-surface" aria-label="Application preview">
<div class="hero-panel-top">
<img class="panel-logo" src="assets/dnp-tester-logo-320.png" width="150" height="150" alt="DNP Tester logo" />
<span class="live-pill">Device Responding</span>
</div>
<button class="screen-frame featured-screen zoom-trigger" type="button" data-full="assets/screenshots/mission-control.png" data-title="Mission Control">
<img src="assets/screenshots/mission-control.png" width="1920" height="1032" alt="Mission Control dashboard screenshot" decoding="async" />
</button>
<div class="metric-row">
<div><span>Live values</span><strong>Decoded</strong></div>
<div><span>SOE</span><strong>Audited</strong></div>
<div><span>Report</span><strong>PDF ready</strong></div>
</div>
</aside>
</section>
<section class="ticker" aria-label="Workflow highlights">
<div class="ticker-track">
<span>Integrity poll evidence</span>
<span>Event class polling</span>
<span>Point mapping review</span>
<span>Analog verification</span>
<span>Command acceptance</span>
<span>Feedback matching</span>
<span>SOE timestamp audit</span>
<span>Internal PDF FAT report</span>
<span>Integrity poll evidence</span>
<span>Event class polling</span>
<span>Point mapping review</span>
<span>Analog verification</span>
<span>Command acceptance</span>
<span>Feedback matching</span>
<span>SOE timestamp audit</span>
<span>Internal PDF FAT report</span>
</div>
</section>
<section class="section value-section" id="value">
<div class="section-heading reveal">
<p class="eyebrow">Core value</p>
<h2>Built to help engineers create proof, not just protocol traffic.</h2>
<p>
DNPTester focuses on the practical work around a DNP3 master
session: verify device response, decode values, inspect event
behavior, preserve trace context, and export evidence that can be
reviewed outside the tool.
</p>
</div>
<div class="value-grid">
<article class="value-card reveal interactive-surface">
<span class="value-icon">01</span>
<h3>Internal PDF reports</h3>
<p>Generate FAT evidence from captured behavior, test outcome, remarks, command results, and timestamp context.</p>
</article>
<article class="value-card reveal delay-1 interactive-surface">
<span class="value-icon">02</span>
<h3>Native DNP3 master path</h3>
<p>Run communication checks through a native C# protocol path built for relay, RTU, and SCADA interoperability testing.</p>
</article>
<article class="value-card reveal delay-2 interactive-surface">
<span class="value-icon">03</span>
<h3>User configurable point database</h3>
<p>Define binary inputs, analogs, counters, command indexes, labels, and expected behavior to match the device under test.</p>
</article>
<article class="value-card reveal delay-3 interactive-surface">
<span class="value-icon">04</span>
<h3>Inspectable engineering source</h3>
<p>Published for protection, SCADA, SAS, RTU, and substation automation engineers who want inspectable tooling.</p>
</article>
</div>
</section>
<section class="section author-band" id="author">
<div class="author-card reveal interactive-surface" aria-label="MasArray author profile">
<div>
<p class="eyebrow">Created by MasArray</p>
<h2>A portfolio-grade protocol tool made by an engineer, for engineers.</h2>
<p>
The project showcases practical protocol expertise: not only how
to connect to a DNP3 outstation, but how to turn test behavior into
traceable evidence that engineers and customers can review.
</p>
</div>
<a class="button secondary" href="https://github.com/masarray">MasArray on GitHub</a>
</div>
</section>
<section class="section" id="use-cases">
<div class="section-heading reveal">
<p class="eyebrow">Why engineers try it</p>
<h2>One workspace for real DNP3 test bench work.</h2>
<p>
Use it when you need more than a connect button and a raw log. The
app is organized around the practical questions engineers face during
relay FAT, SCADA integration, protocol communication testing, data
communication learning, and field troubleshooting.
</p>
</div>
<div class="use-grid">
<article class="feature-card reveal interactive-surface">
<span class="card-number">01</span>
<h3>Test IEDs and relays</h3>
<p>
Connect to a DNP3 outstation, run polling, inspect decoded points,
and confirm that the device is truly responding.
</p>
</article>
<article class="feature-card reveal delay-1 interactive-surface">
<span class="card-number">02</span>
<h3>Troubleshoot SCADA signals</h3>
<p>
Follow values, events, SOE rows, source reasons, flags, and link
traces when a signal is missing, stale, inverted, or timestamp-invalid.
</p>
</article>
<article class="feature-card reveal delay-2 interactive-surface">
<span class="card-number">03</span>
<h3>Build FAT evidence</h3>
<p>
Collect identity, point verification, command, non-operation,
recovery, SOE, and trace evidence into an exportable report.
</p>
</article>
<article class="feature-card reveal delay-3 interactive-surface">
<span class="card-number">04</span>
<h3>Check interoperability behavior</h3>
<p>
See how the outstation behaves under class polling, static reads,
events, command response, feedback, and recovery workflows.
</p>
</article>
</div>
</section>
<section class="section" id="screens">
<div class="section-heading reveal">
<p class="eyebrow">Application screens</p>
<h2>Designed for fast evidence scanning during live communication.</h2>
</div>
<div class="screen-grid">
<article class="reveal interactive-surface screen-card">
<button class="screen-frame zoom-trigger" type="button" data-full="assets/screenshots/report-preview.png" data-title="Report Workspace">
<img src="assets/screenshots/report-preview.png" width="1920" height="1032" alt="Report workspace PDF preview screenshot" loading="lazy" decoding="async" />
</button>
<h3>Report Workspace</h3>
<p>Guided FAT flow with internal PDF preview and export-ready evidence.</p>
</article>
<article class="reveal delay-1 interactive-surface screen-card">
<button class="screen-frame zoom-trigger" type="button" data-full="assets/screenshots/scada-events.png" data-title="SCADA Events">
<img src="assets/screenshots/scada-events.png" width="1920" height="1032" alt="SCADA events table screenshot" loading="lazy" decoding="async" />
</button>
<h3>SCADA Events</h3>
<p>Operator-facing events with IED timestamp basis and quality context.</p>
</article>
<article class="reveal delay-2 interactive-surface screen-card">
<button class="screen-frame zoom-trigger" type="button" data-full="assets/screenshots/soe-audit.png" data-title="SOE Audit">
<img src="assets/screenshots/soe-audit.png" width="1920" height="1032" alt="SOE audit table screenshot" loading="lazy" decoding="async" />
</button>
<h3>SOE Audit</h3>
<p>Forensic rows for timestamp quality, variation, qualifier, and source reason.</p>
</article>
</div>
</section>
<section class="section evidence-band" id="evidence">
<div class="section-heading reveal">
<p class="eyebrow">Evidence engine</p>
<h2>The report is generated from captured behavior, not wishful labels.</h2>
<p>
The app separates open-port state from real device response and
stores protocol evidence that can be reviewed before exporting a FAT
report.
</p>
</div>
<div class="evidence-grid">
<div class="evidence-card reveal interactive-surface">
<strong>Connection evidence</strong>
<span>Device response, decoded values, SOE rows, and protocol trace context.</span>
</div>
<div class="evidence-card reveal delay-1 interactive-surface">
<strong>Point evidence</strong>
<span>Binary, analog, counter, command index, operator verdict, and remarks.</span>
</div>
<div class="evidence-card reveal delay-2 interactive-surface">
<strong>Timestamp evidence</strong>
<span>IED/source timestamp when valid, captured-time fallback when not.</span>
</div>
<div class="evidence-card reveal interactive-surface">
<strong>Command evidence</strong>
<span>Prepared, requested, accepted, feedback matched, and final verdict.</span>
</div>
<div class="evidence-card reveal delay-1 interactive-surface">
<strong>Negative test evidence</strong>
<span>Guarded non-operation workflow records blocked invalid command paths.</span>
</div>
<div class="evidence-card reveal delay-2 interactive-surface">
<strong>PDF evidence</strong>
<span>Preview and export use the same internal PDF render path.</span>
</div>
</div>
</section>
<section class="section split" id="reporting">
<div class="reveal">
<p class="eyebrow">FAT reporting</p>
<h2>Readable for customers, traceable for engineers.</h2>
<p>
The report workspace is built to avoid the common FAT problem:
beautiful output with unclear evidence. It tracks executed items,
open items, failed items, warnings, and technical result separately.
</p>
</div>
<div class="report-list reveal delay-1" aria-label="Report capabilities">
<div class="interactive-surface"><strong>FAT matrix</strong><span>Objective, evidence, recognition rule, and verdict.</span></div>
<div class="interactive-surface"><strong>Completion status</strong><span>Separates partial FAT from protocol failure.</span></div>
<div class="interactive-surface"><strong>Timestamp quality</strong><span>Flags valid, invalid, missing, and captured timestamp basis.</span></div>
<div class="interactive-surface"><strong>Command lifecycle</strong><span>Shows acceptance, feedback, latency, and final result.</span></div>
</div>
</section>
<section class="section download-band" id="download">
<div class="download-card reveal interactive-surface">
<div>
<p class="eyebrow">Windows release</p>
<h2>Get the source and releases from GitHub.</h2>
<p>
GitHub is the canonical place for the source, release notes,
installer assets, checksums, and version history. Review the
project license and third-party notices before production use.
</p>
</div>
<div class="download-actions">
<a class="button primary" href="https://github.com/masarray/DNPTester">View source</a>
<a class="button secondary" href="https://github.com/masarray/DNPTester/releases/latest">Latest release</a>
</div>
</div>
</section>
<section class="section compliance" id="compliance">
<div class="reveal">
<p class="eyebrow">Source readiness</p>
<h2>Inspectable source with a native master stack.</h2>
<p>
The application source is published under the Apache License,
Version 2.0. The master tester uses the native C# DNP3 master stack
included in this repository, with project license and third-party
notice files kept alongside the source and release assets.
</p>
</div>
<div class="notice reveal delay-1">
<strong>Repository files to review</strong>
<a href="https://github.com/masarray/DNPTester/blob/master/LICENSE">LICENSE</a>
<a href="https://github.com/masarray/DNPTester/blob/master/THIRD-PARTY-NOTICES.md">THIRD-PARTY-NOTICES.md</a>
<a href="https://github.com/masarray/DNPTester/blob/master/README.md">README.md</a>
<a href="https://github.com/masarray/DNPTester/blob/master/Dnp3MasterTester/README.md">Dnp3MasterTester README.md</a>
</div>
</section>
</main>
<dialog class="lightbox" aria-label="Screenshot preview">
<button class="lightbox-close" type="button" aria-label="Close preview">Close</button>
<figure>
<img alt="" />
<figcaption></figcaption>
</figure>
</dialog>
<footer class="site-footer">
<span>DNP3 Interoperability Tester</span>
<span>DNP3 master testing, FAT evidence, and configurable point validation.</span>
</footer>
</body>
</html>