From 9a5806837bbc4008a7f22bc7dafe0afe74d281f0 Mon Sep 17 00:00:00 2001 From: Darknet Villain Date: Tue, 1 Nov 2016 16:50:49 +0000 Subject: [PATCH] Created I2P-enable your applications (markdown) --- I2P-enable-your-applications.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 I2P-enable-your-applications.md diff --git a/I2P-enable-your-applications.md b/I2P-enable-your-applications.md new file mode 100644 index 0000000..7bc3cf1 --- /dev/null +++ b/I2P-enable-your-applications.md @@ -0,0 +1,31 @@ +For application developers. + +How can you use I2P network anonymization layer in your application: + +* using libi2pd +* using standard I2P APIs + * SAM + * BOB + * I2CP +* using HTTP/Socks proxies + +libi2pd +======= + +TODO: write about `api.h` + +Standard I2P APIs +================= + +SAM +--- + +BOB +--- + +I2CP +---- + + +HTTP/Socks proxies +==================