https://github.com/ntia/scos-sensor
NTIA/ITS Spectrum Monitoring SCOS sensor reference implementation
https://github.com/ntia/scos-sensor
django ieee python rf sdr
Last synced: 12 months ago
JSON representation
NTIA/ITS Spectrum Monitoring SCOS sensor reference implementation
- Host: GitHub
- URL: https://github.com/ntia/scos-sensor
- Owner: NTIA
- License: other
- Created: 2017-07-20T23:12:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T22:37:43.000Z (over 1 year ago)
- Last Synced: 2025-01-30T21:35:35.529Z (over 1 year ago)
- Topics: django, ieee, python, rf, sdr
- Language: JavaScript
- Homepage:
- Size: 13.3 MB
- Stars: 20
- Watchers: 6
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NTIA/ITS SCOS Sensor
[![GitHub release (latest SemVer)][latest-release-semver-badge]][github-releases]
[![GitHub Actions Test Status][github-actions-test-badge]][github-actions-test-link]
[![API Docs Build Status][api-docs-badge]][api-docs-link]
[![GitHub issues][github-issue-count-badge]][github-issues]
[![Code style: black][code-style-badge]][code-style-repo]
[github-actions-test-link]: https://github.com/NTIA/scos-sensor/actions/workflows/github-actions-test.yml
[github-actions-test-badge]: https://github.com/NTIA/scos-sensor/actions/workflows/github-actions-test.yml/badge.svg
[code-style-badge]: https://img.shields.io/badge/code%20style-black-000000.svg
[code-style-repo]: https://github.com/psf/black
[latest-release-semver-badge]: https://img.shields.io/github/v/release/NTIA/scos-sensor?display_name=tag&sort=semver
[github-releases]: https://github.com/NTIA/scos-sensor/releases
[github-issue-count-badge]: https://img.shields.io/github/issues/NTIA/scos-sensor
[github-issues]: https://github.com/NTIA/scos-sensor/issues
[api-docs-link]: https://ntia.github.io/scos-sensor/
[api-docs-badge]: https://img.shields.io/badge/docs-available-brightgreen.svg
SCOS Sensor is a work-in-progress reference implementation of the [IEEE 802.15.22.3
Spectrum Characterization and Occupancy Sensing][ieee-link] (SCOS) sensor developed by
[NTIA/ITS]. SCOS Sensor defines a RESTful application programming interface (API),
that allows authorized users to discover capabilities, schedule actions, and acquire
resultant data.
[NTIA/ITS]: https://its.bldrdoc.gov/
[ieee-link]: https://standards.ieee.org/standard/802_15_22_3-2020.html
## Getting Started
The [SCOS Sensor Wiki](https://github.com/NTIA/scos-sensor/wiki) contains helpful
information for getting up-and-running with SCOS Sensor, both as a user and as a
developer wishing to contribute to the project. There are also tutorials available on
the wiki to walk you through running SCOS Sensor either
[with](https://github.com/NTIA/scos-sensor/wiki/Tutorial-2:-Run-SCOS-Sensor-with-an-Attached-Signal-Analyzer)
or [without](https://github.com/NTIA/scos-sensor/wiki/Tutorial-1:-Run-SCOS-with-a-Mock-Signal-Analyzer)
sensor hardware. Finally, comprehensive API documentation is available
[here](https://ntia.github.io/scos-sensor/).
## License
See [LICENSE](LICENSE.md).
## Contact
For technical questions about SCOS Sensor, contact the
[ITS Spectrum Monitoring Team](mailto:spectrummonitoring@ntia.gov).