-
From GR3.8 there is no codec2 pack included with Gnuradio. Is it possible to add the codec2 package into the last version of Pothos and Gnuradio distributed with it?
-
Feature request: Is it possible to omit unused input types from `inputs.ts` ,e.g., by using model description?
Example:
```
/// @Pothos.omit(create, update)
model User {
id String @i…
-
**Is your feature request related to a problem? Please describe.**
Yes, the problem arises in a serverless function integrated with Hasura's remote schema feature, producing a significant amount of…
-
Hello everyone and happy new year !!!
I am trying to activate the topology in Pothos Flow for example lora_sdr_client.pth and lora_sdr_relay.pth and neither of them works.
No exception is printed …
-
Hello all,
I´ve got experience with SDR, RTL-SDR and Hackrf One. I´m using Win10 + Linux (Ubuntu 14.04). Many Applications running well but I don´t get succes with
QSpectrumanalyzer
for Windo…
-
Installing soapyuhd from pothosware/pothos
==> cmake .. -DUHD_ROOT='.'
==> make install
Last 15 lines from /Users/newuser/Library/Logs/Homebrew/soapyuhd/02.make:
res_source_info src_info{res_s…
-
Hello there, today I was trying to build an OOT module but figured out that pothos does not include (or I couldn't find it)
CPPUnit and DoxyGen
after installing Boost dev libraries from here: http…
-
_From @guruofquality on May 28, 2014 4:7_
The intention is to allow fine grained control over how many elements a worker can process without yielding output.
_Copied from original issue: pothosware…
-
sfdisk is part of util-linux and has supported GPT partitioning for a while now. It'd be desirable to support using sfdisk instead of sgdisk for partitioning for OSes that want to shed that dependency…
-
I'm adding partykit (websocket) to my project, and when a mutation happens, I'm sending a message to my ws server to broadcast my update to my clients (for other users to receive the update).
I'm usi…