Languages Assembler x86 Programming Sourcecode Communication  

Basic IPX network programming info + demos by D.Welch (asm/C)

download download  
important code information
author:
Poll adam
minimum requirements:
Basic IPX network programming info + demos by D.Welch (asm/C) description

IPXSTART is intended to provide information about basic IPX network programming. IPX is a simple programming interface for sending packets from one machine to another.


IPXSTART is intended to provide information about basic IPX network programming.

IPX is a simple programming interface for sending packets from one machine to
another.

IPX is part of Novell NetWare's native communication services. IPX is an
adaptation of the Xerox Network Systems (XNS) architecture. IPX conforms to
the Xerox Internetwork Datagram Protocol (IDP).

Although IPX is present on a Novell network, a Novell network is not required
to use the IPX protocol. Many PC network cards include all the drivers needed
to support the IPX protocol. As noted in the DOOM I docs, Novell used to
provide similar software on the internet that covered all of the popular cards.
I believe this was called NETWIRE, but it has since disappeared. Novell now
sells Personal Netware, which is the cheapest Novell software package
(currently about $60).

IPXSTART files are written for TASM and Borland's C compilers (should work
on any of them). It was tested with TASM version 3.1 and Borland C
version 3.1.

Files included in IPXSTART:

CHAT <DIR>
Contains source for a very simple text based chat program.

INTERRUP.K
This is extracted from the file of the same name in the Ralf Brown
interrupt list. The interrupt list is available on the internet in
many places including oak.oakland.edu:/pub/msdos/info/ the file name
is interxxx.zip.

IPX.ASM
IPX.H
IPX.OBJ
Assembly interface for C to the IPX functions.

IPXWAT.ASM
This is the same as IPX.ASM for TASM except this is for the WATCOM compiler.

MAKEFILE
Makefile for the code in this directory.

NOTES
Descriptions of the IPX interface functions.

TEST.C
TEST.EXE
Basic example program, opens a socket, sends a packet to that socket (yes,
a machine can send IPX packets to itself), and closes that socket.

TEST2R.C
TEST2R.EXE
Similar to test except this program waits for a packet (from TEST2S.EXE),
it is intended to use from one machine to another.

TEST2S.C
TEST2S.EXE
Sends a packet (to TEST2S.EXE)


File List:
CHAT/0b
CHAT/CHAT.C8Kb
CHAT/CHAT.EXE15Kb
CHAT/GETKEYL.ASM1Kb
CHAT/GETKEYL.H510b
CHAT/GETKEYL.OBJ260b
CHAT/MAKEFILE393b
CHAT/README228b
CHAT/USERS120b
CHAT/VIDEOL.ASM2Kb
CHAT/VIDEOL.H1Kb
CHAT/VIDEOL.OBJ428b
CHAT/WHOAMI.C1Kb
CHAT/WHOAMI.EXE8Kb
INTERRUP.K26Kb
IPX.ASM2Kb
IPX.H2Kb
IPX.OBJ1Kb
IPXWAT.ASM2Kb
MAKEFILE346b
NOTES15Kb
README2Kb
TEST.C3Kb
TEST.EXE11Kb
TEST2R.C2Kb
TEST2R.EXE11Kb
TEST2S.C1Kb
TEST2S.EXE11Kb

Similar code
A quick, ugly terminal program that has ANSI support (Zmodem) (Popularity: ) : Assembler source.
Asynchronous communications routines (Popularity: ) : Is a terminate-and-stay resident program that replaces the IBM-PC ROM-BIOS asynchronous communications services with a servicable interrupt-driven communications driver.
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 316
version
size in Kb 56
popularity   2269/5603623
user rating 2/10
ad


New Code
Popular Code