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
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
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
0b382c3d59
bitbang module
2024-02-09 22:49:17 +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
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
21eddbde1c
pico hid bridge mode
2023-08-25 12:35:28 +03:00
Maxim Devaev
92c3620a86
mcu hid: optional power detecting on the hid device
2023-08-06 03:36:54 +03:00
Maxim Devaev
c96057772c
rp2040 hid
2023-08-03 05:47:27 +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
Maxim Devaev
a834c89ef3
copyright update
2023-05-27 12:41:22 +03:00
Maxim Devaev
f652eca9c2
refactoring
2023-03-07 23:54:05 +02:00
Maxim Devaev
ee3e224e39
new typing style
2022-09-04 18:08:40 +03:00
Maxim Devaev
e37a7254d5
using shield_fg() in atomic (now atomic_fg)
2022-08-07 19:35:08 +03:00
Maxim Devaev
caf1a89ec6
refactoring
2022-07-29 22:14:02 +03:00
Maxim Devaev
867412a6cd
renamed otg key to usb key
2022-07-22 04:36:54 +03:00
Maxim Devaev
32fb465ad4
fix
2022-04-12 15:30:36 +03:00
Maxim Devaev
f7634c5900
fixed logging
2022-04-06 13:11:50 +03:00
Maxim Devaev
3b56100fe2
otg hid: close device if udc is unbound
2022-04-01 06:48:00 +03:00
Maxim Devaev
17e140729e
refactoring
2022-04-01 02:53:10 +03:00
Maxim Devaev
17412be3fe
get rid of otgbind's cleanup and fixed hid for this
2022-03-31 05:41:08 +03:00
Maxim Devaev
c4ca7011bf
removed UsbDeviceController() class
2022-03-31 04:40:24 +03:00
Maxim Devaev
267aef7790
default values for the otg hid plugin
2022-03-27 23:58:29 +03:00
Maxim Devaev
8e2688d820
default values for the serial hid plugin
2022-03-27 23:54:26 +03:00
Maxim Devaev
1b3a2cc3f7
copyright bump
2022-01-07 16:39:02 +03:00
Maxim Devaev
1e98d9bd5d
python 3.10
2021-12-23 20:56:16 +03:00
Maxim Devaev
977c8a1ade
refactoring
2021-09-24 09:33:15 +03:00