{"id":25694199,"url":"https://github.com/batchdrake/suscan","last_synced_at":"2025-10-24T08:59:54.965Z","repository":{"id":41081482,"uuid":"81671991","full_name":"BatchDrake/suscan","owner":"BatchDrake","description":"Channel scanner based on sigutils library","archived":false,"fork":false,"pushed_at":"2024-08-17T16:58:06.000Z","size":5225,"stargazers_count":122,"open_issues_count":10,"forks_count":29,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-08-18T12:59:58.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BatchDrake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-11T18:11:33.000Z","updated_at":"2024-08-17T16:58:10.000Z","dependencies_parsed_at":"2023-12-31T20:20:31.105Z","dependency_job_id":"360993c4-e89a-4764-9e87-077c2e194730","html_url":"https://github.com/BatchDrake/suscan","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BatchDrake%2Fsuscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BatchDrake%2Fsuscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BatchDrake%2Fsuscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BatchDrake%2Fsuscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BatchDrake","download_url":"https://codeload.github.com/BatchDrake/suscan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250586413,"owners_count":21454588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-24T23:51:43.860Z","updated_at":"2025-10-24T08:59:54.942Z","avatar_url":"https://github.com/BatchDrake.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Suscan - A realtime DSP library\n_**Important note**: if you are looking for the graphical application based on this library, it has been deprecated and removed from the source tree. Suscan (GUI) was a GTK3-based application with poor performance and responsiveness that was eventually replaced by the Qt5 application [SigDigger](https://github.com/BatchDrake/SigDigger). You will still need Suscan (library) in order to compile SigDigger._\n\nSuscan is a realtime DSP processing library. It provides a set of useful abstractions to perform dynamic digital signal analysis and demodulation. Suscan offers features like:\n\n- Multicore-friendly signal processing, based on worker threads\n- Generic ASK, FSK, PSK and audio demodulators\n- An extensible codec interface\n- Configuration file API (XML)\n- Source API based on SoapySDR\n\n## Getting the code\nJust clone it from the GitHub repository. Make sure you pass --recurse-submodules to git clone so all required submodules are also cloned.\n\n```bash\n% git clone --recurse-submodules https://github.com/BatchDrake/suscan.git\n```\n\n## Building and installing Suscan\nIn order to build Suscan, you will need the development files for the following packages:\n* sigutils\n* fftw3\n* sndfile\n* SoapySDR\n* libxml-2.0\n\nIf you are in a Debian-like operating system, you will also need `cmake` and `build-essential`. \n\nAfter installing all dependencies, enter Suscan's source directory and compile by typing:\n\n```bash\n% cd suscan\n% mkdir build\n% cd build\n% cmake ..\n% make\n```\n\nIf the previous commands were successful, you are ready to install Suscan in your system by executing (as root):\n\n```\n# make install\n```\n\nYou can verify your installation by running:\n```\n% suscan.status\n```\n\nIf everything went fine, you should see the message:\n\n```\nsuscan.status: suscan library loaded successfully.\n```\n\n## Using the library\nPlease check the [examples](examples/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatchdrake%2Fsuscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbatchdrake%2Fsuscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatchdrake%2Fsuscan/lists"}