mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-30 01:58:48 -04:00
Preliminary I2P Interface support
This commit is contained in:
parent
07a65609b4
commit
fa82989a2e
11 changed files with 1247 additions and 1 deletions
8
RNS/vendor/i2plib/__version__.py
vendored
Normal file
8
RNS/vendor/i2plib/__version__.py
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
__title__ = 'i2plib'
|
||||
__description__ = 'A modern asynchronous library for building I2P applications.'
|
||||
__url__ = 'https://github.com/l-n-s/i2plib'
|
||||
__version__ = '0.0.14'
|
||||
__author__ = 'Viktor Villainov'
|
||||
__author_email__ = 'supervillain@riseup.net'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright 2018 Viktor Villainov'
|
Loading…
Add table
Add a link
Reference in a new issue