omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Is there a way to connect to WiFi devices with Pythonista

    Pythonista
    3
    3
    4363
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • LERS
      LERS last edited by

      SanDisk offers a really nice wireless device that connects to the iPad/iPhone via WiFi. However, you have to use their app (or a handful of compatible apps) to access/stream the files in the device.

      Would it be possible to access the files stored in that device through Pythonista + Python Script?

      Thanks!

      1 Reply Last reply Reply Quote 0
      • brumm
        brumm last edited by

        You have to check which protocols are supported (http, ftp, sftp, smb, ...). Hopefully non-proprietary!

        1 Reply Last reply Reply Quote 0
        • userista
          userista last edited by

          @LERS yep I have one - it's a regular WebDav server so using something like https://github.com/amnong/easywebdav would allow you to interact with it.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB Forums | Contributors