Thank you for helping improve a receive-only IEC 61850 Process Bus engineering tool.
The current community edition is GPL-3.0-or-later and the project maintains a separate commercial licensing path.
Before merge, contributors must:
- read and affirmatively accept
CONTRIBUTOR-LICENSE-AGREEMENT.md; - add a Developer Certificate of Origin sign-off to every commit;
- have the legal right and any required employer or organizational authorization to submit the contribution; and
- identify any third-party material together with its provenance and license.
Sign commits with:
Signed-off-by: Full Name <email@example.com>
The CLA grants rights needed for GPL-compatible publication and a separate commercial path. It does not transfer ownership of the contributor's work.
- Read
AGENTS.mdfor permanent engineering invariants. - Search existing issues and pull requests.
- Use a focused branch and keep changes reviewable.
- Remove customer, site, device, capture, SCL, MAC/IP, and project-sensitive information from all evidence.
git clone https://github.com/masarray/DigSubAnalyzer.git
cd DigSubAnalyzer
dotnet restore .\ProcessBusSuite.sln
dotnet build .\ProcessBusSuite.sln -c Release
dotnet test .\ProcessBusSuite.sln -c Release
.\scripts\repository-health.ps1- SV, GOOSE, PTP, Ethernet, BER, and SCL parser hardening
- Per-stream runtime isolation and coherent snapshot behavior
- Golden-frame, replay, rollover, malformed-input, and multi-stream tests
- UI clarity that reduces visual noise without hiding evidence
- Release automation, documentation, and field-validation scenarios
External software may be used only as a lawfully licensed black-box interoperability or packet-observation endpoint. Do not copy or mechanically translate unrelated source, API composition, tests, documentation wording, screenshots, icons, reports, UI layouts, binaries, or extracted resources unless the project has documented incorporation and relicensing rights.
Use synthetic or contributor-owned fixtures whenever practical. Real SCL, PCAP, screenshots, logs, and diagnostics require documented sharing rights and sanitization.
Do not submit:
- IEC 61850 operate/control, publisher, or protection-action workflows;
- timing or measurement claims beyond the validated evidence source;
- restricted third-party binaries or proprietary material;
- confidential customer, employer, station, credential, or network data; or
- production captures and project files without explicit redistribution authority.
A pull request should explain the engineering problem, source of truth, validation method, compatibility impact, operational and data-handling impact, public wording changes, and remaining uncertainty. Runtime changes should include automated regression coverage where practical and a Windows smoke test.
The pull-request template is the minimum checklist, not a substitute for engineering evidence.