-
i2p-zero
Zero dependency, small footprint, cross-platform I2P Java Router with simple tunnel/socks controller and SAM interface
This is not true, it's an important distinction to make. node-i2p is a SAMv3.1 library, which is a control protocol we use to bridge I2P applications with the router itself. All useful I2P routers implement the SAM API, but you need to install an I2P router before using it. To make this easy and portable, bundle i2p-zero or link i2pd with your application.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
This is not true, it's an important distinction to make. node-i2p is a SAMv3.1 library, which is a control protocol we use to bridge I2P applications with the router itself. All useful I2P routers implement the SAM API, but you need to install an I2P router before using it. To make this easy and portable, bundle i2p-zero or link i2pd with your application.
-
Simplest-Possible-I2P-for-Andoid-Embedding-Example
Discontinued I2P for Android Embedding Example - Embed I2P in your applications and provide a SAM API [GET https://api.github.com/repos/eyedeekay/Simplest-Possible-I2P-for-Andoid-Embedding-Example: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
You'll need to set up your app to include the Java client libraries, and call them to set up the API's you need to build connections. If you are using node-i2p, then the API you will need is SAM, for which I have a code example here: https://github.com/eyedeekay/Simplest-Possible-I2P-for-Andoid-Embedding-Example but I haven't written the walkthrough yet.