ThierryHFR / scangearmp2

This project is a sane backend for the canon's scanner, based on the source code of scangearmp2.
Other
78 stars 17 forks source link

Ability to use hardware buttons on the printer to send a scan to linux #64

Closed aravind3626 closed 3 months ago

aravind3626 commented 5 months ago

Windows has this Canon IJ Network Selector Tool which gets installed along with the Canon IJ Scan utility in Widnows sends some kind of packet sequence to Canon printers so that computer is visible to the printer and can be selected to send a scan directly to it.

Is is possible for you to integrate such a script for linux to achieve the same?

Brother printers have such a script called brscan to achieve the same.

Note: I have tried scanbd and similiar utilites which uses usb to scan for the button events but I am looking for network implementation for the same.

ThierryHFR commented 4 months ago

@aravind3626 , The driver does not provide this option. You need a tool that detects the button action. Can you provide me with this trace, and I'll get back to you.

tcpdump ip host ip-your-device -w your-device.pcap
ThierryHFR commented 3 months ago

no feedback