Simon
bcf241e9d2
minimum interval 120s
4 years ago
Simon
2e2809113f
Tidy up logging in playback_file.py
4 years ago
Simon
035d48ca5d
Allow absolute path
4 years ago
Simon
12dfae77d2
fix playback_file
4 years ago
Simon
6861cb355c
int()
4 years ago
Simon
3714fe959b
fix interval
4 years ago
Simon
5d7a1c7812
Fix oneshot
4 years ago
Simon
bbd2e4eea8
Add playback_file.py - play AMBE file over network.
...
use playback_file.cfg
4 years ago
Simon
edb7b448cd
Arghh - need to concentrate ;-)
...
GLOBAL was missing
4 years ago
Simon
a73bef8da1
missing _
4 years ago
Simon
9f2e72ae3c
threaded
4 years ago
Simon
c317029a86
boing
4 years ago
Simon
d8e87485c6
all
4 years ago
Simon
f23dcb3f3c
bang
4 years ago
Simon
04b38c92c1
error
4 years ago
Simon
66b74a1ed4
trx
4 years ago
Simon
c910a6d050
Add report_sql.py example.
...
Fix bug in obpv1
4 years ago
Simon
5456dd1aaa
Add SERVER_ID as SRC: for packets originating from v1 (OBP) connections
...
Sysops should be accountable when the bridge in external traffic
4 years ago
Simon
ad1ede807e
It was ignoring 0
4 years ago
Simon
1467e085fc
Revert "sysignore should be a set not an array, for speed"
...
This reverts commit 93018928c1 .
4 years ago
Simon
93018928c1
sysignore should be a set not an array, for speed
4 years ago
Simon
b41cb5d133
Add 92-199 to the global low-level TG filter
4 years ago
Simon
c7fb270ae6
Allow registered DMR IDs as SERVER_ID to promote use of non-listed IDs for testing etc
4 years ago
Simon
b963e6688d
Add example code for connecting to the FreeDMR logging port
4 years ago
Simon
0b5d4bac9b
bump python version to 3.10
4 years ago
Simon
9f0fa94e0b
Merge branch 'master' of ssh://gitlab.hacknix.net:2222/hacknix/FreeDMR
4 years ago
Simon
f0039500f9
Tidying up logging.
...
Just report % loss on streams, instead of the missing packet
reporting at INFO level. Missing packet reporting still available
at DEBUG level.
Also report STREAM LOST properly.
4 years ago
Simon
fb30116f84
Update README.md
4 years ago
Simon
36e0aa3965
UNIT CSBK was still affecting dash. Hopefully this fixes it
4 years ago
Simon
ace1d92fb5
update loro.cfg
4 years ago
Simon
1365849d20
typo
4 years ago
Simon
77e066c9a9
Log
4 years ago
Simon
3f6fcb7535
Add some logging
4 years ago
Simon
b0d6dd4a52
Send all data packets to DATA-GATEWAY if configured and enabled
4 years ago
Simon
22d28e4ac8
5
4 years ago
Simon
0f041c8b24
v5
4 years ago
Simon
848287b489
Fix target
4 years ago
Simon
a184265929
Update to make protov5 work with bridge.py
4 years ago
Simon
c950c45102
Protocol V5 - add support for Source Repeater (or hotspot) in packet.
4 years ago
Simon
6b5170bc6f
fix group call start reporting
...
Signed-off-by: Simon <simon@gb7fr.org.uk>
4 years ago
Simon
f06da2da7d
missed one
4 years ago
Simon
16407201f7
stop DATA from upsetting dash
4 years ago
Simon
09560c17e4
Pass over PROXY stanza in freedmr startup
4 years ago
Simon
a1acfce029
Same fix for other logs
4 years ago
Simon
3e58e443ea
Fix misplaced ) causing crash
4 years ago
Simon
bce7ee8172
Proxy updates:
...
Signal handler
More logging of blacklist add / deletes when ClientInfo is True
Put config in config file (with default fallback if not exist)
either in it's own file, or in freedmr.cfg like below:
[PROXY]
Master = "127.0.0.1"
ListenPort = 62031
ListenIP =
DestportStart = 54000
DestPortEnd = 54100
Timeout = 30
Stats = False
Debug = False
ClientInfo = False
BlackList = [1234567]
IPBlackList = {}
4 years ago
Simon
93d5ad61aa
fix the damn bird
4 years ago
Simon
518e318440
Update sample configs for PROXY_CONTROL
4 years ago
Simon
071b2ecda3
fix slice
4 years ago
Simon
df07cb7da6
add config option for PROXY_CONTROL
4 years ago