Clone, install your radio's dependencies, and run 1x voice/SMS/data or add an EV-DO Rev 0/Rev A data carrier.
$ git clone https://github.com/chrismoos/1xbts.git $ cd 1xbts # build dependencies $ sudo apt-get install -y build-essential pkg-config protobuf-compiler \ libssl-dev libclang-dev libre-dev # support services (Postgres, fou-nat, dashboard) $ sudo modprobe fou ipip $ docker compose up -d --build
localhost:3000 · Postgres :45432.$ sudo apt-get install -y libbladerf-dev $ cargo run --release -p cdma-nib --no-default-features --features bladerf-backend -- \ --config-dir config --radio-config config/radio_bladerf_micro2.json
bts.json; the radio profile stays hardware-specific.config/radio_uhd_b210_native.json — USRP B200/B210 backend profileconfig/radio_bladerf_micro2.json — bladeRF Micro 2.0 backend profilebts.evdo.enabled and explicit bts.evdo.channel for composite or EV-DO-only operationNext, walk through bring-up in getting started, read the EV-DO guide, or browse the source on GitHub.