WebRTC Mesh Network Client

Signaling Server Client

Notes

Step 1: Connect to the signaling server to exchange WebRTC signaling messages.

Step 2: Get the list of available peer IDs to establish peer connections.

Step 3: Once a WebRTC peer connection is established, you can disconnect from the signaling server.


WebRTC Peer Connections

Peer Connections:

Notes

Note 1: This client is designed for WebRTC peer-to-peer communication.

Note 2: Peer connections are established via a signaling server. Make sure the signaling server is running and accessible.

Note 3: Use the message input field to send data messages between peers once the connection is established.

Note 4: If you face any issues with the connection, check the browser's console for error logs.

Send Message via Peer Connection

Logs