Replies: 2 comments 1 reply
-
Hi Mark, Mopria has published eSCL protocol specification: So there is no need to reverse engineer it anomure |
Beta Was this translation helpful? Give feedback.
-
Yes, I did Windows software development, but for me Windows software is like dishwasher firmware: I can write it, but I won't use Windows as a host, only as target. So I don't have any personal interest in development something for Windows just for fun. You may consider writing this service in Golang. Go is easy to learn, it has excellent cross-compilation support (so you can use Linux to build Windows executable), it has excellent HTTP support just on its standard library and reasonable level of XML support (enough to handle eSCL). Executables build with Go are statically linked and have literally zero external dependencies. so installation is always trivial. |
Beta Was this translation helpful? Give feedback.
-
Looking to update an old project at https://github.com/markosjal/AirScan and creating a new one to hopefully share a Windows TWAIN scanner with Linux or OSX by use of eSCL/Airscan protocol .
Desperately in need of traces of successful scans hopefully like wireshark traces between Mac and an AirScan scanner.
It seems I am having issues with the messaging especially on OSX.
Any help appreciated
Thanks
Mark
Beta Was this translation helpful? Give feedback.
All reactions