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
Maxim Devaev
d93639ba8d
hid with granularity prototype
2024-11-03 18:28:28 +02:00
Maxim Devaev
d6b61cb407
refactoring
2024-11-02 14:26:39 +02:00
Maxim Devaev
cda32a083f
new events model
2024-10-21 17:46:59 +03:00
Maxim Devaev
7a53f14456
refactoring
2024-09-18 04:37:43 +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
8e2a528418
ch9329: reconnect logic
2023-07-31 01:53:33 +03:00
Maxim Devaev
2e6f0da141
ch9329: fixed int to byte conversion
2023-07-10 03:02:28 +03:00
Maxim Devaev
2730b11840
ch9329: using bytes instead of list[int]
2023-07-10 03:02:28 +03:00
Maxim Devaev
ce81c872ea
ch9329: fixed mac issue (thanks @jacobb)
2023-07-10 03:02:28 +03:00
Maxim Devaev
5a36dec615
ch9329: removed unused params
2023-07-10 03:02:28 +03:00
Maxim Devaev
ee9ff3cd46
ch9329: fixed checksum
2023-07-10 03:02:28 +03:00
Maxim Devaev
be4269fe61
refactoring
2023-07-10 03:02:28 +03:00
Maxim Devaev
c584302587
ch9329: fixed rel mouse
2023-07-10 03:02:28 +03:00
Maxim Devaev
ddfe21d2b0
ch9329: fixed abs mouse
2023-07-10 03:02:28 +03:00
Maxim Devaev
ecf3faf984
refactoring
2023-07-10 03:02:28 +03:00
jacobbar
4220fe5908
fixes ch9329 plugin multiple keyboard keys ( #123 )
...
* Add ch9329 plugin
---------
Co-authored-by: Maxim Devaev <mdevaev@gmail.com>
2023-07-10 03:02:28 +03:00
jacobbar
6689008840
Adds CH9329 Serial to HID Plugin Support ( #122 )
...
* Add ch9329 plugin
* refactoring ch9329
* refactor ch9329 and cleanup
* refactoring
* fixing lint errors
* clarifying list type
* fix mouse multiple buttons
* remove unused var
---------
Co-authored-by: Maxim Devaev <mdevaev@gmail.com>
2023-07-10 03:02:28 +03:00
jacobbar
6e24efc81e
Add CH9329 Serial to HID support ( #121 )
...
* Add ch9329 plugin
* refactoring ch9329
* refactor ch9329 and cleanup
* refactoring
* fixing lint errors
* clarifying list type
2023-07-10 03:02:28 +03:00