Pinging (ICMP) with nodejs
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
Shawn Parrish <sparr... @nodeping.com>
Date: Thu, 11 Oct 2012 08:15:15 -0600
Local: Thurs, Oct 11 2012 10:15 am
Subject: Re: [nodejs] Pinging (ICMP) with nodejs
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Umut Muhaddisoglu <umutmuhaddiso... @gmail.com>
Date: Fri, 12 Oct 2012 04:41:47 -0700 (PDT)
Local: Fri, Oct 12 2012 7:41 am
Subject: Re: [nodejs] Pinging (ICMP) with nodejs
I'm on Windows and Pinger says it needs node-waf which Windows dpes not have :(
Any other options or a workaround for this?
11 Ekim 2012 Perşembe 17:15:46 UTC+3 tarihinde Shawn yazdı:
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Bert Belder <bertbel... @gmail.com>
Date: Fri, 12 Oct 2012 06:33:02 -0700 (PDT)
Local: Fri, Oct 12 2012 9:33 am
Subject: Re: [nodejs] Pinging (ICMP) with nodejs
On Friday, October 12, 2012 1:41:47 PM UTC+2, Umut Muhaddisoglu wrote:
> I'm on Windows and Pinger says it needs node-waf which Windows does not > have :(
> Any other options or a workaround for this?
Even if pinger had node-gyp support, pinger would not work. I am not aware
of any existing libraries that do this on windows, so you'll probably have
to write your own bindings (see
http://msdn.microsoft.com/en-us/library/windows/desktop/aa366045%28v=... ).
- Bert
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Umut Muhaddisoglu <umutmuhaddiso... @gmail.com>
Date: Wed, 5 Dec 2012 00:23:59 -0800 (PST)
Local: Wed, Dec 5 2012 3:23 am
Subject: Re: [nodejs] Pinging (ICMP) with nodejs
Bert and Shawn,
Thanks so much for the answers and creating something custom seems to be over my talents for now.
If anyone has a ready-to-use solution, I'll be glad to hear it.
Thanks.
11 Ekim 2012 Perşembe 17:15:46 UTC+3 tarihinde Shawn yazdı:
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Stephen Vickers <vortex.is... @gmail.com>
Date: Thu, 14 Feb 2013 01:28:04 -0800 (PST)
Local: Thurs, Feb 14 2013 4:28 am
Subject: Re: [nodejs] Pinging (ICMP) with nodejs
The following two modules now available which provide IPv4/IPv6 raw socket and ICMP ping support in node.js:
https://npmjs.org/package/raw-socket
https://npmjs.org/package/net-ping
On Wednesday, December 5, 2012 8:23:59 AM UTC, Umut Muhaddisoglu wrote:
> Bert and Shawn,
> Thanks so much for the answers and creating something custom seems to be > over my talents for now.
> If anyone has a ready-to-use solution, I'll be glad to hear it.
> Thanks.
> 11 Ekim 2012 Perşembe 17:15:46 UTC+3 tarihinde Shawn yazdı:
>> This may be what you're looking for.
>> https://github.com/wearefractal/pinger
>> Shawn >> http://nodeping.com
>> On Thu, Oct 11, 2012 at 7:39 AM, Umut Muhaddisoglu >> <umutmuha... @gmail.com> wrote: >> > Is it possible to make ping requests with nodejs without using the >> "system >> > ping utility"?
>> > The "system ping utility" forks a new process for each concurrent ping >> and >> > that ends up in lots of CPU-Ram usage.
>> > I have seen this thread >> > (
>> http://stackoverflow.com/questions/4737130/how-to-ping-from-a-node-js... )
>> > but maybe something original exists.
>> > Thanks.
>> > -- >> > Job Board: http://jobs.nodejs.org/ >> > Posting guidelines: >> > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> > You received this message because you are subscribed to the Google >> > Groups "nodejs" group. >> > To post to this group, send email to nod...@googlegroups.com >> > To unsubscribe from this group, send email to >> > nodejs+un...@googlegroups.com >> > For more options, visit this group at >> > http://groups.google.com/group/nodejs?hl=en?hl=en
You must
Sign in before you can post messages.
You do not have the permission required to post.