https://github.com/kami/node-traceroute
Node.js wrapper for the GNU traceroute command (port of luvit-traceroute).
https://github.com/kami/node-traceroute
Last synced: over 1 year ago
JSON representation
Node.js wrapper for the GNU traceroute command (port of luvit-traceroute).
- Host: GitHub
- URL: https://github.com/kami/node-traceroute
- Owner: Kami
- License: apache-2.0
- Created: 2013-05-22T22:12:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-23T17:45:08.000Z (about 13 years ago)
- Last Synced: 2025-03-26T02:22:56.926Z (over 1 year ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js Traceroute
Node.js wrapper for the GNU `traceroute` command.
This is a port of the [Luvit library](https://github.com/Kami/luvit-traceroute) to Node.js.
## Build Status
[](http://travis-ci.org/Kami/node-traceroute)
## Runing tests
```bash
npm run-script test
```
## License
Library is distributed under the [Apache license](http://www.apache.org/licenses/LICENSE-2.0.html).