# gr-fhss **Repository Path**: rssdr/gr-fhss ## Basic Information - **Project Name**: gr-fhss - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-24 - **Last Updated**: 2022-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README gr-spread ======= This module implements some spread spectrum techniques for GNU Radio. * Frequency-hopping spread spectrum (FHSS) * Direct-sequence spread spectrum (DSSS) In an attempt to make this project self-sustained, I avoid depending on other projects and only depend on base GNU Radio functionality. Install ======= Ensure you are in the source directory, and run the following commands: $ mkdir build $ cd build $ cmake ../ && make test $ make install