mirror of
https://github.com/skinnyrad/Lora-Scanner.git
synced 2026-03-28 17:43:00 +01:00
cf85109bbd9c7fd7fb66e01550886c12bec12f54
Lora Scanner Application
Introduction
The Lora Scanner is a Flask web application integrated with SocketIO, designed for real-time communication and management of serial data across various frequency bands. This application is ideal for monitoring and analyzing LoRa (Long Range) wireless communication, offering features like device tracking, data analysis, and survey mode.
Features
- Real-Time Data Processing: Read and process data from serial ports in real-time.
- Frequency Band Management: Manage connections across 433 MHz, 868 MHz, and 915 MHz bands.
- Interactive Web Pages: Dedicated pages for dashboard, analysis, survey, and tracking.
- WebSocket Integration: Real-time data streaming with SocketIO.
- Serial Data Transmission: Transmit data over serial connections.
Installation
Prerequisites
- Python 3.x
- pip (Python package manager)
- Virtual environment (recommended)
Setup
- Navigate to the application directory:
cd lora-scanner - Create a virtual environment (optional):
python -m venv venv - Activate the virtual environment:
- Windows:
venv\Scripts\activate - macOS/Linux:
source venv/bin/activate
- Windows:
- Install the required packages:
pip install -r requirements.txt
Usage
- Run the application:
python app.py - Access the web interface at
http://localhost:5000.
API Endpoints
/- Homepage/analysis- Analysis Page/survey- Survey Page/tracking- Tracking Page- Additional endpoints for managing serial connections and data transmission.
Languages
JavaScript
78.7%
CSS
12.1%
HTML
7.4%
Python
1.5%
Shell
0.2%