Thank you for helping improve Process Bus Insight.
This project is intended to stay receive-only, raw-passive, evidence-focused, and honest about timing confidence.
- SV, GOOSE, and PTP decoder coverage.
- SCL examples and parser improvements.
- Validation scenarios for FAT/SAT workflows.
- UI clarity and evidence wording.
- Documentation, troubleshooting notes, and field checklists.
- Automated tests for protocol parsers and edge cases.
Please keep these boundaries intact:
- Do not add IEC 61850 control workflows to the product app.
- Do not make timing claims beyond the timestamp source quality.
- Do not vendor restricted third-party binaries without license review.
- Do not add sample captures that expose private customer/project data.
Before opening a pull request:
- Build the solution in Release mode.
- Confirm the app still starts on Windows.
- Keep README and docs clear for engineers using the application.
- Add or update validation notes when behavior changes.
- Avoid committing
bin,obj,artifacts, captures, logs, or local settings.
git clone https://github.com/masarray/DigSubAnalyzer.git
cd DigSubAnalyzer
dotnet restore .\ProcessBusSuite.sln
dotnet build .\ProcessBusSuite.sln -c Release