neotalk/tests/infra
Andros Fenollosa 907a0eeb55 Make the listen port configurable from the settings panel
Add a 'Your port' field in the settings panel: empty keeps local-network mode
with an ephemeral port, a value rebinds the TCP listener to a stable address
for dialing over a VPN. Active conversations survive the rebind. Adds
controller.set_listen_port and a rebindable transport.start(port).
2026-08-21 10:11:33 +02:00
..
__init__.py Initial neotalk: P2P encrypted chat over UDP discovery + TCP streaming 2026-08-21 09:16:07 +02:00
test_app_controller.py Make the listen port configurable from the settings panel 2026-08-21 10:11:33 +02:00
test_tcp_transport.py Initial neotalk: P2P encrypted chat over UDP discovery + TCP streaming 2026-08-21 09:16:07 +02:00
test_x25519_crypto.py Initial neotalk: P2P encrypted chat over UDP discovery + TCP streaming 2026-08-21 09:16:07 +02:00