An open API service indexing awesome lists of open source software.

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).

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

[![Build Status](https://api.travis-ci.org/Kami/node-traceroute.png)](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).