[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question collaborative editing - tools to connect
From: |
Qiantan Hong |
Subject: |
Re: Question collaborative editing - tools to connect |
Date: |
Sat, 31 Oct 2020 04:16:57 +0000 |
I wrote some experimental elisp (haven’t pushed but I
should finish it by this weekend) to automatically proxy
the connection over tuntox. It’s pretty fast after
the connection is established, but can take about 10s
to establish the connection even if I’m connecting from
localhost to localhost.
Also, seems that it doesn’t drop the connection to server
even if the client close the connection.
Server Emacs -1- tuntox -???- tuntox -2- Client Emacs
when TCP connection 2 closes, nothing happen to TCP
connection 1.
Maybe this is not a big deal anyway, I can easily add a
command to kill connection manually on the server.
> On Oct 28, 2020, at 12:29 PM, Jean Louis <bugs@gnu.support> wrote:
>
> * Qiantan Hong <qhong@mit.edu> [2020-10-26 23:37]:
>> ngrok is free software I think, both server and client
>> side. However last time I check it myself it does
>> seems that you need to sign up to use TCP tunnel
>> on their official servers and the sign up page require
>> non-free JS. That’s why I didn’t mention it in my documentation.
>
> SSH is easiest
>
>
> 3 stunnel -- should be accompanied with SSH
> =========
>
> Beschreibung : A program that allows you to encrypt arbitrary TCP
> connections inside SSL, with libressl and OpenRC support URL :
> <https://www.stunnel.org/>
>
>
> 4 tuntox
> ========
>
> Beschreibung : Tunnel TCP connections over the Tox protocol, with
> logger recommendation and OpenRC support URL :
> <https://github.com/gjedeer/tuntox>
>
>
> 1 iodine
> ========
>
> Name : iodine Beschreibung : Tunnel IPv4 data through a DNS server URL
> : <http://code.kryo.se/iodine>
>
> It can be used through DNS, very handy when mobile data is out of
> credit but one has access to DNS system. Works with many
> providers. That would be collaborative avoidance of Internet fees.
>
>
> 2 ptunnel
> =========
>
> Beschreibung : A tool for reliably tunneling TCP connections over ICMP
> echo request and reply packets URL :
> <http://www.cs.uit.no/~daniels/PingTunnel>
>
> Similar like above iodined.
>
>
> --
> Jean Louis
smime.p7s
Description: S/MIME cryptographic signature
- Re: Question collaborative editing - tools to connect, (continued)
- Re: Question collaborative editing - tools to connect, Qiantan Hong, 2020/10/28
- Re: Question collaborative editing - crdt.el, does it use SSL?, Jean Louis, 2020/10/28
- Re: Question collaborative editing - crdt.el, does it use SSL?, Qiantan Hong, 2020/10/28
- Re: Question collaborative editing - crdt.el, does it use SSL?, Jean Louis, 2020/10/28
- Re: Question collaborative editing - crdt.el, does it use SSL?, Qiantan Hong, 2020/10/28
- Re: Question collaborative editing - crdt.el, does it use SSL?, Jean Louis, 2020/10/29
- Re: Question collaborative editing - torify emacs, Jean Louis, 2020/10/28
- Re: Question collaborative editing - torify emacs, Qiantan Hong, 2020/10/28
- Re: Question collaborative editing - torify emacs, Jean Louis, 2020/10/28
- Re: Question collaborative editing - tools to connect, Richard Stallman, 2020/10/29
- Re: Question collaborative editing - tools to connect,
Qiantan Hong <=
- Re: Question collaborative editing - tools to connect, Jean Louis, 2020/10/31
- Re: Question collaborative editing - Wikipedia reference, Jean Louis, 2020/10/26
- Re: Question collaborative editing - Wikipedia reference, Eli Zaretskii, 2020/10/05
- Re: Question collaborative editing - Wikipedia reference, Richard Stallman, 2020/10/04
- Re: Question collaborative editing - Wikipedia reference, Aurélien Aptel, 2020/10/20
- Re: Question collaborative editing - Wikipedia reference, Jean Louis, 2020/10/26
- Re: Question collaborative editing - Wikipedia reference, Eli Zaretskii, 2020/10/26
- too many, Jean Louis, 2020/10/27
- Re: Question collaborative editing - Wikipedia reference, Richard Stallman, 2020/10/28
- Re: Question collaborative editing - Wikipedia reference, Eli Zaretskii, 2020/10/28