Giter VIP home page Giter VIP logo

Comments (8)

samdoshi avatar samdoshi commented on July 29, 2024

Just a quick note, I don't own a Quaderno, but I am thinking about buying one and so I've been doing a bit of digging.

The Fujitsu Digital Paper PC App is an Elektron based app (I think the Sony one is too?), and if you go delving inside it appears as though it supports many of the same API endpoints e.g. /system/controls/screen_shot.

So there is hope that this tool could be made to work with Quadernos too.

from dpt-rp1-py.

janten avatar janten commented on July 29, 2024

Seems like dpt-rp1-py fails to find your device by hostname. I don't own a Quaderno, but it probably advertises a different Zeroconf-Service than Sony, which uses _digitalpaper._tcp.local.. If that is the issue, this command should work fine:

dptrp1 --addr 192.168.1.59 list-documents

from dpt-rp1-py.

 avatar commented on July 29, 2024

dptrp1 --addr 192.168.1.59 list-documents
Document/Books/The Science of Climbing and Mountaineering.pdf
Document/Books/the-idiot.pdf
Document/Books/Learning Web Design.pdf
Document/Books/Modern Vim.pdf
Document/Books/Practical Vim.pdf
Document/Books/Low-Level Programming.pdf
Document/Books/Introducing Python.pdf
Document/Books/bitcoin.pdf
Document/Books/PDF Explained.pdf
Document/Books/The Secret of Everlasting Life.pdf
Document/Books/Musashi.pdf
Document/Books/S106580GC10_ag.pdf
Document/Books/The Book of Five Rings.pdf
Document/Books/S106581GC10_sg.pdf
Document/Schedule/Scheduler2021.pdf

Thank You! :)

from dpt-rp1-py.

 avatar commented on July 29, 2024

So, if I replace the string _digitalpaper._tcp.local. in dptrp1.py it would work out of the box, the next question is how to determine the Service Name?

from dpt-rp1-py.

janten avatar janten commented on July 29, 2024

You should be able to see the service name with any DNS-SD-Browser. Discovery is a free one for macOS and iOS. If you find the new service name, let me know and I'll add it to dpt-rp1-py.

from dpt-rp1-py.

 avatar commented on July 29, 2024

dns-sd -B _services._dns-sd._udp local.
Browsing for _services._dns-sd._udp.local.
DATE: ---Thu 04 Mar 2021---
11:31:51.305 ...STARTING...
Timestamp A/R Flags if Domain Service Type Instance Name
11:31:51.307 Add 3 1 . _tcp.local. _companion-link
11:31:51.307 Add 3 6 . _tcp.local. _http
11:31:51.307 Add 3 6 . _tcp.local. _companion-link
11:31:51.307 Add 3 6 . _tcp.local. _airplay
11:31:51.307 Add 3 6 . _tcp.local. _hap
11:31:51.307 Add 3 6 . _tcp.local. _wifiman-local-speedtest
11:31:51.307 Add 3 6 . _tcp.local. _airdrop
11:31:51.307 Add 3 6 . _tcp.local. _dp_fujitsu
11:31:51.307 Add 2 6 . _tcp.local. _spotify-connect
^C

Seems like the name is: _dp_fujitsu

from dpt-rp1-py.

 avatar commented on July 29, 2024

I am on a Mac, and I installed dptrp1 using --user option so I have edited:

~/Library/Python/3.8/lib/python/site-packages/dptrp1/dptrp1.py

and changed line 126 to look like:

    ServiceBrowser(zc, "_dp_fujitsu._tcp.local.", self)

and now it works.

Thank You!

from dpt-rp1-py.

janten avatar janten commented on July 29, 2024

Included in v0.1.11

from dpt-rp1-py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.