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.


    Port forward in Pythonista

    Pythonista
    1
    1
    1043
    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.
    • joseph
      joseph last edited by

      There is a time limit for iOS port forwarding. However, if we can forward the port using python scripts within Pythonista and open a web browser using the built-in webbroswer module, then we can stay as long as we want. For example, I start a jupyter notebook server on a computer, then I can use the notebooks on any iOS device.

      The problem is how to initiate the port forwarding. The module paramiko is a built-in module. But the module might have some unfixed bugs and the documentation is also confusing.

      Can anyone produce a minimum script? Or it is possible at all to do ssh port forwarding using pythonista?

      Thanks!

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