diff --git a/README.md b/README.md index 84605ff..591ba70 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,31 @@ These act as drop-in replacements for `net.Conn` and `net.PacketConn` in your co When used correctly, they make it easy to adapt Go applications to I2P. All `net.Conn` and `net.PacketConn` interface implementations in Go -- [`onramp`](https://github.com/eyedeekay/onramp) -- [`goSam`](https://github.com/eyedeekay/goSam) -- [`sam3`](https://github.com/eyedeekay/sam3) +- [`onramp` an easy-to-use, automatically-configured library for managing I2P connections, implements net.Conn and net.PacketConn, supports Primary sessions](https://github.com/eyedeekay/onramp) - `mature, implements SAMv3.3, Streaming and Datagrams` +- [`goSam` simple and highly configurable net.Conn implementation, implement a complete HTTP/S/CONNECT proxy in ~50 LOC](https://github.com/eyedeekay/goSam) - `mature, implements SAMv3.2, Streaming Only` +- [`sam3` hightly configurable net.Conn, net.PacketConn implementation, supports Primary sessions, exposes all the options and all the sharp edges](https://github.com/eyedeekay/sam3) - `mature, implements SAMv3.3, Streaming and Datagrams` + +### `net.Addr` interface implementation + +- [`i2pkeys`, formerly part of `sam3(above)`, now a standalone library used by `onramp`, `goSam`, and `sam3` for common ways of handling loading, unloading, and processing I2P keys](https://github.com/eyedeekay/i2pkeys) ### I2PControl-RPC Libraries -- [`go-i2pcontrol`](https://github.com/eyedeekay/go-i2pcontrol) -- [`i2p-control`](https://github.com/eyedeekay/i2p-control) +- [`go-i2pcontrol` an implementation of the I2PControl-RPC protocol in Go as a library](https://github.com/eyedeekay/go-i2pcontrol) - `mature but does not provide all possible consts(like ratestats)` +- [`i2p-control` CLI application built using/as a demo of `go-i2pcontrol`](https://github.com/eyedeekay/i2p-control) - `mature but may lack features` ### Proxies and Application-Layer Adapters -- [`sam-forwarder` an I2PTunnel-alike which accepts i2pd-style config files](https://github.com/eyedeekay/sam-forwarder) -- [`go-i2p-bt` a Bittorrent library configured using `onramp` which tracks SAMv3 development and has similar features to I2PSnark](https://github.com/eyedeekay/go-i2p-bt) +- [`sam-forwarder` an I2PTunnel-alike which accepts i2pd-style config files](https://github.com/eyedeekay/sam-forwarder) - `mature enough for a rewrite` +- [`go-i2p-bt` a Bittorrent library configured using `onramp` which tracks SAMv3 development and has similar features to I2PSnark](https://github.com/eyedeekay/go-i2p-bt) - `not mature` + +### Software + +- [`reseed-tools` a freestanding implementation of an I2P Reseed server](https://i2pgit.org/idk/reseed-tools/) - `mature and extensively used/tested` +- [`railroad` a blog mostly compatible with Ghost style themes with markdown-based editing](https://i2pggit.org/idk/railroad) - `not mature` ## Stuff in Progress: - - [`go-i2p`](https://github.com/go-i2p/go-i2p) \ No newline at end of file +### Router Implementations + + - [`go-i2p` a pure-Go implementation of the I2P Router `WIP`](https://github.com/go-i2p/go-i2p) - `WIP does not work yet` diff --git a/index.html b/index.html index a81da58..76d4a23 100644 --- a/index.html +++ b/index.html @@ -98,20 +98,67 @@ onramp + an easy-to-use, automatically-configured library for managing I2P connections, implements net.Conn and net.PacketConn, supports Primary sessions + - + + mature, implements SAMv3.3, Streaming and Datagrams +
  • goSam + simple and highly configurable net.Conn implementation, implement a complete HTTP/S/CONNECT proxy in ~50 LOC + - + + mature, implements SAMv3.2, Streaming Only +
  • sam3 + hightly configurable net.Conn, net.PacketConn implementation, supports Primary sessions, exposes all the options and all the sharp edges + + - + + mature, implements SAMv3.3, Streaming and Datagrams + +
  • + +

    + + net.Addr + + interface implementation +

    + @@ -124,14 +171,27 @@ go-i2pcontrol + an implementation of the I2PControl-RPC protocol in Go as a library + - + + mature but does not provide all possible consts(like ratestats) +
  • i2p-control + CLI application built using/as a demo of + + go-i2pcontrol + + - + + mature but may lack features +
  • @@ -145,6 +205,10 @@ an I2PTunnel-alike which accepts i2pd-style config files + - + + mature enough for a rewrite +
  • @@ -157,18 +221,62 @@ which tracks SAMv3 development and has similar features to I2PSnark + - + + not mature + +
  • + +

    + Software +

    +

    Stuff in Progress:

    +

    + Router Implementations +