Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Files transfers activity should be logged at repeater.log #232

Open
KP4AJ opened this issue Aug 6, 2023 · 3 comments
Open
Labels
enhancement New feature or request File Transfers Issues related to file transfers Repeater Subsystem Issues related to the D-Rats Ratflector

Comments

@KP4AJ
Copy link

KP4AJ commented Aug 6, 2023

Did some test, and when verifying repeater.log file transfer not recorded at repeater.log . As repeater is the channel that facilitates the communication, IMO file activity should be recorded. It could be very informative and helpful in case of misuse. Also will help monitor bandwidth impact and more.

Thanks for all the work with D-Rats!

Edfel

@KP4AJ
Copy link
Author

KP4AJ commented Aug 6, 2023

File transfer at repeter.log could be similar to the one registered at the client side. File 'X ' Sent. With the identification of the sending and receiving stations. Also, I observed the repeater.log record 'Delivering frame to station. ' IF record is made after a transfer is complete, repeater.log size get also reduced.

Thanks.

Edfel

@wb8tyw
Copy link
Contributor

wb8tyw commented Aug 7, 2023

All transfers over a d-rats repeater are via a string of octets.
All the repeater does is take a packet in from one source, and then copies it to the outgoing port.

Files are broken up into multiple packets. The repeater does not know how to decode those packets to determine what is being sent through it.

It would be a significant change to the repeater code to implement this.

@wb8tyw wb8tyw added enhancement New feature or request File Transfers Issues related to file transfers Repeater Subsystem Issues related to the D-Rats Ratflector labels Aug 7, 2023
@KP4AJ
Copy link
Author

KP4AJ commented Aug 7, 2023

Thanks for the explanation John!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request File Transfers Issues related to file transfers Repeater Subsystem Issues related to the D-Rats Ratflector
Projects
None yet
Development

No branches or pull requests

2 participants