You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the interactive session publish new message manually:
18
-
```
19
-
publish calimero-network/examples/chat/v0.0.1 ola
20
-
```
21
-
22
-
## Run locally with remote peer dial in
23
-
This examples shows how to run two sessions locally and connect sessions manually by dialing private remote peer from each session. For the gossip message to pass from one local session to second local session it needs to go "the long way" around (local -> remote -> local).
24
-
25
-
Additional info:
26
-
- Remote instance is running in a private subnet behind NAT.
- Remote instance address at the relay server: `ip4/3.71.239.80/udp/4001/quic-v1/p2p/12D3KooWAgFah4EZtWnMMGMUddGdJpb5cq2NubNCAD2jA5AZgbXF/p2p-circuit/p2p/12D3KooWP285Hw3CSTdr9oU6Ezz4hDoi6XS5vfDjjNeTJ1uFMGvp`
8
+
## Run
29
9
Run first chat session in interactive mode with remote peer dial.
0 commit comments