Important
This repository is in a draft state and is currently a space for collecting input documents for the Opener stack implementation. It is inappropriate to use it as reference material or to cite it other than as "work in progress."
This repository is where ideas and proposals for the Opener Initiative's DECT-2020 NR (DECT NR+) protocol stack implementation are put forward, discussed, and refined. The implementation and its documentation are maintained separately.
# Install dependencies
pip install -r requirements.txt
# or use uv
uv sync
# Build HTML
make html
# → open docs/_build/html/index.html- Create a feature branch.
- Add or edit
.rstfiles in the appropriatedocs/subfolder. - Register new files in the nearest
toctreedirective. - Open a pull request referencing issue #1. Discussion happens in the pull request and any linked issues.
The workflow at .github/workflows/docs.yml builds the HTML documentation on
every push to main and deploys it to GitHub Pages automatically.
Prerequisite: In the repository settings under Settings → Pages, set the source to GitHub Actions.