Announcement

Collapse
No announcement yet.

UDP Sender [ask]

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • UDP Sender [ask]

    Hi, There is a way/plugin how to send UDP Message using AMS? Thank you before

  • #2
    Originally posted by VQey View Post
    Hi, There is a way/plugin how to send UDP Message using AMS? Thank you before
    I think ........... SMTP

    Comment


    • #3
      Originally posted by igliigli View Post

      I think ........... SMTP
      SMTP (Simple Mail Transfer Protocol) is a protocol for sending mail and is often implemented with a TCP socket, not UDP (but the protocol description allows that, though)

      You can open sockets using luasocket, which is a wrapper to give you access to low level socket stuff.
      Bas Groothedde
      Imagine Programming :: Blog

      AMS8 Plugins
      IMXLH Compiler

      Comment


      • #4
        Originally posted by Imagine Programming View Post

        SMTP (Simple Mail Transfer Protocol) is a protocol for sending mail and is often implemented with a TCP socket, not UDP (but the protocol description allows that, though)

        You can open sockets using luasocket, which is a wrapper to give you access to low level socket stuff.
        Thanks for the information, Professor

        Comment

        Working...
        X