Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-Hosting-Group committed Jan 8, 2024
1 parent 1c783fb commit a2be329
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ PCP client library
===================

PCP client library implements client side of PCP
([RFC 6887](http://datatracker.ietf.org/doc/rfc6887/)) and
NATPMP([RFC 6886](http://tools.ietf.org/html/rfc6886)) protocols.
Switch to NATPMP is done automatically by version negotiation. This library
([RFC 6887](https://datatracker.ietf.org/doc/rfc6887/)) and
NAT-PMP ([RFC 6886](https://datatracker.ietf.org/doc/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, MS Windows (Vista and later), OS X.
Linux, Microsoft Windows (Vista and later) and macOS.

### Components ###

- libpcp - PCP client library
- pcp_app - PCP client CLI app
- pcp_server - mock PCP server
- scapy - PCP layer for Scapy
- [libpcp](libpcp) - PCP client library
- [pcp_app](pcp_app) - PCP client CLI app
- [pcp_server](pcp_server) - mock PCP server
- [scapy](scapy) - PCP layer for Scapy

Build instructions are located in INSTALL.md file. More information about
components are in each subdirectory's README.md file.
Expand Down

0 comments on commit a2be329

Please sign in to comment.