sedrubal / brother_printer_fwupd

Script to update the firmware of some Brother printers
https://pypi.org/project/brother_printer_fwupd/
GNU General Public License v3.0
30 stars 5 forks source link

Document which settings the script expects on the printer #13

Open darix opened 1 year ago

darix commented 1 year ago

e.g. it expects SNMP to be enabled and configured with snmp v2c. A security focused person might set this to v3 or have the service off completely. which of the other services in network -> network -> protocol does it actually use for uploading the firmware file?

sedrubal commented 1 year ago

Yes, we should document the required protocols and the script should notify if one required protocol is not enabled. AFAIK we use

Currently, I don't have access to a brother printer and can't check the naming of the protocols that is used by brother to write informative messages. Do you want to open a pull request?