-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathzenodo.json
More file actions
28 lines (28 loc) · 839 Bytes
/
zenodo.json
File metadata and controls
28 lines (28 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"title": "tsapython: An Unofficial Python API for the tinySA Device Series",
"description": "A non-GUI Python API for the tinySA series of spectrum analyzer devices, providing programmatic control for automated measurements, data collection, and analysis. This is an unofficial community project and is not endorsed by the official tinySA product, owner, or company.",
"upload_type": "software",
"license": "GPL-2.0-only",
"access_right": "open",
"creators": [
{
"name": "Linkous, Lauren"
}
],
"keywords": [
"tinySA",
"spectrum-analyzer",
"python",
"serial",
"rf",
"signal-processing",
"instrumentation"
],
"related_identifiers": [
{
"relation": "isSupplementTo",
"identifier": "https://github.com/LC-Linkous/tinySA_python",
"scheme": "url"
}
]
}