printctl 0.1.0

A reverse proxy for serial devices over the network, purpose-built for managing 3D printing clusters at scale.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# All settings are optional; these are the default values.
[discovery]
# Name of the printctl node, defaults to hostname
name = "client"

[server]
# The address the server will bind to
grpc_addr = '0.0.0.0'
# The port the server will listen on
grpc_port = 50051

[ui]
# Toggle dashboard web app
use_web = true
# The address the dashboard web app will bind to
http_addr = '0.0.0.0'
# The port the dashboard web app will listen on
http_port = 8080