-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemaster-metadata.json
More file actions
70 lines (70 loc) · 2.68 KB
/
Copy pathcodemaster-metadata.json
File metadata and controls
70 lines (70 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"schema_version": 1,
"publisher": "jan-tdy",
"repo": "devcontrolenterpise",
"homepage": "https://github.com/jan-tdy/devcontrolenterpise",
"apps": [
{
"id": "devcontrol-krytka",
"name": "DevControl – Telescope Cover",
"tagline": "Motorised dome cover controller",
"description": "PyQt5 desktop GUI for controlling a motorised dome cover at an astronomical observatory. The cover is driven by a servo motor connected to a Raspberry Pi Pico over USB serial.",
"category": "Astronomy",
"version": "2026.6_1.0",
"author": "JapySoft TDY",
"icon": "Krytka01/logo.png",
"subdir": "Krytka01",
"entrypoint": "devcontrol.py",
"run": "python3 devcontrol.py",
"requirements": "requirements.txt",
"update_method": "sync",
"maintained": true
},
{
"id": "devcontrol-astrofoto",
"name": "DevControl – Astrofoto",
"tagline": "Observatory control for the Astrofoto pavilion",
"description": "Control suite for managing hardware (power strips, roof, cameras) for the Astrofoto pavilion at Vihorlat Observatory.",
"category": "Astronomy",
"version": "1.0.0",
"author": "JapySoft TDY",
"icon": "Astrofoto/logo.png",
"subdir": "Astrofoto",
"entrypoint": "Astrofoto.py",
"run": "python3 Astrofoto.py",
"update_method": "sync",
"maintained": false
},
{
"id": "devcontrol-c14",
"name": "DevControl – Atacama (C14)",
"tagline": "Power, roof, RTSP & WOL for the C14 pavilion",
"description": "Provides power strip control, roof automation, RTSP camera streaming and Wake-on-LAN support for the Atacama (C14) pavilion at Vihorlat Observatory. Targets Ubuntu 24.04.",
"category": "Astronomy",
"version": "1.0.0",
"author": "JapySoft TDY",
"icon": "C14/logo.png",
"subdir": "C14",
"entrypoint": "C14.py",
"run": "python3 C14.py",
"update_method": "sync",
"maintained": false
},
{
"id": "devcontrol-dslr",
"name": "DevControl – DSLR Sequencer",
"tagline": "DSLR astrophotography sequencer (gphoto2)",
"description": "PyQt6 GUI for controlling DSLR cameras (tested with Canon 6D) during deep-sky astrophotography sessions. Wraps gphoto2 to manage connections over USB or WiFi (PTP/IP), with a night-vision-safe dark theme.",
"category": "Photography",
"version": "2026.4_1.3",
"author": "JapySoft TDY",
"icon": null,
"subdir": "DSLR_supported",
"entrypoint": "devcontrol_dslr.py",
"run": "python3 devcontrol_dslr.py",
"requirements": "requirements.txt",
"update_method": "sync",
"maintained": true
}
]
}