Skip to content

Commit 8454004

Browse files
mstarostikMalte Starostik
andauthored
Added Plugin remote_connection (#1383)
Co-authored-by: Malte Starostik <info@stellaware.de>
1 parent b6552b6 commit 8454004

4 files changed

Lines changed: 43 additions & 0 deletions

File tree

_plugins/remote_connection.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: plugin
3+
4+
id: remote_connection
5+
title: OctoPrint-Remote_connection
6+
description: Connect to devices attached to another host via Serial over IP
7+
authors:
8+
- Malte Starostik
9+
license: AGPL-3.0-or-later
10+
11+
date: 2025-07-13
12+
13+
homepage: https://github.com/mstarostik/OctoPrint-Remote_connection
14+
source: https://github.com/mstarostik/OctoPrint-Remote_connection
15+
archive: https://github.com/mstarostik/OctoPrint-Remote_connection/archive/main.zip
16+
17+
follow_dependency_links: false
18+
19+
tags:
20+
- connection
21+
- network
22+
23+
screenshots:
24+
- url: /assets/img/plugins/remote_connection/settings.png
25+
alt: Remote Connection Settings
26+
caption: Remote Connection Settings
27+
- url: /assets/img/plugins/remote_connection/connecting.png
28+
alt: Connection Widget With Remote Connection
29+
caption: Connection Widget With Remote Connection
30+
- url: /assets/img/plugins/remote_connection/connection_established.png
31+
alt: Remote Connection Established
32+
caption: Remote Connection Established
33+
34+
featuredimage: /assets/img/plugins/remote_connection/settings.png
35+
36+
compatibility:
37+
python: ">=3,<4"
38+
39+
attributes: []
40+
41+
---
42+
43+
If you want to connect to a device connected to a different machine than you run OctoPrint on, this plugin is for you. You can add remote connections to the serial ports OctoPrint knows about and thus transparently access such a device as if it was plugged into your OctoPrint machine.
52.3 KB
Loading
176 KB
Loading
328 KB
Loading

0 commit comments

Comments
 (0)