1
0
mirror of https://github.com/solemnwarning/ipxwrapper synced 2024-12-30 16:45:37 +01:00
Daniel Collins 5ff0855485 Replace test suite.
Dump most of the old "unit" tests which were more system tests and only tested
a small amount of functionality against the host.

The new test suite is a lot more thorough and tests an arbitrary Windows version
over the network rather than testing within the host's WinSock environment.

More documentation detailing how to run this will follow.
2014-10-04 14:46:11 +01:00
2012-11-11 14:01:09 +00:00
2014-06-26 13:22:10 +01:00
2014-06-26 13:22:10 +01:00
2014-10-04 14:46:11 +01:00
2014-10-04 14:46:11 +01:00
2014-03-11 21:44:19 +00:00
2008-12-10 18:03:10 +00:00
2014-10-04 14:46:11 +01:00
2014-01-25 23:14:29 +00:00
2014-01-26 14:27:40 +00:00

== IPXWRAPPER README ==

-- LICENSE --

Copyright (C) 2008-2014 Daniel Collins <solemnwarning@solemnwarning.net>
Read license.txt for licensing terms.

-- INTRODUCTION --

IPXWrapper is a wrapper library which transparently tunnels IPX/SPX over IP. To
use it, simply copy the four included DLL files to the directory containing the
program that needs it.

If you are running Windows Vista or later and the game uses DirectPlay you may
also need to import directplay-win32.reg or directplay-win64.reg as appropriate.

The "wildcard" interface is used by default, this will send and receieve packets
on all available network interfaces and may cause problems if you share more
than one network with the other computers running IPXWrapper. To use a single
interface, run the ipxconfig program and select a different primary interface,
change which interfaces are enabled or pick a different interface in the options
of your program.

Software using IPXWrapper can't communicate with software that is using the real
IPX protocol and vice-versa.

-- COMPATIBILITY --

Software that uses WinSock 1.x and/or (Pre version 8) DirectPlay is supported.
Description
No description provided
Readme 939 KiB
Languages
C 80.4%
Perl 15.2%
C++ 3.8%
Makefile 0.6%