From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: manuel.schoelling@gmx.de Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id a79cdd29 for ; Fri, 16 Feb 2018 15:00:22 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id ef1ba454 for ; Fri, 16 Feb 2018 15:00:22 +0000 (UTC) Message-ID: <1518793634.23818.33.camel@gmx.de> Subject: Re: NetworkManager Plugin From: Manuel =?ISO-8859-1?Q?Sch=F6lling?= To: "Jason A. Donenfeld" , Maykel Moya Date: Fri, 16 Feb 2018 16:07:14 +0100 In-Reply-To: References: <7d5325a3-fa07-f67f-a31e-aadd44458d41@student.tuwien.ac.at> <5b85fcc4-4091-ce5d-7f4f-6dcee645f81d@student.tuwien.ac.at> <2a30ad28-1e5a-0fac-7db6-15b609e3b245@mmoya.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, On Fri, 2018-02-16 at 06:33 +0100, Jason A. Donenfeld wrote: > I think he's working on some wilder plugin that incorporates his DHT > stuff, which is a separate effort from Max's. My personal preference > is getting a lightweight but functional NetworkManager plugin out > there for users, that doesn't come with the baggage or bells&whistles > of the DHT. But for people using the DHT work, having the plugin for > that is undoubtedly useful. Yeah, I gave that presentation. The plugin I wrote is suppose to work for both: raw wireguard and my wireguard-p2p solution, that lets you circumvent the NAT and dyndns problems. I wrote it in Rust because I really did not go through all the pain with GTK that Max went through ;) My plugin comes independent of the DHT client (it just communicates with it via dbus if the DHT client is installed). However, it's written in Rust, so I don't think that it would be easy to get it accepted upstream.