GET /api/v1/ports/bladeRF/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "bladeRF",
"portdir": "science/bladeRF",
"version": "20211028-5a146b2a",
"license": "MIT and LGPL-2 and GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Nuand/bladeRF",
"description": "bladeRF is an open-source hardware and software software-defined radio (SDR) platform.",
"long_description": "bladeRF is an open-source hardware and software software-defined radio (SDR) platform. This port provides all the source code required to program and interact with a bladeRF platform, including firmware for the Cypress FX3 USB controller, HDL for the Altera Cyclone IV FPGA, and C code for the host side libraries, drivers, and utilities.",
"active": true,
"categories": [
"science",
"comms"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 453
}
],
"variants": [
"debug",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"doxygen",
"help2man",
"pandoc",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libusb",
"tecla",
"libedit"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"SoapyBladeRF",
"gr-osmosdr",
"gr37-osmosdr"
]
}
]
}