Download
Source distribution. Clone, start services, and run.
Quick Start
terminal
$ git clone https://github.com/chrismoos/1xbts.git
$ cd 1xbts
$ docker compose up -d
# postgres :45432 · dashboard :3000 · fou-nat :17012
$ cargo run --release -p cdma-nib --no-default-features --features bladerf-backend -- \
--config-dir config \
--radio-config config/radio_bladerf_micro2.json SDR Libraries
| libbladeRF | bladeRF devices | --features bladerf-backend |
| libuhd-dev | USRP B200/B210 | --features uhd-backend |
| liblimesuite-dev | LimeSDR devices | --features lime-backend |
| libsoapysdr-dev | Generic SDR | generic SoapySDR path |