1
0
mirror of https://github.com/solemnwarning/ipxwrapper synced 2024-12-30 16:45:37 +01:00
ipxwrapper/readme.txt

26 lines
982 B
Plaintext
Raw Normal View History

2008-12-10 18:03:10 +00:00
== IPXWRAPPER README ==
-- LICENSE --
2009-01-29 20:29:02 +00:00
Copyright (C) 2008-2009 Daniel Collins <solemnwarning@solemnwarning.net>
Read license.txt for licensing terms.
2008-12-10 18:03:10 +00:00
-- INTRODUCTION --
2009-01-29 20:29:02 +00:00
IPXwrapper is a winsock wrapper which transparently tunnels IPX packets over IP
using UDP port 54792. To use it, simply copy ipxwrapper.dll, wsock32.dll and
mswsock.dll to the directory containing your legacy program.
2008-12-10 18:03:10 +00:00
2009-01-29 20:29:02 +00:00
DO NOT REPLACE THE WINSOCK DLLS THAT ARE IN YOUR WINDOWS/SYSTEM32 DIRECTORY AS
THIS WILL BREAK ALL NETWORKING SOFTWARE ON YOUR SYSTEM!
2008-12-10 18:03:10 +00:00
2009-01-29 20:29:02 +00:00
Software using IPXWrapper can't contact machines that are using the real IPX
protocol, all systems must use IPXWrapper or the IPX protocol.
2008-12-10 18:03:10 +00:00
2009-01-29 20:29:02 +00:00
-- COMPATIBILITY --
2008-12-10 18:03:10 +00:00
2009-01-29 20:29:02 +00:00
Most of winsock 1.x is implemented, but some software still may not work because
it uses unimpletmented functionaliy. I plan to complete winsock 1.x support
eventually, winsock2 is unlikely, as the API is far bigger and any winsock2
program should be using IP anyway.