# harpagon

> Harpagon is a simple newtork tool for using UDP clients

Latest version **0.0.2** (published 2017-11-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install harpagon
pnpm add harpagon
yarn add harpagon
bun add harpagon
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2017-11-10 |
| First published | 2017-11-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Chris Pro |
| Maintainers | cryptix720 |
| Keywords | javascript, payload, UDP, clients, harpagon, network, blazing, broadcast, communication |

## Links

- npm: https://www.npmjs.com/package/harpagon
- npm.io page: https://npm.io/package/harpagon

## Recent versions

- 0.0.2 (latest) — 2017-11-10
- 0.0.1 — 2017-11-04

## README

# Harpagon


Harpagon is a simple newtork tool for using UDP clients.
## Install
```sh
npm install --save @chrispro/harpagon
```
## API
```
-----------------------------------------------
var net = require('net');
var Lport = + process.env.LPORT || 12334;
var Rport = + process.env.RPORT || 43321;
var address = '255.255.255.0';
var	serviceType = 'upnp:rootdevice';
var rn = '\r\n';
var dgram = require('dgram');
var server = dgram.createSocket('udp4');

var dns = require('dns');
var udpClient = require('./src/lib/udpClient');
var remoteAddress = require('./src/lib/RemoteAddress');
var attacky = require('./src/lib/attacky');
var raider = require('./src/lib/raider');
----------------------------------------------
  dns.lookup(),
  dns.resolve(),
  dns.resolve*(),
  dns.reverse()
 
  server.resume();
  server.pause();


```
## Example
```js



   var addressMessage = server.on();
   var addressDns = dns.lookup();
   var addressPause = server.pause();
   var addressResume = server.resume();

   console.log(`server is in gravity ${address.address}:${address.port}`);
   console.log(`Resume server ${address.address}:${address.port}`);
   console.log("Your address>_:" + hostname + "||||"+ "PortName>_:"+  service + "||||"+ "Errors>_:" + err);

---
_Source: https://npm.io/package/harpagon · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
