DLSaMa / ZPTCPIPStack

Asynchronous TCP/IP stack library based on lwIP for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Asynchronous TCP/IP stack library based on lwIP for iOS.


Languages

Language:C 97.0%Language:Objective-C 2.5%Language:C++ 0.4%