Re: Networking
- Posted by "Hawke' (Mike Deland)" <mdeland at GEOCITIES.COM> Jun 24, 1999
- 475 views
At 04:01 PM 6/23/99 +0000, you wrote: >>Has anyone programmed a Euphoria library (DOS32) for direct cable >>connection networking, or any type of networking for that matter? > >Someone did an IPX library and of course there is Euserver which might work >on IPX as well. yes, the IPX library is available for IPX work with euphoria... however, EUServer is designed/built for working with tcp/ip networking and as such would not be easily modifiable to work with ipx networks... euserver could be adapted to do different work with hardwired tcp/ip networks but i have found that ipx seems to be "better" as a protocol for hardwired networking... either way you setup your network, you do potentially have a protocol available for you use now (couldn't say that all that long ago :) ) hope this helps--Hawke'