forked from cyanide-burnout/XReflectorPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
55 lines (37 loc) · 2.2 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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