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
Trying to use trystero on mobile network to control a simple light switch(homeassistant bridge in the future). https://plutphil.github.io/trysteroswitch/https://github.com/plutphil/trysteroswitch but it doesn't work. p2p connections are difficult on mobile because of CG NAT (carrier grade network address translation) which blocks all p2p traffic. packets from different ip than expected, the first outgoing packet sets this ip, connection packet, event with udp.
I tried all free strategies. but none work.
I think it will only work with TURN. I once had TURN running with trystero on some random GitTea Server.
Can we use Nostr as TURN Server? Or am i missing something. Is it only used for peer finding?
The text was updated successfully, but these errors were encountered:
Trying to use trystero on mobile network to control a simple light switch(homeassistant bridge in the future). https://plutphil.github.io/trysteroswitch/ https://github.com/plutphil/trysteroswitch but it doesn't work. p2p connections are difficult on mobile because of CG NAT (carrier grade network address translation) which blocks all p2p traffic. packets from different ip than expected, the first outgoing packet sets this ip, connection packet, event with udp.
I tried all free strategies. but none work.
I think it will only work with TURN. I once had TURN running with trystero on some random GitTea Server.
Can we use Nostr as TURN Server? Or am i missing something. Is it only used for peer finding?
The text was updated successfully, but these errors were encountered: