Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 805 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 805 Bytes

ZPTCPIPStack

ZPTCPIPStack is based on lwIP 2.0.2 released with a major modification, designed to work with the NetworkExtension framework and provides asynchronous tcp control interface like socket. Now, it just support IPv4.

Installation

Carthage

ZPTCPIPStack is Carthage compatible. To include it add the following line to your Cartfile

github "zapcannon87/ZPTCPIPStack" "master"

Warning

there is a problem with directly integrating ZPTCPIPStack into project using Carthage. I'm fixing it. alternative you can refer the files into a project's inner framework.

Demo

Sniffer