File: README.md

package info (click to toggle)
freespace2 25.0.0%2Brepack-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 47,232 kB
  • sloc: cpp: 657,500; ansic: 22,305; sh: 293; python: 200; makefile: 198; xml: 181
file content (23 lines) | stat: -rw-r--r-- 959 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Port Control Protocol (PCP) and NAT-PMP client library
======================================================

Library implements client side of PCP
([RFC 6887](https://datatracker.ietf.org/doc/html/rfc6887)) and
NAT-PMP ([RFC 6886](https://datatracker.ietf.org/doc/html/rfc6886)) protocols.
Switch to NAT-PMP is done automatically by version negotiation. This library
enables any network application to manage network edge device (e.g. to create
NAT mapping or ask router for specific flow treatment).

Supported platforms are 
Linux, Microsoft Windows (Vista and later) and macOS.

Components
----------

  - [lib](lib)                 - Client library
  - [cli-client](cli-client)   - Command-line interface client
  - [test-server](test-server) - Test server
  - [scapy](scapy)             - PCP layer for Scapy

Build instructions are located in [INSTALL.md](INSTALL.md) file.
More information about components are in each subdirectory's README.md file.