Re: [twsocket] Pinging multipe hosts

2016-03-12 Thread Ertan Küçükoğlu
I will be writing both server and client softwares. No need for a web server. --Ertan -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: Saturday, March 12, 2016 9:28 PM To: twsocket@lists.elists.org Subjec

Re: [twsocket] Pinging multipe hosts

2016-03-12 Thread Angus Robertson - Magenta Systems Ltd
> 2- clients that complete ping without error, do additional test > if client software is actually running. What client software, something you wrote or different? Does it contact the web server or vice versa. Angus -- To unsubscribe or change your settings for TWSocket mailing list please g

Re: [twsocket] Pinging multipe hosts

2016-03-12 Thread Ertan Küçükoğlu
I checked "OverbyteIcsPingTst" sample. Tested it and pinging or ping error, everything finishes in a couple of seconds for a complete list and that includes internet pinging. Most of my pings will most likely be over LAN. After all suggestions, I plan to; 1- ping all clients that claim to be active

Re: [twsocket] Pinging multipe hosts

2016-03-12 Thread Angus Robertson - Magenta Systems Ltd
> *Subject:* Re: [twsocket] Pinging multipe hosts > *From:* Ertan Küçüko_lu > *To:* "'ICS support mailing'" > *Date:* Sat, 12 Mar 2016 19:34:21 +0200 > > I thought, at first, that ping might be a solution. After reading > your post, I better find another way to check if client is > running. Mo

Re: [twsocket] Pinging multipe hosts

2016-03-12 Thread Ertan Küçükoğlu
I thought, at first, that ping might be a solution. After reading your post, I better find another way to check if client is running. More details about subject: - I will be writing both applications that running on server and client. - Client will inform server first time it is running thru a web

Re: [twsocket] Pinging multipe hosts

2016-03-12 Thread François Piette
> I have a Windows service application. That needs to check if several hosts (IP numbers, > no need to DNS resolve) are still alive. Assuming easiest way to ping them. Since that will > require no installation on my clients at all. Please suggest other ways that you think apply. Ping messages (IC

[twsocket] Pinging multipe hosts

2016-03-12 Thread Ertan Küçükoğlu
Hi, I am *very* new to ICS. Infact, this will be my first application using ICS, and this is my first post the mailing list I have joined today :) I have a Windows service application. That needs to check if several hosts (IP numbers, no need to DNS resolve) are still alive. Assuming ea

Re: [twsocket] Method POST example

2016-03-12 Thread Wilfried Mestdagh
Yes you can send your answer directly from OnPostDocument event. Met vriendelijke groeten, Wilfried Mestdagh Op 12-03-16 om 09:17 schreef Engi: Hi Angus. In my example, which function do I need to return my string ? Can I send the answer directly from OnPostDocument event ? -- To unsubscribe

Re: [twsocket] Method POST example

2016-03-12 Thread Engi
Hi Angus. In my example, which function do I need to return my string ? Can I send the answer directly from OnPostDocument event ? Le 11 mars 2016 19:17:00 GMT+01:00, Angus Robertson - Magenta Systems Ltd a écrit : >> I'm trying to understand how POST method works with HttpServer >> component