[comp.os.vms] networking

chapman@lll-lcc.aRpA (Carol Chapman) (11/24/87)

I  am looking for advice, suggestions, etc. on how to implement the
following:

I have a C program which is sitting on a VAX that runs VMS.  The
program expects a user to sit by 2 terminals, one of which is actually
a SUN workstation, and the other is a Tektronix graphics terminal.
The user logs onto the VAX via the Tektronix terminal and starts up
the program.  While the user is working merrily away on the one
terminal, my code will occasionally send a character array over a
network to the SUN (which is running UNIX).  The SUN receives this
array which contains the name of an image file stored on that SUN.
The SUN displays that image on its screen.  This process keeps
repeating with the VAX sending arrays and the SUN displaying the
corresponding images (a client-server situation).
** END  OF "I-DON'T-THINK-IT'S-AS-EASY-AS-IT-SOUNDS" SITUATION **

I have never done any network programming before, so I would love to
hear from people who have written code using sockets, which is what I
believe is needed for this situation.  We have Wollongong's flavor of
TCP/IP on the VAX.

I don't normally read this newsgroup, so please send replies directly
to me (chapman@lll-lcc.arpa, or if .arpa is no longer working then
it's chapman@lll-lcc.llnl.gov).

Thank you!!

carol chapman