-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzenodo.json
More file actions
28 lines (28 loc) · 857 Bytes
/
Copy pathzenodo.json
File metadata and controls
28 lines (28 loc) · 857 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": "nvnapython: An Unofficial Python API for the NanoVNA Device Series",
"description": "A non-GUI Python API for the NanoVNA series of vector network 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 NanoVNA product, owner, or company.",
"upload_type": "software",
"license": "GPL-2.0-only",
"access_right": "open",
"creators": [
{
"name": "Linkous, Lauren"
}
],
"keywords": [
"NanoVNA",
"vector-network-analyzer",
"python",
"serial",
"rf",
"signal-processing",
"instrumentation"
],
"related_identifiers": [
{
"relation": "isSupplementTo",
"identifier": "https://github.com/LC-Linkous/nanoVNA_python",
"scheme": "url"
}
]
}