mofeng-git
7b3335ea94
Add support for PiKVM Switch and related features
...
This commit introduces several new components and improvements:
- Added Switch module with firmware update and configuration support
- Implemented new media streaming capabilities
- Updated various UI elements and CSS styles
- Enhanced keyboard and mouse event handling
- Added new validators and configuration options
- Updated Python version support to 3.13
- Improved error handling and logging
2025-02-01 01:08:36 +00:00
mofeng-git
b8ddf7c2da
增加快速文件互传功能(基于 MSD)
...
为 MSD 路径添加配置选项
为 文件镜像名称添加配置选项
修复 make 测试环境
2024-11-22 17:40:55 +00:00
mofeng-git
eec64ef57c
Merge remote-tracking branch 'upstream/master'
2024-11-20 15:18:34 +00:00
mofeng-git
6928fab16c
Revert "初步的 kvmd 国际化(汉化)支持"
...
This reverts commit 20927c7226b1860f94299bd157f73c08ba950dda.
2024-11-20 12:44:59 +00:00
mofeng-git
433232c845
Revert "进一步的 kvmd 国际化(汉化)支持"
...
This reverts commit 5b25b3661f28deda2d836f970387465ebfd6896a.
2024-11-20 12:44:59 +00:00
mofeng-git
b419641251
Revert "进一步的 kvmd 国际化(汉化)支持,添加配置入口"
...
This reverts commit 35397c54143f3dba89bebc4e30bc09b0804b5798.
2024-11-20 12:44:59 +00:00
mofeng-git
72dce4de89
#46 修复 CD-ROM 与 FLASH 模式网页无法切换
...
挂载 MSD 时重启 UDC 确保模式生效
2024-11-05 17:54:38 +00:00
Maxim Devaev
d93639ba8d
hid with granularity prototype
2024-11-03 18:28:28 +02:00
Maxim Devaev
0fd1174bc5
granularity info and minor fixes
2024-11-02 18:06:52 +02:00
Maxim Devaev
d6b61cb407
refactoring
2024-11-02 14:26:39 +02:00
Maxim Devaev
deba110cdf
partial msd events
2024-11-02 10:39:15 +02:00
Maxim Devaev
47778bc48c
msd: ftruncate() for uploading
2024-10-29 19:50:27 +02:00
Maxim Devaev
c02bc53bc4
msd: reload parts from inotify loop
2024-10-29 13:35:39 +02:00
Maxim Devaev
546ac24b93
msd reset now leads to inotify restart
2024-10-29 11:01:18 +02:00
Maxim Devaev
2195acf2ff
Don't watch inotify modify events because they fires on every write()
2024-10-28 17:20:13 +02:00
Maxim Devaev
60f413c1f4
refactoring
2024-10-28 10:46:12 +02:00
Maxim Devaev
a84242c9bc
AioExclusiveRegion API is sync now
2024-10-26 15:51:33 +03:00
Maxim Devaev
399712c684
refactoring
2024-10-24 03:05:46 +03:00
Maxim Devaev
cda32a083f
new events model
2024-10-21 17:46:59 +03:00
Maxim Devaev
b67a232584
copy some msd dicts to avoid changing
2024-10-19 09:25:20 +03:00
mofeng-git
507c46b986
MSD 支持运行目录存放镜像
2024-10-05 14:31:23 +00:00
Maxim Devaev
7a53f14456
refactoring
2024-09-18 04:37:43 +03:00
mofeng-git
5f7f8d58ed
a fix
2024-09-01 02:38:00 +00:00
Maxim Devaev
3837e1a1c8
Simplified inotify API
2024-08-25 01:24:12 +03:00
Maxim Devaev
c9405efa05
lint fix
2024-08-19 01:06:00 +03:00
mofeng-git
35397c5414
进一步的 kvmd 国际化(汉化)支持,添加配置入口
...
yaml 配置示例:
```
languages:
console: zh
web: zh
```
2024-08-14 22:54:12 +08:00
mofeng-git
5b25b3661f
进一步的 kvmd 国际化(汉化)支持
2024-08-12 22:58:01 +08:00
mofeng-git
20927c7226
初步的 kvmd 国际化(汉化)支持
...
1. 添加汉化文件
2. 添加 Lanuages().gettext 函数处理字符替换
3. 修改相关字符串调用
2024-08-06 21:45:16 +08:00
Maxim Devaev
ea285e3fec
lint fix
2024-07-08 05:37:53 +03:00
Maxim Devaev
01fff2c7a9
lint fix
2024-05-18 14:33:59 +03:00
Maxim Devaev
1c50c873c3
added noyito pseudo-hid relay
2024-05-12 04:42:11 +03:00
Maxim Devaev
ceebac9485
style fix
2024-04-16 00:37:50 +03:00
aastein
039348a0d9
add parameter for mouse jiggler interval ( #165 )
...
* add jiggler_interval
* Update __init__.py
2024-04-16 00:33:49 +03:00
Maxim Devaev
ce62d711c1
updated copyright date
2024-03-22 16:02:55 +02:00
Maxim Devaev
88fae53541
refactoring
2024-03-15 22:29:03 +02:00
Andrew Rabert
b9c47126ab
Add Extron USB & VGA plugin ( #162 )
2024-03-15 22:26:38 +02:00
Maxim Devaev
0b382c3d59
bitbang module
2024-02-09 22:49:17 +02:00
Maxim Devaev
af9c2f1f59
Issue pikvm/pikvm#1235 : Fixed gadgets on UDC re-bind
...
After unbind and bind, the gadgets stop working,
unless we recreate their links in the profile.
Some kind of kernel bug.
2024-02-05 16:04:28 +02:00
Maxim Devaev
860fb03cf8
Another XH switch variation support
...
Co-authored-by: lumascet
2024-02-01 22:10:59 +02:00
Maxim Devaev
e28dec4e33
libgpiod 2.x api
2024-01-14 22:25:09 +02:00
Maxim Devaev
5241c0c579
improved jiggler
2023-10-30 18:20:57 +02:00
Maxim Devaev
981309d886
option to activate jiggler by default
2023-10-30 15:54:03 +02:00
Maxim Devaev
1f5ef39135
pikvm/pikvm#1116 : fixed tesmart lag, making new tcp connection on every request
2023-10-26 22:10:46 +03:00
Maxim Devaev
1adf5c40cc
disabled jiggler by default
2023-10-26 19:22:00 +03:00
Maxim Devaev
7bb5531100
option to disable jiggler
2023-10-26 08:28:18 +03:00
Maxim Devaev
4038754c37
pikvm/pikvm#57 : Mouse jiggler
2023-10-23 08:10:19 +03:00
Maxim Devaev
cfc556f412
extra isinstance check
2023-09-28 02:09:57 +03:00
Vladimir Sukhonosov
0c4d21f204
check group name in ldap result ( #150 )
2023-09-28 01:52:30 +03:00
Maxim Devaev
21eddbde1c
pico hid bridge mode
2023-08-25 12:35:28 +03:00
Maxim Devaev
61de01d892
msd: using .incomplete files instead of .complete
2023-08-19 06:21:32 +03:00