Python UPnP on Linux?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul Sijben

    #1

    Python UPnP on Linux?

    I am writing some client software that needs to accept connections from
    the Internet. So I am looking for a UPnP implementation for a client of
    an Internet gateway so I can request the NAT binding.

    Googling on this I have found win32 implementations and Twisted
    implementations yet I am looking for a way to do it on Linux WITHOUT
    Twisted.

    Who knows a pointer?

    Paul
  • Sybren Stuvel

    #2
    Re: Python UPnP on Linux?

    Paul Sijben enlightened us with:[color=blue]
    > Googling on this I have found win32 implementations and Twisted
    > implementations yet I am looking for a way to do it on Linux WITHOUT
    > Twisted.[/color]

    Twisted is Open Source, so you could browse the source and see how
    they do it.

    Sybren
    --
    The problem with the world is stupidity. Not saying there should be a
    capital punishment for stupidity, but why don't we just take the
    safety labels off of everything and let the problem solve itself?
    Frank Zappa

    Comment

    • Paul Sijben

      #3
      Re: Python UPnP on Linux?

      You are right of course but I was hoping to avoid that. Twisted is very
      large and has all kinds of internal dependencies.

      Sybren Stuvel wrote:[color=blue]
      > Paul Sijben enlightened us with:[color=green]
      >> Googling on this I have found win32 implementations and Twisted
      >> implementations yet I am looking for a way to do it on Linux WITHOUT
      >> Twisted.[/color]
      >
      > Twisted is Open Source, so you could browse the source and see how
      > they do it.
      >
      > Sybren[/color]

      Comment

      • Sybren Stuvel

        #4
        Re: Python UPnP on Linux?

        Paul Sijben enlightened us with:[color=blue]
        > You are right of course but I was hoping to avoid that. Twisted is
        > very large and has all kinds of internal dependencies.[/color]

        Yeah, but I wouldn't know any other way, sorry... :-/

        Sybren
        --
        The problem with the world is stupidity. Not saying there should be a
        capital punishment for stupidity, but why don't we just take the
        safety labels off of everything and let the problem solve itself?
        Frank Zappa

        Comment

        Working...