mirror of
https://github.com/logos-messaging/pm.git
synced 2026-01-03 14:43:08 +00:00
758 B
758 B
Signal Network PoC FURPS
Functionality
- Establishes a direct connection between two peers using Waku as a signaling layer
Usability
- Developers have access to a simple API: single entry
connectfunction and event-based inbound handling.
Reliability
- End-to-end reliability is implemented for the signaling conversation.
- No provided reliability for established connections, left to the developer (e.g. keep alive).
Supportability
- Developers can use this protocol in web application, imported from npmjs.com.
- Developers can use this protocol to initiate WebRTC connections.
+ (Privacy, Anonymity, Deployments)
- Signaling payloads are end-to-end encrypted.
- STUN and TURN servers may be required for WebRTC usage.