vovasty / SwiftyI2P

Swift wrapper for https://github.com/PurpleI2P/i2pd
12 stars 3 forks source link
i2p

SwiftyI2P is an wrapper library for i2pd written in Swift.

Features

Requirements

Installation

Embedded Framework

$ ./bootstrap.sh

The SwiftyI2P.framework is automagically added as a target dependency, linked framework and embedded framework in a copy files build phase which is all you need to build on the simulator and a device.


Usage

Starting daemon

import SwiftyI2P

let daemon = Daemon.defaultDaemon()
daemon.start()

this will start i2pd daemon with socks proxy on port 4447

License

This project is licensed under the BSD 3-clause license, which can be found in the file LICENSE in the root of the project source code.