Hi!
today I discovered that the gr-osmosdr package in debian unstable contains
a whooping list of 96 patches. This is due to the fact that since November
2014 there hasn't been any tagged versions in the repository.
I'd like to suggest to tag releases a bit more often.
@horizon: What about jumping to 1.0.0 right away?
Regards,
Harald
--
- Harald Welte <laforge(a)gnumonks.org> http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
(ETSI EN 300 175-7 Ch. A6)
== OsmoCon 2018 ==
OsmoCon (Osmocom Conference) 2018 is the technical conference for
Osmocom users, operators and developers!
We are happy to announce the date of OsmoCon 2018. It has been scheduled
on October 18 + 19, 2018 and will happen in Berlin, Germany.
For the second time, the Osmocom Conference brings together users,
operators and developers of the Osmocom Open Source cellular
infrastructure projects, such as OsmoBTS, OsmoBSC, OsmoSGSN, OpenGGSN
and others.
Join us for two days of presentations and discussions with the main
developers behind Open Source Mobile Communications, as well as
commercial and non-profit users of the Osmocom cellular infrastructure
software.
You can find some initial information in our wiki at
http://osmocom.org/projects/osmo-dev-con/wiki/OsmoCon2018
which will be updated as more information becomes available.
== Call for Participation ==
We're also at the same time announcing the Call for Participation and
call on everyone with experiences to share around the Osmocom member
projects to submit talks, workshops, discussions or other proposals.
You can find the CfP at https://pretalx.sysmocom.de/osmocon2018/cfp
We are particularly looking for contributions about:
* updates on features/functionality/status of individual Osmocom projects
* success stories on how Osmocom projects are deployed in practice
* migration from OsmoNITB to the post-NITB architecture
* tutorials / workshops on how to setup / analyze Osmocom projects
* statistics, reporting, operations aspects of Osmocom projects
* third-party open source utilities to be used with Osmocom projects
Looking forward to meeting many existing and new Osmocom users at OsmCon
this October!
Regards,
Harald Welte
--
- Harald Welte <laforge(a)gnumonks.org> http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
(ETSI EN 300 175-7 Ch. A6)
This builds on the work started in gr-osmosdr-gqrx arispyhf branch by
Alexandru Csete. Further adds support for all the gain stages within
the Airspy.
Kieren Rasmussen (3):
- Added support for manual gain modes of AirspyHF+ - TODO support for
AGC threshold level
- Incorrect gain clipping when setting attenuation - Verified working
with a git build of GQRX
- Split the AirspyHF+ into a separate block in GRC with more relevant
parameters exposed
README | 1 +
grc/CMakeLists.txt | 1 +
grc/gen_airspyhf_blocks.py | 281 ++++++++++++++++++++++++++++++
grc/gen_osmosdr_blocks.py | 2 +
lib/airspyhf/airspyhf_source_c.cc | 102 ++++++++++-
lib/airspyhf/airspyhf_source_c.h | 9 +
6 files changed, 392 insertions(+), 4 deletions(-)
create mode 100644 grc/gen_airspyhf_blocks.py
--
2.18.0
If there is a better mailing list for the following question, I will gladly take
it there.
I want to use as much of the gnu radio project as
practical but the graphical way to string various modules
together isn't terribly useful for computer users who happen to
be blind.
Unix and to a lesser degree, DOS handled input and output
logic elegantly with <, >, | and even tee when one sends output
to multiple files and unix just turned 50 this Summer so it's
doing something right.
Is there any kind of text-based way to string those python GNU
modules together to cause them to work as they do when
connected using GRC?
This could very well be a dumb question as I have only
scratched at python a few years ago and what I am talking
about may be similar to a Makefile which is what you use to refer
to a bunch of C modules that might be in a program.
Anyway, I sure hope there is something else out there
that accomplishes the same job.
I have played with the Realtek, RTL2838UHIDIR and it does
surprisingly well on analog signals so it's time to string some
of those modules together and try some digital decoding.
Thanks for any and all constructive suggestions.
Martin McCormick WB5AGZ
Good afternoon everyone.
I write here to see if any of you know that installation errors I may have had to use the r820t2 in gnu radio companion.
I'm trying to make an FM receiver and other analog TV receiver but when running the program does not receive any type of signal and the view errors, I have: devices not supported. I believe that this is some driver to be installed but I don't know where or how.
The steps that I have followed for installation (Ubuntu 16.04 LTS) have been:
1. Install gnuradio.
2. Install Xenial Xerius specifications (it is supposed to do I need for my version of Ubuntu).
I3. nstall specifications of gr-osmosdr to enable some features of the chip.
The Stick comes with a CD but i do not know how to install it since, according to the specifications only works for WXP, 2000, Vista, 7 and 8; and it is something that it seems strange to me since I have seen videos where they use this same model of stick to carry out projects in Gnuradio on Ubuntu.
I tried with this:
sudo apt-get update
sudo apt-get install git
sudo apt-get install cmake
sudo apt-get install build-essential
sudo apt-get install libusb-1.0-0-dev
git clone git://git.osmocom.org/rtl-sdr.git
cd rtl-sdr/
mkdir build
cd build
cmake ../ -DINSTALL_UDEV_RULES=ON
make
sudo make install
sudo ldconfig
sudo cp ../rtl-sdr.rules /etc/udev/rules.d/
Opening /etc/modprobe.d folder
Creating a new file 'blacklist-rtl.conf' and add this one line:
blacklist dvb_usb_rtl28xxu
rtl_test -t
I tried those commands but I do not know if I need to install something else because GNRC still says: "FATAL: No supported devices found to pick from"...
Please, if any of you know that i need to install It would serve as much help as I am a novice programmer and i need to resolve this problem for my project.
Enviado desde Outlook<http://aka.ms/weboutlook>