Skip to content

feat: implement hs:// protocol and p2pmd app#115

Open
akhileshthite wants to merge 20 commits intomainfrom
feat/protocol-hs
Open

feat: implement hs:// protocol and p2pmd app#115
akhileshthite wants to merge 20 commits intomainfrom
feat/protocol-hs

Conversation

@akhileshthite
Copy link
Member

@akhileshthite akhileshthite commented Feb 9, 2026

A real-time peer-to-peer Markdown editor for writing notes and collaboration.

Learn more: https://github.com/p2plabsxyz/peersky-browser/tree/feat/protocol-hs/src/pages/p2p/p2pmd

Screenshot 2026-02-09 at 12 34 46 PM

@akhileshthite akhileshthite self-assigned this Feb 9, 2026
@akhileshthite akhileshthite added documentation Improvements or additions to documentation enhancement New feature or request protocol New protocol to support :// ipfs/ipns Related to ipfs protocol hyper Related to hyper protocol UI/UX Related to design labels Feb 9, 2026
@akhileshthite
Copy link
Member Author

akhileshthite commented Feb 9, 2026

⚠️ Known Limitations


Mobile: "localhost is not a valid IP address" (private/UDP rooms)

  1. On mobile Holesail clients, private (secure) and/or UDP rooms produce a "localhost is not a valid IP address" error. This is something with the Holesail mobile app; our server/host always binds to 127.0.0.1.

WhatsApp Image 2026-02-09 at 17 11 29

Mobile: Connection drops on iOS sleep

  1. When an iPhone goes to sleep, iOS suspends all background network connections, causing the Holesail tunnel to time out (connection timed out).
    On wake:
  • The Holesail mobile app needs to manually restart the client connection to re-establish its DHT tunnel. This is an iOS + Holesail app limitation, not something PeerSky can control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request hyper Related to hyper protocol ipfs/ipns Related to ipfs protocol protocol New protocol to support :// UI/UX Related to design

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant