Skip to content

autoboat-vt/telemetry_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoboat Telemetry Server

A lightweight Flask-based web server to collect, display, and manage telemetry data from the Virginia Tech Autoboat project.

📦 Project Structure

autoboat_telemetry_server/
├── init.py                   # App factory
├── _autopilot_parameters.py  # Blueprint: autopilot params
├── _boat_status.py           # Blueprint: boat status
├── _waypoints.py             # Blueprint: waypoints

🚀 Quick Start

Installation

pip install -e .

Running the server

  1. Production (Gunicorn):
gunicorn "autoboat_telemetry_server:create_app()"
  1. Development (Flask):
flask run

About

A lightweight Flask-based web server to collect, display, and manage telemetry data.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages