Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.27 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.27 KB

RemAra

Central Repeater Management for the Auvergne-Rhône-Alpes Ham Radio Repeater network.

Changelog

Roadmap

P1

  • Multilanguage support
  • Authentication/Authorization against MQTT's database
  • Repeater list (read, create, edit)
  • Ability to control repeaters
  • Privilege separation
  • API to fetch the userdb (consumed by svxrdb-ara, an out-of-tree variant of svxrdb)

P2

  • ACLs based on MQTT Groups/Roles
  • MQTT Dynamic security manager GUI
  • Sysop management

Later, required for v1

  • Fix the multiple toast bug
  • Improve the repeater list layout to be more mobile-friendly
  • User management
  • Repeater group management
  • Built-in User-friendly Installer
  • Built-in application configuration editor
  • Generic Database connector instead of MySQLi

Later

  • Improve and separate the toast and modal dialog logic from the Repeater module (front end)
  • Replace mosquitto-php with php-mqtt client (easier for platform support and updates).

Installing

Prerequisites

  • Apache+PHP stack (developped with PHP 8.2, untested on older versions).
  • PDO (tested with MySQL).
  • Mosquitto PHP module Installing Mosquitto for PHP
  • Redis (for app and session cache)