@RN_
@StormyCloud
@eyedeekay
@orignal
@postman
@zzz
%snex
+FreefallHeavens
+Onn4|7h
+leopold_
+nyaa2pguy
+profetikla
+qend-irc2p
+r00tobo
+uop23ip
AlV5tGf7
Arch
Danny
Holmes
Irc2PGuest17692
Irc2PGuest28384
Irc2PGuest79566
Liorar
OfficialCIA_
Onn4l7h
Over1
RTP_USA-Taxhell
U1F642
acetone_
ahiru
anontor2
cims
eyedeekay_
floatyfloatilla
mahlay
makoto
mareki2p_
n2
nilbog
not_bob_afk
poriori_
pory
r00tobo[2]
rednode
synergy3582
zzz
synergy3582, you were asking about plugins?
zzz
synergy3582, don't know what 'capacitor' is, please fill us in a little more
orignal
well capacitor is an electronic component ))
synergy3582
Capacitor is a thing for bridging Java and Javascript
zzz
or maybe you said before but it was a few days ago, lost the scrollback
synergy3582
I'm trying to build an Ionic app with an i2p server
orignal
wondering if you inserted a big capacitor into an outlet when you were a child ))
zzz
don't know what Ionic is either, but I guess you want to plug the java router into something else, right?
orignal
zzz, did you do it? since it's salt )
zzz
I played with capacitors for a living for over 20 years
orignal
or such things were to allowed to US boys ))
synergy3582
sorry Ionic is a framework for making android/ios/desktop apps in like react/vue/svelte that sorta web shit
zzz
I stuck a pair of scissors into an outlet at my school though
orignal
charge a capacitor from outlet and this dischange to piece of matel ))
orignal
*metal
orignal
that's dump
orignal
it will trigger circult breaker and nothing else
zzz
ok enough capacitor talk let me help out mr. 3582
orignal
capacitor is more funny
synergy3582
you're fine lmao
orignal
like flutter?
synergy3582
yeah kinda except not with like dart and all that stuff
zzz
synergy3582, our generic embedding advice is at i2p-projekt.i2p/en/docs/applications/embedding -- do you have any specific questions we can helkp you with?
orignal
synergy3582 I don't recommend to repeat it ))
synergy3582
I think I did figure it out and what I need to do is just overload CapactitorHttpPlugin and start a Router configured to run an HTTP proxy in that service, overloading the http() call to route it through the HTTP or socks proxy
synergy3582
I was really confused when I asked the question the other day, but I think I did figure out what I need to do and I'll have to check back in when I have that tested
synergy3582
thank you very much for checking in
zzz
ok, if it's HTTP only I'd recommend the i2ptunnel HTTP proxy for now
zzz
you'll need i2p.jar, router.jar, mstreaming.jar, streaming.jar, and i2ptunnel.jar. I think that's it
zzz
synergy3582, this isn't my channel but I just gave you perma-voice over in #i2p-dev if you have questions later
synergy3582
thank you. I am a bit confused about what you mean by the jar files, but I'm looking at the javadoc for i2ptunnel so that may answer my question
zzz
it's a list of the binary files you'll need to bundle to make it work
zzz
if you're not a java person this will be harder...
synergy3582
oh no i get that part i meant like "ok once i get the jar file what methods do I run" but it looks like you just construct it and do runHttpClient or runSocksClient and connect through that
zzz
like with most things you can do it programmatically or via config files
synergy3582
sounds good
zzz
probably easiest to start with a "base" directory with a i2ptunnel.config and clients.config file in it
zzz
router will migrate those to the "config" dir on first run
zzz
clients.config tells it to start i2ptunnel. i2ptunnel.config tells it to start the http proxy
zzz
if you want to start the proxy programmatically, you want TunnelController as the way in, you can peek at our zzzot plugin for an example