All Projects → MBRO95 → Portablecellnetwork

MBRO95 / Portablecellnetwork

Utilize a Raspberry Pi and a Nuand BladeRF to generate your own portable local cell network

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Portablecellnetwork

Pishrink
Make your pi images smaller!
Stars: ✭ 2,255 (+646.69%)
Mutual labels:  raspberry-pi, sd-card
Balena Minecraft Server
Build a Minecraft Server using a Raspberry Pi 4! Supports common Servers, SCP, RCON and Wifi Connect.
Stars: ✭ 125 (-58.61%)
Mutual labels:  raspberry-pi, sd-card
Log2ram
ramlog like for systemd (Put log into a ram folder)
Stars: ✭ 1,751 (+479.8%)
Mutual labels:  raspberry-pi, sd-card
Raspberry Pi
My public Baremetal Raspberry Pi code
Stars: ✭ 218 (-27.81%)
Mutual labels:  raspberry-pi, sd-card
Flutterhole
A third party Android application for the Pi-Hole® dashboard.
Stars: ✭ 292 (-3.31%)
Mutual labels:  raspberry-pi
Node Dht Sensor
Node.js Humidity and Temperature sensor addon
Stars: ✭ 280 (-7.28%)
Mutual labels:  raspberry-pi
Raspap Webgui
Simple wireless AP setup & management for Debian-based devices
Stars: ✭ 3,383 (+1020.2%)
Mutual labels:  raspberry-pi
Little Backup Box
Software that turns a single-board computer into a versatile and pocketable backup appliance
Stars: ✭ 278 (-7.95%)
Mutual labels:  raspberry-pi
Raspotify
Spotify Connect client for the Raspberry Pi that Just Works™
Stars: ✭ 3,623 (+1099.67%)
Mutual labels:  raspberry-pi
Rpibplusleaf
Raspberry Pi B+ Pinout Leaf
Stars: ✭ 294 (-2.65%)
Mutual labels:  raspberry-pi
Pisugar
PiSugar is a battery module for Raspberry Pi zero / zero W / zero WH
Stars: ✭ 287 (-4.97%)
Mutual labels:  raspberry-pi
Streamsheets
An open-source tool for processing stream data using a spreadsheet-like interface.
Stars: ✭ 281 (-6.95%)
Mutual labels:  raspberry-pi
Balena Dash
Build a Raspberry Pi based desktop dashboard for stats, photos, videos and more!
Stars: ✭ 292 (-3.31%)
Mutual labels:  raspberry-pi
Assistants Pi
Headless Google Assistant and Alexa on Raspberry Pi
Stars: ✭ 280 (-7.28%)
Mutual labels:  raspberry-pi
Pi Apps
Raspberry Pi App Store for Open Source Projects
Stars: ✭ 277 (-8.28%)
Mutual labels:  raspberry-pi
Meta Raspberrypi
Yocto BSP layer for the Raspberry Pi boards
Stars: ✭ 276 (-8.61%)
Mutual labels:  raspberry-pi
Autonomous Rc Car
Autonomous RC car using Raspberry Pi and ANN
Stars: ✭ 287 (-4.97%)
Mutual labels:  raspberry-pi
Rpisurv
Raspberry Pi surveillance
Stars: ✭ 293 (-2.98%)
Mutual labels:  raspberry-pi
Raspberry Pi Setup Guide
A really opionionated guide how to setup a Raspberry Pi 4 with Arch Linux including WiringPi, NTP, Wi-Fi, SSH, Ruby (asdf), ZSH and more.
Stars: ✭ 286 (-5.3%)
Mutual labels:  raspberry-pi
Avbuild
ffmpeg花式编译. build tool for all platforms: iOS, android, raspberry pi, win32, uwp, linux, macOS etc.
Stars: ✭ 285 (-5.63%)
Mutual labels:  raspberry-pi

Portable Cell Network

To deploy your own portable cell network you can:

Compile From Source Utilizing The Install Script

  1. Fetch and configure the install script from this repository

    wget https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/master/PortableCellNetwork.sh #Download script
    chmod +x ./PortableCellNetwork.sh #Add execute functionality
    
  2. Run script

    sudo ./PortableCellNetwork.sh
    
  3. The script will walk you through customizing the cell network name and then kick off

  4. After the packages are installed and configured for the BladeRF, the script will detect if the device is present and, if not, it will pause and ask you to connect the BladeRF to the Raspberry Pi. Once connected, press any key to continue and the script will continue until installation is complete.

  5. Reboot the Pi

    sudo reboot now
    
  6. Run the 'StartYateBTS.sh' script located in the home directory

    sudo ./StartYateBTS.sh -i #It's important to keep the '-i' flag so the script runs interactively
    

Current Installation Time: Tue 21 Mar 13:15:08 UTC 2017 > Tue 21 Mar 14:16:37 UTC 2017 = ~61 Minutes

Flash A Pre-built Image To An SD Card

Additionally, you can skip compiling above by downloading an SD card image file below and flashing to your SD card:

For More Details, View The Documentation Here.

Deploy the network after script install or image flash

View Deployment Video Here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].