[twsocket] ICS SSL client certificate support

2011-09-22 Thread Fastream Technologies
Hello, I wonder if client SSL certificates are supported in ICS web server. Best Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] PCSensor "server"/ Simple client-server

2011-09-22 Thread Dod
Hello, As this subject is OT I propose you to continue this on my personnal mail instead of this mailing list. regards. TB> Thank you, Dod... TB> I think someone else had told me to use WinPCap under my TB> SmartSniff... but I had forgotten. TB> Sure enough, added WinPCap (I'm on an XP, SP3 m

Re: [twsocket] PCSensor "server"/ Simple client-server

2011-09-22 Thread TK Boyd
Thank you, Dod... I think someone else had told me to use WinPCap under my SmartSniff... but I had forgotten. Sure enough, added WinPCap (I'm on an XP, SP3 machine), and now I see something that either wasn't there before, or I was overlooking it. When I use the software supplied with my TEMPe

Re: [twsocket] PCSensor "server"/ Simple client-server

2011-09-22 Thread Dod
Hello, One thing about SmartSniff (I use it for years), take care to use it with WinPCap as it may miss ingoing or outgoing datas depending your WinOS version. Also if you can't connect to IP addr of the device then it may not use TCP but UDP, this is quite usual with embedded devices. regar

Re: [twsocket] PCSensor "server"/ Simple client-server

2011-09-22 Thread TK Boyd
Ah ha! Thank you Angus and Piotr... Many "happy" tens of minutes spent "playing" with the excellent suggestions. SmartSniffer Wonderful! Fascinating! Telnet... Ah yes, the "good old days"... I've burned hours with Telnet before, given my limited grasp of what I'm doing. (Last time it was

[twsocket] SocketRcvBufSize for Listen sockets

2011-09-22 Thread Angus Robertson - Magenta Systems Ltd
In WSocket, SocketRcvBufSize and SocketSndBufSize are currently only set in Dup and Connect, not in Listen. For UDP, this means SetSocketRcvBufSize and SetSocketSndBufSize always get called even if the buffer is already the correct size, since it's not checked. I'm setting a larger buffer so

Re: [twsocket] PCSensor "server"/ Simple client-server

2011-09-22 Thread Angus Robertson - Magenta Systems Ltd
> With software supplied with the device, from a Windows PC connected > to the same LAN as the TEMPerLAN, I can "send a command" to it. If > the command is BB 82, I get back a short string of ASCII with some > data from the device. > device ipaddress:192.168.0.241 > device netmask:255.255.255.0

Re: [twsocket] PCSensor "server"/ Simple client-server

2011-09-22 Thread Piotr Dałek
Hello! > With software supplied with the device, from a Windows PC connected > to the same LAN as the TEMPerLAN, I can "send a command" to it. If > the command is BB 82, I get back a short string of ASCII with some > data from the device. (Temperatures seen by some attached sensors, > but that

[twsocket] PCSensor "server"/ Simple client-server

2011-09-22 Thread TK Boyd
Dear fellow ICS people... Apologies... almost "off topic", and very newbie (to TCP/IP), but I have a nice little device from PCSensors, their TEMPerLAN. It appears to be great engineering, but, out of China, the English of the software interface is a lot better than my Chinese, but still a

Re: [twsocket] Loosing memory in TWSocketClient.TriggerSessionClosed

2011-09-22 Thread Henk van der Meer
Hello Arno, Just a mail to thank you again and maybe letting other people, running into the same problem, know how we solved our problem. By tracking down those few bytes that did not get freed I noticed that I was not sure how and when client sockets get freed. It is common to let the socket s