diff --git a/.hotspot_proxy_v2.py.kate-swp b/.hotspot_proxy_v2.py.kate-swp new file mode 100644 index 0000000..7b70ce5 Binary files /dev/null and b/.hotspot_proxy_v2.py.kate-swp differ diff --git a/Audio/es_ES/0.ambe b/Audio/es_ES/0.ambe new file mode 100644 index 0000000..cf50e74 Binary files /dev/null and b/Audio/es_ES/0.ambe differ diff --git a/Audio/es_ES/1.ambe b/Audio/es_ES/1.ambe new file mode 100644 index 0000000..0d3aab7 Binary files /dev/null and b/Audio/es_ES/1.ambe differ diff --git a/Audio/es_ES/2.ambe b/Audio/es_ES/2.ambe new file mode 100644 index 0000000..d61fff8 Binary files /dev/null and b/Audio/es_ES/2.ambe differ diff --git a/Audio/es_ES/3.ambe b/Audio/es_ES/3.ambe new file mode 100644 index 0000000..8bc5f0f Binary files /dev/null and b/Audio/es_ES/3.ambe differ diff --git a/Audio/es_ES/4.ambe b/Audio/es_ES/4.ambe new file mode 100644 index 0000000..467cf04 Binary files /dev/null and b/Audio/es_ES/4.ambe differ diff --git a/Audio/es_ES/5.ambe b/Audio/es_ES/5.ambe new file mode 100644 index 0000000..ffcbc57 Binary files /dev/null and b/Audio/es_ES/5.ambe differ diff --git a/Audio/es_ES/6.ambe b/Audio/es_ES/6.ambe new file mode 100644 index 0000000..00763fc Binary files /dev/null and b/Audio/es_ES/6.ambe differ diff --git a/Audio/es_ES/7.ambe b/Audio/es_ES/7.ambe new file mode 100644 index 0000000..709bd0c --- /dev/null +++ b/Audio/es_ES/7.ambe @@ -0,0 +1,6 @@ +ΆT㭲?עBpv5]#tb9;@ +!A@dL bbiϺaI#5wg !!]% ]~%.+|a:-~i׮6>\wm#$+}p$\:gpfQ*bXT-^]#d%fG +XDat#I"yCt=uq =6bPy\\"UGPVy+oHE+Hy?^zlRlHnBX#XnR]gs;۱] "R\(g_ +=X"Lhɭ'Kp +]ybB )H +Ig8 v d+%)R"}wr'e7(}Y \ No newline at end of file diff --git a/Audio/es_ES/8.ambe b/Audio/es_ES/8.ambe new file mode 100644 index 0000000..ba3e761 Binary files /dev/null and b/Audio/es_ES/8.ambe differ diff --git a/Audio/es_ES/9.ambe b/Audio/es_ES/9.ambe new file mode 100644 index 0000000..67b4a5d Binary files /dev/null and b/Audio/es_ES/9.ambe differ diff --git a/freedmr.cfg b/freedmr.cfg new file mode 100755 index 0000000..79f0702 --- /dev/null +++ b/freedmr.cfg @@ -0,0 +1,78 @@ +#This empty config file will use defaults for everything apart from OBP and HBP config +#This is usually a sensible choice. + + +[GLOBAL] +SERVER_ID: 0000 +DEBUG_BRIDGES: True +ENABLE_API: True + +[REPORTS] + +[LOGGER] +LOG_LEVEL: TRACE + +[ALIASES] + +[ALLSTAR] + +[SYSTEM] +MODE: MASTER +ENABLED: True +REPEAT: True +MAX_PEERS: 1 +EXPORT_AMBE: False +IP: +PORT: 62031 +PASSPHRASE: +GROUP_HANGTIME: 5 +USE_ACL: True +REG_ACL: DENY:1 +SUB_ACL: DENY:1 +TGID_TS1_ACL: PERMIT:ALL +TGID_TS2_ACL: PERMIT:ALL +DEFAULT_UA_TIMER: 60 +SINGLE_MODE: True +VOICE_IDENT: True +TS1_STATIC: +TS2_STATIC: +DEFAULT_REFLECTOR: 0 +ANNOUNCEMENT_LANGUAGE: en_GB +GENERATOR: 0 +ALLOW_UNREG_ID: False +PROXY_CONTROL: True +OVERRIDE_IDENT_TG: + +[ECHO] +MODE: PEER +ENABLED: True +LOOSE: False +EXPORT_AMBE: False +IP: 127.0.0.1 +PORT: 54916 +MASTER_IP: 127.0.0.1 +MASTER_PORT: 54915 +PASSPHRASE: passw0rd +CALLSIGN: M0XFD +RADIO_ID: 2340210 +RX_FREQ: 449000000 +TX_FREQ: 444000000 +TX_POWER: 25 +COLORCODE: 1 +SLOTS: 1 +LATITUDE: 00.0000 +LONGITUDE: 000.0000 +HEIGHT: 75 +LOCATION: United Kingdom +DESCRIPTION: ECHO +URL: www.w1abc.org +SOFTWARE_ID: 20170620 +PACKAGE_ID: MMDVM_FreeDMR +GROUP_HANGTIME: 5 +OPTIONS: +USE_ACL: True +SUB_ACL: DENY:1 +TGID_TS1_ACL: PERMIT:ALL +TGID_TS2_ACL: PERMIT:ALL +ANNOUNCEMENT_LANGUAGE: en_GB + diff --git a/lib64 b/lib64 new file mode 120000 index 0000000..7951405 --- /dev/null +++ b/lib64 @@ -0,0 +1 @@ +lib \ No newline at end of file diff --git a/pyvenv.cfg b/pyvenv.cfg new file mode 100644 index 0000000..0537ffc --- /dev/null +++ b/pyvenv.cfg @@ -0,0 +1,3 @@ +home = /usr/bin +include-system-site-packages = false +version = 3.10.12