IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2025/12/20
@eyedeekay
&zzz
+FreefallHeavens
+R4SAS
+RN_
+Romster_
+StormyCloud
+acetone
+cims
+eche|off
+hagen
+nilbog
+nyaa2pguy
+orignal
+postman
+qend-irc2p
+snex
+synergy3582
Arch
Danny
Holmes
Irc2PGuest14026
Irc2PGuest26254
Irc2PGuest27914
Irc2PGuest28384
Irc2PGuest32236
OfficialCIA
Onn4l7h
Onn4|7h
Over
Sleepy
T3s|4_
U1F642
Zapek2
aargh4
ac9f
ahiru
ananas_
anontor
dr4wd3
eyedeekay_
eyedeekay_bnc
leopold
mahlay
makoto
marek
n2_
newbie|2
not_bob_afk2
poriori
profetikla
r00tobo
rapidash
test7363673
uop23ip
urist_
x74a6
zelgomer
orignal zzz, if I want to implement built-in torrent can I use name snark?
zzz snark was a clearnet torrent client that jrandom modified into i2psnark
zzz after the Lewis Carroll book 'The Hunting of the Snark', author of Alice in Wonderland
zzz 1876
orignal I meant I want to rewrite i2psnark to C++
orignal and call streams directly
zzz then you'd have to meet the licensing requirements for i2psnark
zzz you may find it easier to start from an existing c++ client, not sure
orignal why? if I want to rewrite it from scratch
orignal just the same protocol
zzz the i2p-specific parts of the code are small
orignal then whole idea that i2psnark communicates with streams rather than sockets
zzz our stream sockets look like standard sockets, more or less
orignal you know why people prefer snark vs. other i2p torrents?
zzz not sure they do
orignal they do
orignal because snark is only clinet where no possible leak to clearnet
orignal it works though i2p only
zzz jeff's XD too
orignal nobody uses it
orignal because it's dead
zzz not really
orignal I guess you send block of data to i2p dest through a stream without itremdiate socket
zzz it's an I2PSocket
zzz but yeah, direct, we don't go out-and-in to the JVM
orignal meaning what?
orignal that's what I need. direct communition with i2p
zzz meaning if a programmer knows java sockets, switching to I2PSockets isn't hard
orignal how? you need to use i2p addresses rather than I2P
zzz yeah but that's minor
orignal I don't see too much code in snark
zzz it's not too bad
orignal yes, would be easy to implemnet
orignal ofc, without web UI