8000 GitHub - dragon-drop/sdrs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dragon-drop/sdrs

Repository files navigation

SDR Field App

The SDR Field App is a Rails application designed to manage field operations for Software Defined Radio (SDR) equipment and activities.

Project Description

This application provides tools for:

  • Managing SDR equipment inventory
  • Scheduling field operations
  • Recording and analyzing signal data
  • Coordinating team activities in the field
  • Generating reports on field operations

Technology Stack

  • Ruby on Rails 7.0+
  • PostgreSQL database
  • RSpec for testing
  • Turbo and Stimulus for frontend interactivity

Setup Instructions

Prerequisites

  • Ruby 3.2.2 or higher
  • PostgreSQL 12 or higher
  • Node.js and Yarn

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/sdr_field_app.git
    cd sdr_field_app
    
  2. Install dependencies:

    bundle install
    yarn install
    
  3. Setup the database:

    rails db:create db:migrate
    
  4. Start the server:

    rails server
    
  5. Visit http://localhost:3000 in your browser

Running Tests

To run the test suite:

bundle exec rspec

Development

This project follows test-driven development practices. Please ensure all new features include appropriate tests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0