Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reconbot/node-yaping
yaping is yet another ping utility for nodejs
https://github.com/reconbot/node-yaping
Last synced: 6 days ago
JSON representation
yaping is yet another ping utility for nodejs
- Host: GitHub
- URL: https://github.com/reconbot/node-yaping
- Owner: reconbot
- Created: 2012-05-14T23:44:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T21:11:36.000Z (almost 8 years ago)
- Last Synced: 2024-10-25T20:44:27.576Z (20 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
node-yaping
===========yaping is yet another ping utility for nodejs
I wouldn't use it if I were you. I don't even use it and I'm me. I'm pushing this to further my
dream of raw sockets in node. When that day arrives I'll port a random python icmp ping implementation to node, check the pcap caputres against
the unix ping utility and call it a day.In actuality, that will only be the start of my day. I'll also create a ping response server that lies about how fast
it responds. ([You can totally do that](http://en.wikipedia.org/wiki/Ping#Payload), it's awesome.) All my servers
will show negative latency, and you can't prove it's a lie.This simple function should
* do dns lookups
* ping once
* timeout after 10 seconds
* communicate all the well though out error codes that ping provides
* spawn a child processes out of wedlockPatches/Pull requests welcome.