main - fix: Update README

This commit is contained in:
Yoel Bassin 2025-04-27 00:32:21 +03:00
parent f8174d07a1
commit 7fd80477f1

View File

@ -15,28 +15,13 @@ pip install -e .
``` ```
we use the `--system-site-packages` flag since GNURadio installs the `gnuradio` python package globally. we use the `--system-site-packages` flag since GNURadio installs the `gnuradio` python package globally.
Run using
```bash
python -m grc
```
## Current Status ## Current Status
Currently, the project is only a port of GNURadio Companion (v3.10.12.0) Rewriting the server using `gnuradio.grc` library. Currently using GNURadio Companion (v3.10.12.0).
## TODO:
## Wanted API - Add flowgraph save
1. Resources - Add elements validation
- List available blocks - Add errors check
- List block params - Build MCP interface
- [Optional] Build REST interface
- List current blocks - Implement usage of Python Block
- List current connections
2. Tools
- Add block
- Remove block
- Set block params
- Add connection
- Remove connection
-[ ] use pydantic