Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5664
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Stefan Behnel <python-de@behnel.de> |
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Suche connection Broker um remote/interne Verbindung aufzubauen |
| Date | Fri, 2 Oct 2020 15:52:23 +0200 |
| Lines | 18 |
| Message-ID | <mailman.1193.1601647825.9580.python-de@python.org> (permalink) |
| References | <6e47348e-97fb-61aa-437a-bc3beba251af@redcor.ch> <4052c768-843f-4bce-88ce-28a6bcfdd4f7@behnel.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de SZLWWfbLJoaLVPYBorlsGQYIDy80qHOqxIHLwjizkbzg== |
| Return-Path | <python-de@behnel.de> |
| X-Original-To | python-de@python.org |
| Delivered-To | python-de@mail.python.org |
| Authentication-Results | mail.python.org; dkim=pass reason="2048-bit key; unprotected key" header.d=behnel.de header.i=@behnel.de header.b=H/huFNz2; dkim-adsp=pass; dkim-atps=neutral |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; t=1601647823; s=strato-dkim-0002; d=behnel.de; h=In-Reply-To:Date:Message-ID:From:References:To:Subject: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=JP2tbMD+NGZa7+hswAJuMdWKnfrQZ7fCsXh5AnFGFkk=; b=H/huFNz2RYukLRCSnd6ZYdxqeAaDmyE/dbbheOzVVBvDC4kMlV2JxZV9X+W26RREzD /XvOZVFdaIpPEbb/cQdfF9T91VAJv3WRhwIl37B4rx7IgvDVf50UfbVEu2V1v65iJRTM 4vpC0YFLVnWQ8rtatAYwIhVjq009yO0FePMLdVNJPpJyi/wQroUH8sTYIAbFIVGm4JG4 eTeNDUiMV8HEqacq/sGhgPMD+Hy4SoAJ/0Wnq4nP3pQqtsdnnho2qNwBOH6VyQRHz01D BZEjkpkFlNyP24h8Xy9q+sGFJUAXWp4z+yb58DGIreTVgBsNCkLLk/cogYqtffsAGTOo 4jxQ== |
| X-RZG-AUTH | ":E1MMdFW4b++AXZOTwA41DOYM0Dv9LNWvavC/fJZ6Wfgmp/Lh1ANWCRaaq2R1hHsoZh74ArcRj68W9onHbRWJoVSRbj3h/09yFyu/VTyaLkv5VZ4=" |
| X-RZG-CLASS-ID | mo00 |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
| In-Reply-To | <6e47348e-97fb-61aa-437a-bc3beba251af@redcor.ch> |
| Content-Language | de-DE |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.34 |
| Precedence | list |
| List-Id | Die Deutsche Python Mailingliste <python-de.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-de/> |
| List-Post | <mailto:python-de@python.org> |
| List-Help | <mailto:python-de-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <4052c768-843f-4bce-88ce-28a6bcfdd4f7@behnel.de> |
| X-Mailman-Original-References | <6e47348e-97fb-61aa-437a-bc3beba251af@redcor.ch> |
| Xref | csiph.com de.comp.lang.python:5664 |
Show key headers only | View raw
Hallo Robert! robert rottermann schrieb am 02.10.20 um 15:36: > Ich möchte einen Raspery von einem beliebigen Ort im Internet erreichen > können. > > Dazu möchte ich ähnlich wie bei Teamviewer , skype & co eine Verbindung mit > Hilfe von einem "Broker", d.h. einem Server-Prozess im Internet eine > Verbindun aushandeln. > > Anschliessend sollte die Verbindung ohne Hilfe des Brokers funktionieren. > > Kann mir ein (möglichst Python-basiertes) Tool, Library usw empfehlen. Kannst du nicht einfach an deinem DSL-Router (oder worüber auch immer du ans Internet kommst) einen Port freigeben? Stefan
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] Suche connection Broker um remote/interne Verbindung aufzubauen Stefan Behnel <python-de@behnel.de> - 2020-10-02 15:52 +0200
csiph-web