@livedesk/client 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -3
- package/bin/livedesk-client.js +3 -0
- package/fast/win-x64/NAudio.Asio.dll +0 -0
- package/fast/win-x64/NAudio.Core.dll +0 -0
- package/fast/win-x64/NAudio.Midi.dll +0 -0
- package/fast/win-x64/NAudio.Wasapi.dll +0 -0
- package/fast/win-x64/NAudio.WinForms.dll +0 -0
- package/fast/win-x64/NAudio.WinMM.dll +0 -0
- package/fast/win-x64/NAudio.dll +0 -0
- package/fast/win-x64/mindexec-remote-fast.deps.json +131 -0
- package/fast/win-x64/mindexec-remote-fast.dll +0 -0
- package/fast/win-x64/mindexec-remote-fast.pdb +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,9 +27,10 @@ the matching callback URL to Supabase Auth redirect URLs.
|
|
|
27
27
|
|
|
28
28
|
The client registers the device, sends status heartbeats, can return
|
|
29
29
|
manager-requested thumbnails, can stream a focused view-only live screen, and
|
|
30
|
-
can receive safe task-only instructions.
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
can receive safe task-only instructions. The C# RemoteFast engine also supports
|
|
31
|
+
keyboard/mouse control, file transfer, and Windows system-audio loopback
|
|
32
|
+
playback. When file transfer is enabled by the manager, received files are saved
|
|
33
|
+
to `Desktop/LiveDeskFiles` unless the manager sets another destination folder.
|
|
33
34
|
|
|
34
35
|
By default, the launcher uses the packaged C# RemoteFast engine when supported.
|
|
35
36
|
It falls back to the Node engine for AI assist or when a compatible .NET runtime
|
|
@@ -41,6 +42,8 @@ Useful flags:
|
|
|
41
42
|
npx @livedesk/client 3
|
|
42
43
|
npx @livedesk/client --no-thumbnail
|
|
43
44
|
npx @livedesk/client --no-live
|
|
45
|
+
npx @livedesk/client --no-audio
|
|
46
|
+
npx @livedesk/client --files-dir "D:\LiveDeskFiles"
|
|
44
47
|
npx @livedesk/client --engine node
|
|
45
48
|
npx @livedesk/client --engine fast --trace-frames
|
|
46
49
|
npx @livedesk/client --auth-port 5200
|
package/bin/livedesk-client.js
CHANGED
|
@@ -45,6 +45,9 @@ Options:
|
|
|
45
45
|
--no-thumbnail Disable thumbnail capture capability.
|
|
46
46
|
--live Enable focused live screen streaming.
|
|
47
47
|
--no-live Disable focused live screen streaming.
|
|
48
|
+
--audio Enable remote PC audio playback when supported.
|
|
49
|
+
--no-audio Disable remote PC audio capture.
|
|
50
|
+
--files-dir <path> Default folder for received files.
|
|
48
51
|
--tasks Enable safe remote task inbox.
|
|
49
52
|
--no-tasks Disable remote task dispatch capability.
|
|
50
53
|
--login Sign in with Google and auto-discover manager.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -8,9 +8,91 @@
|
|
|
8
8
|
".NETCoreApp,Version=v9.0": {},
|
|
9
9
|
".NETCoreApp,Version=v9.0/win-x64": {
|
|
10
10
|
"mindexec-remote-fast/1.0.0": {
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"NAudio": "2.2.1"
|
|
13
|
+
},
|
|
11
14
|
"runtime": {
|
|
12
15
|
"mindexec-remote-fast.dll": {}
|
|
13
16
|
}
|
|
17
|
+
},
|
|
18
|
+
"NAudio/2.2.1": {
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"NAudio.Asio": "2.2.1",
|
|
21
|
+
"NAudio.Core": "2.2.1",
|
|
22
|
+
"NAudio.Midi": "2.2.1",
|
|
23
|
+
"NAudio.Wasapi": "2.2.1",
|
|
24
|
+
"NAudio.WinForms": "2.2.1",
|
|
25
|
+
"NAudio.WinMM": "2.2.1"
|
|
26
|
+
},
|
|
27
|
+
"runtime": {
|
|
28
|
+
"lib/net6.0-windows7.0/NAudio.dll": {
|
|
29
|
+
"assemblyVersion": "2.2.1.0",
|
|
30
|
+
"fileVersion": "2.2.1.0"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"NAudio.Asio/2.2.1": {
|
|
35
|
+
"dependencies": {
|
|
36
|
+
"NAudio.Core": "2.2.1"
|
|
37
|
+
},
|
|
38
|
+
"runtime": {
|
|
39
|
+
"lib/netstandard2.0/NAudio.Asio.dll": {
|
|
40
|
+
"assemblyVersion": "2.2.1.0",
|
|
41
|
+
"fileVersion": "2.2.1.0"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"NAudio.Core/2.2.1": {
|
|
46
|
+
"runtime": {
|
|
47
|
+
"lib/netstandard2.0/NAudio.Core.dll": {
|
|
48
|
+
"assemblyVersion": "2.2.1.0",
|
|
49
|
+
"fileVersion": "2.2.1.0"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"NAudio.Midi/2.2.1": {
|
|
54
|
+
"dependencies": {
|
|
55
|
+
"NAudio.Core": "2.2.1"
|
|
56
|
+
},
|
|
57
|
+
"runtime": {
|
|
58
|
+
"lib/netstandard2.0/NAudio.Midi.dll": {
|
|
59
|
+
"assemblyVersion": "2.2.1.0",
|
|
60
|
+
"fileVersion": "2.2.1.0"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"NAudio.Wasapi/2.2.1": {
|
|
65
|
+
"dependencies": {
|
|
66
|
+
"NAudio.Core": "2.2.1"
|
|
67
|
+
},
|
|
68
|
+
"runtime": {
|
|
69
|
+
"lib/netstandard2.0/NAudio.Wasapi.dll": {
|
|
70
|
+
"assemblyVersion": "2.2.1.0",
|
|
71
|
+
"fileVersion": "2.2.1.0"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"NAudio.WinForms/2.2.1": {
|
|
76
|
+
"dependencies": {
|
|
77
|
+
"NAudio.WinMM": "2.2.1"
|
|
78
|
+
},
|
|
79
|
+
"runtime": {
|
|
80
|
+
"lib/netcoreapp3.1/NAudio.WinForms.dll": {
|
|
81
|
+
"assemblyVersion": "2.2.1.0",
|
|
82
|
+
"fileVersion": "2.2.1.0"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"NAudio.WinMM/2.2.1": {
|
|
87
|
+
"dependencies": {
|
|
88
|
+
"NAudio.Core": "2.2.1"
|
|
89
|
+
},
|
|
90
|
+
"runtime": {
|
|
91
|
+
"lib/netstandard2.0/NAudio.WinMM.dll": {
|
|
92
|
+
"assemblyVersion": "2.2.1.0",
|
|
93
|
+
"fileVersion": "2.2.1.0"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
14
96
|
}
|
|
15
97
|
}
|
|
16
98
|
},
|
|
@@ -19,6 +101,55 @@
|
|
|
19
101
|
"type": "project",
|
|
20
102
|
"serviceable": false,
|
|
21
103
|
"sha512": ""
|
|
104
|
+
},
|
|
105
|
+
"NAudio/2.2.1": {
|
|
106
|
+
"type": "package",
|
|
107
|
+
"serviceable": true,
|
|
108
|
+
"sha512": "sha512-c0DzwiyyklM0TP39Y7RObwO3QkWecgM6H60ikiEnsV/aEAJPbj5MFCLaD8BSfKuZe0HGuh9GRGWWlJmSxDc9MA==",
|
|
109
|
+
"path": "naudio/2.2.1",
|
|
110
|
+
"hashPath": "naudio.2.2.1.nupkg.sha512"
|
|
111
|
+
},
|
|
112
|
+
"NAudio.Asio/2.2.1": {
|
|
113
|
+
"type": "package",
|
|
114
|
+
"serviceable": true,
|
|
115
|
+
"sha512": "sha512-hQglyOT5iT3XuGpBP8ZG0+aoqwRfidHjTNehpoWwX0g6KJEgtH2VaqM2nuJ2mheKZa/IBqB4YQTZVvrIapzfOA==",
|
|
116
|
+
"path": "naudio.asio/2.2.1",
|
|
117
|
+
"hashPath": "naudio.asio.2.2.1.nupkg.sha512"
|
|
118
|
+
},
|
|
119
|
+
"NAudio.Core/2.2.1": {
|
|
120
|
+
"type": "package",
|
|
121
|
+
"serviceable": true,
|
|
122
|
+
"sha512": "sha512-GgkdP6K/7FqXFo7uHvoqGZTJvW4z8g2IffhOO4JHaLzKCdDOUEzVKtveoZkCuUX8eV2HAINqi7VFqlFndrnz/g==",
|
|
123
|
+
"path": "naudio.core/2.2.1",
|
|
124
|
+
"hashPath": "naudio.core.2.2.1.nupkg.sha512"
|
|
125
|
+
},
|
|
126
|
+
"NAudio.Midi/2.2.1": {
|
|
127
|
+
"type": "package",
|
|
128
|
+
"serviceable": true,
|
|
129
|
+
"sha512": "sha512-6r23ylGo5aeP02WFXsPquz0T0hFJWyh+7t++tz19tc3Kr38NHm+Z9j+FiAv+xkH8tZqXJqus9Q8p6u7bidIgbw==",
|
|
130
|
+
"path": "naudio.midi/2.2.1",
|
|
131
|
+
"hashPath": "naudio.midi.2.2.1.nupkg.sha512"
|
|
132
|
+
},
|
|
133
|
+
"NAudio.Wasapi/2.2.1": {
|
|
134
|
+
"type": "package",
|
|
135
|
+
"serviceable": true,
|
|
136
|
+
"sha512": "sha512-lFfXoqacZZe0WqNChJgGYI+XV/n/61LzPHT3C1CJp4khoxeo2sziyX5wzNYWeCMNbsWxFvT3b3iXeY1UYjBhZw==",
|
|
137
|
+
"path": "naudio.wasapi/2.2.1",
|
|
138
|
+
"hashPath": "naudio.wasapi.2.2.1.nupkg.sha512"
|
|
139
|
+
},
|
|
140
|
+
"NAudio.WinForms/2.2.1": {
|
|
141
|
+
"type": "package",
|
|
142
|
+
"serviceable": true,
|
|
143
|
+
"sha512": "sha512-DlDkewY1myY0A+3NrYRJD+MZhZV0yy1mNF6dckB27IQ9XCs/My5Ip8BZcoSHOsaPSe2GAjvoaDnk6N9w8xTv7w==",
|
|
144
|
+
"path": "naudio.winforms/2.2.1",
|
|
145
|
+
"hashPath": "naudio.winforms.2.2.1.nupkg.sha512"
|
|
146
|
+
},
|
|
147
|
+
"NAudio.WinMM/2.2.1": {
|
|
148
|
+
"type": "package",
|
|
149
|
+
"serviceable": true,
|
|
150
|
+
"sha512": "sha512-xFHRFwH4x6aq3IxRbewvO33ugJRvZFEOfO62i7uQJRUNW2cnu6BeBTHUS0JD5KBucZbHZaYqxQG8dwZ47ezQuQ==",
|
|
151
|
+
"path": "naudio.winmm/2.2.1",
|
|
152
|
+
"hashPath": "naudio.winmm.2.2.1.nupkg.sha512"
|
|
22
153
|
}
|
|
23
154
|
}
|
|
24
155
|
}
|
|
Binary file
|
|
Binary file
|