Skip to content

Commit 1dab5ac

Browse files
committed
docs: add v0.1.0-alpha release notes
1 parent 26d79a3 commit 1dab5ac

1 file changed

Lines changed: 79 additions & 0 deletions

File tree

docs/releases/v0.1.0-alpha.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# SIGTRAN.NET v0.1.0-alpha
2+
3+
Date: 2026-06-27
4+
Status: Alpha / Preview release preparation
5+
Repository: https://github.com/araditc/sigtran.net
6+
7+
## Overview
8+
9+
SIGTRAN.NET v0.1.0-alpha is the first public alpha milestone for the project.
10+
11+
SIGTRAN.NET is positioned as the first open-source .NET 10 SDK dedicated to SIGTRAN and SS7-over-IP protocol engineering. The project is intended to bring serious telecom signaling infrastructure to the modern .NET ecosystem.
12+
13+
This release is aimed at early contributors, telecom protocol engineers, .NET developers, lab reviewers, and organizations interested in SIGTRAN, SS7-over-IP, M3UA, SCTP, SCCP, TCAP, and MAP.
14+
15+
## What this alpha represents
16+
17+
This alpha release track establishes the public project direction:
18+
19+
- .NET 10 as the primary target.
20+
- M3UA as the first production-oriented milestone.
21+
- SCTP transport abstraction and Linux native SCTP direction.
22+
- SCCP, TCAP, and MAP foundations for future standards-oriented implementation.
23+
- Byte-level testing and protocol validation as core engineering principles.
24+
- Wireshark-friendly diagnostics and interoperability-oriented tooling.
25+
- Release governance, documentation, and package-readiness groundwork.
26+
27+
## Intended audience
28+
29+
This preview is intended for:
30+
31+
- Telecom signaling engineers.
32+
- SS7/SIGTRAN specialists.
33+
- .NET and C# infrastructure developers.
34+
- Protocol testing and interoperability engineers.
35+
- Open-source contributors interested in telecom infrastructure.
36+
- Teams that can provide lab feedback, traces, validation vectors, or protocol review.
37+
38+
## Contribution focus
39+
40+
Contributions are welcome in code and non-code forms, including:
41+
42+
- Protocol review.
43+
- M3UA validation.
44+
- SCTP testing on Linux.
45+
- SCCP, TCAP, and MAP standards alignment.
46+
- ASN.1 BER validation.
47+
- Wireshark trace comparison.
48+
- Interoperability lab results.
49+
- Documentation and examples.
50+
- Performance and memory-allocation review.
51+
- Issue reports and design discussions.
52+
53+
## Production-readiness notice
54+
55+
This is an alpha / preview milestone. It should not be treated as a production-ready telecom signaling stack.
56+
57+
Production support should wait for:
58+
59+
- Retained Linux SCTP verification evidence.
60+
- External SIGTRAN peer interoperability evidence.
61+
- Stable package publication evidence.
62+
- Stable API lifecycle validation.
63+
- Release, security, compliance, and operations review.
64+
65+
## Suggested GitHub release title
66+
67+
`SIGTRAN.NET v0.1.0-alpha — First public alpha for .NET SIGTRAN and SS7-over-IP`
68+
69+
## Suggested GitHub release body
70+
71+
```markdown
72+
SIGTRAN.NET v0.1.0-alpha is the first public alpha milestone for SIGTRAN.NET — the first open-source .NET 10 SDK dedicated to SIGTRAN and SS7-over-IP protocol engineering.
73+
74+
This preview establishes the project direction around M3UA, SCTP transport abstraction, SCCP/TCAP/MAP foundations, byte-level protocol validation, Wireshark-friendly diagnostics, and an interoperability-focused roadmap.
75+
76+
This release is intended for early contributors, telecom protocol engineers, .NET developers, and teams that can help with protocol review, lab validation, trace comparison, documentation, and interoperability feedback.
77+
78+
This is an alpha release and is not yet production-ready. Production usage should wait for retained Linux SCTP verification evidence, external SIGTRAN peer interoperability evidence, stable package publication, and final release governance.
79+
```

0 commit comments

Comments
 (0)