Skip to main content

UDP datagrams

  • June 21, 2011
  • 1 reply
  • 0 views

[Migrated content. Thread originally posted on 07 June 2011]

Is there a method of receiving a UDP datagram within Extend. C$SOCKET appears to only accept TCP and not UDP.

1 reply

Stephen Hjerpe
  • Participating Frequently
  • 1100 replies
  • June 21, 2011

[Migrated content. Thread originally posted on 07 June 2011]

Is there a method of receiving a UDP datagram within Extend. C$SOCKET appears to only accept TCP and not UDP.
No, all of the Acu products - runtime acuserver acuconnect work via TCP / IP and not UDP, you may find a third party app that allows you to use UDP and then call this app through some interface or API they expose.