Giter VIP home page Giter VIP logo

xreflectorplus's Introduction

  XReflectorPlus

  DExtra secure reflector system of D-STAR Russia network based on code of KI4LKF
  Copyright 2012-2013 by Artem Prilutskiy, R3ABM (r3abm-at-dstar.su)

  Features:
  - automatic access control of operators based on ircDDB's callsign data
  - authorization of repeaters and nodes by IP based on data of ircDDB logons
  - Hot-Spot authorization controlled via self-care portal (not published here)
  - multiple NAT types support for repeaters and Hot-Spots access

  Requirements:
  - MySQL with HandlerSocket plugin
  - libircclient-dev, libconfig-dev, libmysql-dev, hsclient

  Package contents:

  dxrfd-290 - parts of original code of dxrfd 2.90

  dxrfd-290hs - modified version of KI4LKF's dxrfd 2.90. This version uses HandlerSocket to
    access MySQL database.

  dxrfd-311 - full original version of KI4LKF's dxrfd 3.11. This version supports only new
    type of Keep-Alives (10 bytes).

  dxrfd-311dm - modified version of KI4LKF's dxrfd 3.11 (Double Mode). This version supports
    two verions of Keep-Alive messages (9 bytes and 10 bytes). KI4LKF made changes in DExtra
    keep-alive format that is not supported by most software.

  dxrfd-311hs - modified version of KI4LKF's dxrfd 3.11 based on code of dxrfd-311dm.
    This version uses HandlerSocket to access MySQL database.

  CallSync - ircDDB data collector. It is required for authorization feature of XReflectorPlus.
    Software based on code of my BorderGate so it's code quality not best but that works.

  XReflectorPlus.Sql - MySQL / HandlerSocket database for XReflectorPlus

  Data model:

  Global and Local databses (ircDDB data replica)
  Please deploy this schemas from Data/DDB-MySQL.sql

  * Tables - persistent store of ircDDB tables data
  * Users - IRC (ircDDB) user sessions
  * Gateways - materialized view of registered gateways (represented data of Users table)

  XReflectorPlus database
  Please deploay this schema from Data/XReflectorPlus-MySQL.sql

  * Spots - self-registered hot-spots
  * Gateways - materialized view of registered gateways (represented data of Users table)

  * Data - Key-Value materialized view for BTREE emulation
  * Remotes - materialized view of Gateways and Spots table, required for dxrfd 3.x and dxrfd 2.90

xreflectorplus's People

Contributors

cyanide-burnout avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.