Compare commits
No commits in common. "master" and "v1.0.3" have entirely different histories.
18
README.md
18
README.md
@ -1,28 +1,24 @@
|
|||||||
mdig.js
|
mdig
|
||||||
=======
|
======
|
||||||
|
|
||||||
| [dns-suite.js](https://git.coolaj86.com/coolaj86/dns-suite.js)
|
multicast dig
|
||||||
| [dig.js](https://git.coolaj86.com/coolaj86/dig.js)
|
|
||||||
| **mdig.js**
|
|
||||||
| [digd.js](https://git.coolaj86.com/coolaj86/digd.js)
|
|
||||||
| Sponsored by [Daplie](https://daplie.com).
|
|
||||||
|
|
||||||
multicast dig, in JavaScript (ES5.1)
|
|
||||||
|
|
||||||
Create and capture mDNS query and response packets to disk as binary and/or JSON.
|
Create and capture mDNS query and response packets to disk as binary and/or JSON.
|
||||||
Options are similar to the Unix `dig` command, but for mDNS.
|
Options are similar to the Unix `dig` command, but for mDNS.
|
||||||
|
|
||||||
|
See also [dig.js](https://git.daplie.com/Daplie/dig.js)
|
||||||
|
|
||||||
Install with git
|
Install with git
|
||||||
-------
|
-------
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install the latest of v1.x
|
# Install the latest of v1.x
|
||||||
npm install -g 'git+https://git.coolaj86.com/coolaj86/mdig.git#v1'
|
npm install -g 'git+https://git@git.daplie.com/Daplie/mdig.git#v1'
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install exactly v1.0.0
|
# Install exactly v1.0.0
|
||||||
npm install -g 'git+https://git.coolaj86.com/coolaj86/mdig.git#v1.0.0'
|
npm install -g 'git+https://git@git.daplie.com/Daplie/mdig.git#v1.0.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
Install without git
|
Install without git
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mdig",
|
"name": "mdig",
|
||||||
"version": "1.0.4",
|
"version": "1.0.3",
|
||||||
"description": "multicast dig. A dig-like mDNS browser for debugging, written in node.js.",
|
"description": "multicast dig. A dig-like mDNS browser for debugging, written in node.js.",
|
||||||
"homepage": "https://git.coolaj86.com/coolaj86/mdig.js",
|
"homepage": "https://git.coolaj86.com/coolaj86/mdig.js",
|
||||||
"main": "bin/mdig.js",
|
"main": "bin/mdig.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user