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.


    Unable to send UDP broadcast

    Pythonista
    broadcast socket udp
    3
    3
    2073
    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.
    • juanp14
      juanp14 last edited by

      Hi all

      Does anybody know how can I send a broadcast udp packet with Pythonista?
      I get [Errno 13] Permission denied every time I try to send udp broadcast packets. can someone please help?.

      sock = socket.socket(socket.AF_INET,socket.SOCK_DGRAM)
      sock.sendto("Message" , ('169.254.255.255', 13400))

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

        https://github.com/cclauss/upnp_tools

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

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB Forums | Contributors