Are you familiar with Iroh's sendme? https://github.com/n0-computer/sendme
Is there a website for sendme? Or is this a cli tool?
Show HN: Open-source P2P file transfer
11–20 of 33 posts
Re: Show HN: Open-source P2P file transfer
#12Are you familiar with Iroh's sendme? https://github.com/n0-computer/sendme
Re: Show HN: Open-source P2P file transfer
#13My understanding is that the signaling server could be used as the perfect place to perform MITM attack. The README does not mention how berb addresses this concern at all.
Re: Show HN: Open-source P2P file transfer
#14Is it doing the ICE offer/answer exchange over websocket hosted on your server?
Re: Show HN: Open-source P2P file transfer
#15also check out localsend https://localsend.org/
Re: Show HN: Open-source P2P file transfer
#16Very cool. Do you mind adding license and contributing information to the project?
Re: Show HN: Open-source P2P file transfer
#17Is it doing the ICE offer/answer exchange over websocket hosted on your server?
Im not a js programmer but index.js has the line: "Signaling server running on http://localhost:${PORT} " -- is that what you're talking about? I think you're talking about the initial connection right? util.js also contains "copyToClipboard = (value) => {", not sure why that would be needed. and googletagmanager for tracking error/diagnostics I think? its hard to understand this code without learning the language lo…
As for analytics, you are exactly right. I need to know if people are using the app the way it was intended and soon need to add more events for errors. Though perhaps it is something I can maintain on a separate repo? idk, the goal for me was to truly make everything on berb.app open source. no hiding anything
Re: Show HN: Open-source P2P file transfer
#18https://github.com/dmotz/trystero is a one tool I've used to build these kinds of apps.
Re: Show HN: Open-source P2P file transfer
#19Connecting browsers directly is a fascinting area to explore in web development. It always goes a little haywire when punching thru NAT and I wish there was more research into what the best methods are. https://github.com/dmotz/trystero is a one tool I've used to build these kinds of apps.
Re: Show HN: Open-source P2P file transfer
#20Connecting browsers directly is a fascinting area to explore in web development. It always goes a little haywire when punching thru NAT and I wish there was more research into what the best methods are. https://github.com/dmotz/trystero is a one tool I've used to build these kinds of apps.
Do you think the AT protocol could ever work for this? I wish we had one centeralized scriptable method that was popular to enable ubiquitous discovery.