<?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 pwip interface in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/pwip-interface/m-p/4155817#M56191</link>
    <description>hi guys,&lt;BR /&gt;&lt;BR /&gt;can anyone give me some information about programming a pwip interface for the decnet stack. I have to use the callup and calldown vecotrs. But there is not much information available on the net. I have to make use of streams programming to write api's like bind, connect , accept etc by sending requests like T_BIND_REQ through mblk/dblk. Can anyone give me some leads as to how to start programming or any links which might be helpful for me&lt;BR /&gt;&lt;BR /&gt;thx</description>
    <pubDate>Wed, 05 Mar 2008 11:57:44 GMT</pubDate>
    <dc:creator>wistler123</dc:creator>
    <dc:date>2008-03-05T11:57:44Z</dc:date>
    <item>
      <title>pwip interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pwip-interface/m-p/4155817#M56191</link>
      <description>hi guys,&lt;BR /&gt;&lt;BR /&gt;can anyone give me some information about programming a pwip interface for the decnet stack. I have to use the callup and calldown vecotrs. But there is not much information available on the net. I have to make use of streams programming to write api's like bind, connect , accept etc by sending requests like T_BIND_REQ through mblk/dblk. Can anyone give me some leads as to how to start programming or any links which might be helpful for me&lt;BR /&gt;&lt;BR /&gt;thx</description>
      <pubDate>Wed, 05 Mar 2008 11:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pwip-interface/m-p/4155817#M56191</guid>
      <dc:creator>wistler123</dc:creator>
      <dc:date>2008-03-05T11:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: pwip interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pwip-interface/m-p/4155818#M56192</link>
      <description>wistler123,&lt;BR /&gt;&lt;BR /&gt;DECnet does not use the sockets API that is often used for TCP/IP.&lt;BR /&gt;&lt;BR /&gt;The DECnet API is described in the OpenVMS Documentation set. This set is available on the OpenVMS www site at &lt;A href="http://www.hp.com/go/openvms" target="_blank"&gt;http://www.hp.com/go/openvms&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In particular, the DECnet programming interface is covered in the documentation for DECnet Phase IV and Phase V. Phase IV programs will operate (within limitations) on Phase V nodes but not vice versa.&lt;BR /&gt;&lt;BR /&gt;General OpenVMS programming concepts are, or course, covered in the main OpenVMS documentation set.&lt;BR /&gt;&lt;BR /&gt;I recall making some DECUS presentations, both here and in Europe in the early 90's on the subject, but they are apparently among the backlog of materials that I have yet had the time to make available on my www site.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 05 Mar 2008 17:06:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pwip-interface/m-p/4155818#M56192</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-03-05T17:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: pwip interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pwip-interface/m-p/4155819#M56193</link>
      <description>That you're even asking this question and referencing these interfaces implies you're working at a very unusual level here, and some background on the application might be useful.  Are you working with (or for?) HP here?&lt;BR /&gt;&lt;BR /&gt;For those unfamiliar with it, PWIP is an interface used by PATHWORKS, Advanced Server and DECnet-Plus to operate over an IP transport; it's centrally an IP interface that's presented up to other network-related packages that need or want to link into the IP transport layer on the particular OpenVMS box.  Very few packages tie into this layer, and the only folks coding here are usually either working on an IP package for OpenVMS, or are working directly with HP for low-level networking task.  (The PWIPDRIVER interface documentation wasn't directly available, when last I looked.)&lt;BR /&gt;&lt;BR /&gt;Conversely, if you're not working with HP here and have an existing DECnet application, then it will automatically and transparently operate over IP once the DECnet-Plus stack is installed and is configured to operate over IP and the PWIPDRIVER.  Few (if any) changes are required here.  You will program to the DECnet layers and existing DECnet APIs.&lt;BR /&gt;&lt;BR /&gt;If you want to write your own DECnet software and want source examples, there are various resources available.  To find source examples, you can look at the manuals (of course) and can also search for keywords such as /DECnet task programming/, and applications that are including strings such as /IO$_ACPCONTROL DECnet/ or such.&lt;BR /&gt;&lt;BR /&gt;Start here for finding classic OpenVMS coding examples:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www12.itrc.hp.com/service/james/CPQhome.do" target="_blank"&gt;http://www12.itrc.hp.com/service/james/CPQhome.do&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and use Google with any of the usual search strings including the site search keyword, such as the following:&lt;BR /&gt;&lt;BR /&gt;site:mvb.saic.com io$_acpcontrol&lt;BR /&gt;site:mvb.saic.com DECnet task&lt;BR /&gt;&lt;BR /&gt;mvb.saic.com is filled with OpenVMS source code.&lt;BR /&gt;&lt;BR /&gt;The DECnet Phase IV manuals (which are probably easier reading if you're just starting out programming with DECnet) are here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mvb.saic.com/freeware/freewarev50/decnet_phase_iv/" target="_blank"&gt;http://mvb.saic.com/freeware/freewarev50/decnet_phase_iv/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And you're not likely going to be coding to PWIP here.  Either to DECnet, or to some other library.&lt;BR /&gt;&lt;BR /&gt;And as Robert indicates, the socket library on Tru64 Unix did include DECnet, but the OpenVMS socket library does not.&lt;BR /&gt;&lt;BR /&gt;HP has been doing very little (new) with DECnet other than maintaining it on current OpenVMS releases, so I'd not expect to see PWIP nor the C socket library sprout DECnet features any time.  And if you're working with HP more directly here, ring up somebody affiliated with the TCP/IP engineering team and ask for the documentation on PWIPDRIVER.&lt;BR /&gt;&lt;BR /&gt;And welcome to ITRC.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC</description>
      <pubDate>Wed, 05 Mar 2008 19:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pwip-interface/m-p/4155819#M56193</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-03-05T19:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: pwip interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pwip-interface/m-p/4155820#M56194</link>
      <description>The question is crossposted in Computing.Net&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.computing.net/openvms/wwwboard/forum/522.html" target="_blank"&gt;http://www.computing.net/openvms/wwwboard/forum/522.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;from another question that wistler posted at Computing.Net&lt;BR /&gt;&lt;A href="http://www.computing.net/openvms/wwwboard/forum/513.html" target="_blank"&gt;http://www.computing.net/openvms/wwwboard/forum/513.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; i am a student.....i am learning&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; openvms.....i was given given an&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; assignment ......this was one of the&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; questions.....i did not understand the&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; help for f$getdvi....can u please give&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; me the script or explain in detail how&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; to do this&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Hakan Zanderau&lt;BR /&gt;HA-solutions&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2008 15:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pwip-interface/m-p/4155820#M56194</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2008-03-06T15:38:05Z</dc:date>
    </item>
  </channel>
</rss>

