<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Openvms UDP programming using sys$qio in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475620#M58538</link>
    <description>dir tcpip$examples:*udp*qio*.*&lt;BR /&gt;These are the example programs.</description>
    <pubDate>Mon, 10 Aug 2009 03:32:22 GMT</pubDate>
    <dc:creator>Ananth S</dc:creator>
    <dc:date>2009-08-10T03:32:22Z</dc:date>
    <item>
      <title>Openvms UDP programming using sys$qio</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475614#M58532</link>
      <description>I'm new to network programming on OpenVMS. I need to write a simple application to allow two adjacent OpenVMS computers to exchange datagrams via Ethernet. Datagrams can go both ways and I need to use ASTs for read completions, so can't use the sockets API. I'm finding the HP manual very confusing, for example I'm not really clear whether I need a 'socket' or not. Does anybody have any sample source code (in C, using sys$qio) for sending UDP datagrams between two OpenVMS systems? Sounds easy but I'm not finding it so.</description>
      <pubDate>Fri, 07 Aug 2009 15:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475614#M58532</guid>
      <dc:creator>Max Bruno Jarvis</dc:creator>
      <dc:date>2009-08-07T15:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Openvms UDP programming using sys$qio</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475615#M58533</link>
      <description>If you are using HP's tcpip stack you can usually find example programs in sys$common:syshelp.examples.ucx] or sys$common:syshelp.examples.tcpip] depending version of tcpip you are using and if whoever installed the product chose to include the example files.</description>
      <pubDate>Fri, 07 Aug 2009 15:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475615#M58533</guid>
      <dc:creator>Walter Miller_1</dc:creator>
      <dc:date>2009-08-07T15:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Openvms UDP programming using sys$qio</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475616#M58534</link>
      <description>I can't find a directory named syshelp on the disk at all. These are Integrity servers which came with OpenVMS and TCPIP already installed.</description>
      <pubDate>Fri, 07 Aug 2009 15:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475616#M58534</guid>
      <dc:creator>Max Bruno Jarvis</dc:creator>
      <dc:date>2009-08-07T15:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Openvms UDP programming using sys$qio</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475617#M58535</link>
      <description>Minor correction to Walter's posting:&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSHLP.EXAMPLES.TCPIP]&lt;BR /&gt;&lt;BR /&gt;so SYSHLP not SYSHELP.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Fri, 07 Aug 2009 15:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475617#M58535</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2009-08-07T15:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Openvms UDP programming using sys$qio</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475618#M58536</link>
      <description>Aha, now I've found SYSHLP files, my thanks to both responders. Will study the files forthwith.</description>
      <pubDate>Fri, 07 Aug 2009 16:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475618#M58536</guid>
      <dc:creator>Max Bruno Jarvis</dc:creator>
      <dc:date>2009-08-07T16:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Openvms UDP programming using sys$qio</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475619#M58537</link>
      <description>Hi Max,&lt;BR /&gt;&lt;BR /&gt;The examples are easiest found using the old UCX$EXAMPLES or new TCPIP$EXAMPLES logical names.&lt;BR /&gt;&lt;BR /&gt;In case it is of any interest to what you are doing with UDP, there is a Java Applet on the following page that receives messages from a VMS server asynchronously and outputs to a web page: - &lt;BR /&gt;&lt;A href="http://deathrow.vistech.net/~tier3/tier3pager.html" target="_blank"&gt;http://deathrow.vistech.net/~tier3/tier3pager.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Once youve got it up you need to logon the the deathrow.vistech.net and: -&lt;BR /&gt;$run DISK$USERS:[USERS.TIER3.WEB]demo_udp_msg&lt;BR /&gt;&lt;BR /&gt;Then enter the IP address of your client.&lt;BR /&gt;&lt;BR /&gt;Regards Richard Maher</description>
      <pubDate>Sat, 08 Aug 2009 01:14:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475619#M58537</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-08-08T01:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Openvms UDP programming using sys$qio</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475620#M58538</link>
      <description>dir tcpip$examples:*udp*qio*.*&lt;BR /&gt;These are the example programs.</description>
      <pubDate>Mon, 10 Aug 2009 03:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-udp-programming-using-sys-qio/m-p/4475620#M58538</guid>
      <dc:creator>Ananth S</dc:creator>
      <dc:date>2009-08-10T03:32:22Z</dc:date>
    </item>
  </channel>
</rss>

