libosmo-dsp/README.md

51 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2017-03-17 20:28:20 +00:00
libosmo-dsp - Osmocom DSP utility functions
===========================================
This repository contains a C-language library for common DSP (Digital
Signal Processing) primities for SDR (Software Defined Radio).
They are part of the [Osmocom](https://osmocom.org/) Open Source Mobile
Communications project.
Homepage
--------
The official homepage of the project is
https://osmocom.org/projects/libosmo-dsp
GIT Repository
--------------
You can clone from the official libosmo-dsp.git repository using
2022-06-17 21:13:49 +00:00
git clone https://gitea.osmocom.org/sdr/libosmo-dsp
2017-03-17 20:28:20 +00:00
2022-06-17 21:13:49 +00:00
There is a web interface at <https://gitea.osmocom.org/sdr/libosmo-dsp>
2017-03-17 20:28:20 +00:00
Documentation
-------------
Doxygen-generated API documentation is generated during the build
process, but also available online for each of the sub-libraries at
<http://ftp.osmocom.org/api/latest/libosmodsp/html/>
Mailing List
------------
Discussions related to libosmo-dsp are happening on the
osmocom-sdr@lists.osmocom.org mailing list, please see
2017-03-17 20:29:18 +00:00
<https://lists.osmocom.org/mailman/listinfo/osmocom-sdr> for subscription
2017-03-17 20:28:20 +00:00
options and the list archive.
Please observe the [Osmocom Mailing List
Rules](https://osmocom.org/projects/cellular-infrastructure/wiki/Mailing_List_Rules)
when posting.
Contributing
------------
Our coding standards are described at
2017-03-17 20:29:18 +00:00
<https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards>
2017-03-17 20:28:20 +00:00
We are receiving patch submissions via e-mail to the above-mentioned
mailing list.