PDA

View Full Version : Other TCP COM objects that can query TS2


IRON_Sniper
20-12-2002, 18: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.

IRON_Sniper
20-12-2002, 18:03
English readme, with examples for the BASP21 tools:

http://www.hi-ho.ne.jp/babaq/eng/basp21s.html

Lynx
09-01-2003, 04:55
Thx,
I appreciate it!! :)