An open API service indexing awesome lists of open source software.

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

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).