IRON_Sniper
20-12-2002, 19:00
I'm not sure if anyone is interested, but there are some other alternatives to using W3 Sockets to connect your ASP or EXE to TS2. Here are a couple of other resources:
A free Japanese TCP/IP Sockets tool VB 5 + (I think)
http://www.hi-ho.ne.jp/babaq/basp21.html
A number of free ASP tools in here. GSSocket is the one to look at.
http://www.goldsealstudios.com/downloads.html
This lists a few different products - most not freeware
http://www.aspin.com/home/components/internet/winsockf?cob=coveryourasp
There are also some very good HOWTOs on using VB.Net or C# to program TCP sockets very easy now. In fact, it looks like easier/better sockets programing is a key component of .Net.
I plan to look at coding either a stand-alone server that will query a TS2 server at set intervals and report the details to either an ASP page for display, or as a stand-alone .js file that can be referenced easily.
A free Japanese TCP/IP Sockets tool VB 5 + (I think)
http://www.hi-ho.ne.jp/babaq/basp21.html
A number of free ASP tools in here. GSSocket is the one to look at.
http://www.goldsealstudios.com/downloads.html
This lists a few different products - most not freeware
http://www.aspin.com/home/components/internet/winsockf?cob=coveryourasp
There are also some very good HOWTOs on using VB.Net or C# to program TCP sockets very easy now. In fact, it looks like easier/better sockets programing is a key component of .Net.
I plan to look at coding either a stand-alone server that will query a TS2 server at set intervals and report the details to either an ASP page for display, or as a stand-alone .js file that can be referenced easily.