Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,17 @@ unsafe action.
- [ONP/1 protocol specification](docs/protocol.md)
- [Contributing](CONTRIBUTING.md)

## Connected projects

| Project | Role |
| --- | --- |
| **[Datary](https://github.com/devkyato/Datary)** | Local-first laboratory for reproducible program and simulation evidence |
| **[Relay](https://github.com/devkyato/Relay)** | Timing-risk source review for control and firmware code |
| **[TapAuth](https://github.com/devkyato/TapAuth)** | Raspberry Pi NFC attendance and reservation kiosk |
| **[Lowpack](https://github.com/devkyato/Lowpack)** | Local-first, application-aware lossless packing |
| **[Custom Arduino Libraries](https://github.com/devkyato/Custom-Arduino-Libraries)** | Non-blocking LED and digital-output patterns |
| **[Arduino Programs Guide](https://github.com/devkyato/Arduino-Programs-Guide)** | Safety-first, compile-checked Arduino Uno course |

Student contributions are welcome. Good changes include a reproducible test,
clear documentation, or a complete compatibility report. OpenNet follows
[Semantic Versioning](https://semver.org/) and is licensed under the
Expand Down
1 change: 1 addition & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ opennet-server = "opennet.cli:server_main"
Homepage = "https://github.com/devkyato/OpenNet"
Documentation = "https://github.com/devkyato/OpenNet/tree/main/docs"
Issues = "https://github.com/devkyato/OpenNet/issues"
Changelog = "https://github.com/devkyato/OpenNet/blob/main/CHANGELOG.md"

[tool.hatch.build.targets.wheel]
packages = ["src/opennet"]
Expand Down
Loading