No description
- C 85.1%
- TypeScript 13.7%
- JavaScript 0.4%
- Python 0.3%
- CMake 0.3%
- Other 0.1%
|
|
||
|---|---|---|
| .devcontainer | ||
| .forgejo/workflows | ||
| .vscode | ||
| components/nanopb | ||
| docs | ||
| frontend | ||
| main | ||
| .gitattributes | ||
| .gitignore | ||
| .prettierrc.json | ||
| .python-version | ||
| CMakeLists.txt | ||
| dependencies.lock | ||
| implememtation_plan.md | ||
| LICENSE.md | ||
| measurement_plan.md | ||
| partitions.csv | ||
| pyproject.toml | ||
| radio_optimize.md | ||
| README.md | ||
| sdkconfig.defaults | ||
| uv.lock | ||
| zeroconf_scanner.py | ||
OWTS (Open Winch Telemetry System)
OWTS is an on-device telemetry system that transmits an aircraft’s indicated airspeed (IAS) from the aircraft to the winch station with low latency during winch launch.
OWTS is currently a proof of concept and not recommended for operational use.
Documentation
- Developer docs: owts.univ-exp.com
- User docs: owts.univ-exp.com/user
Repository layout (high level)
main/: ESP-IDF firmware (HTTP server + REST API + radio + sensors)frontend/: Web UI (built into the firmware and served by the device)docs/: Documentation sources (developer + user docs)
License
GPL-3.0. See LICENSE.md.