Lan Mouse Mobile Server #379
Replies: 15 comments
-
|
Very cool! Working out of the box 😃. Scrolling is a bit weird (seems like I just merged encryption support so you are going to have to add support for DTLS in case you want to adapt this to the latest version. |
Beta Was this translation helpful? Give feedback.
-
|
And one more suggestion: Tap + drag would be a nice feature, as in keep mouse 1 pressed in case it is immediately (within maybe 250ms) followed by a drag action until the drag is finished. |
Beta Was this translation helpful? Give feedback.
-
|
I added a link to your repo to the README |
Beta Was this translation helpful? Give feedback.
-
|
@feschber Thankyou for the feedbacks |
Beta Was this translation helpful? Give feedback.
-
|
Am having issue in implementing keyEvents, i tried implementing like this, but after sending these events |
Beta Was this translation helpful? Give feedback.
-
|
I recently fixed an issue with stuck keys on MacOS concerning modifier keys (CTRL / OPTION / CMD / CAPSLOCK / SHIFT). Did you check the latest version? Definitely possible there is still something wrong though |
Beta Was this translation helpful? Give feedback.
-
|
For encryption you dont really need to know anything other than the fact that its using DTLS v1.2 and a sha256 fingerprint for certificate verification. You can obtain a fingerprint through openssl using openssl x509 -in lan-mouse.pem -noout -sha256 -fingerprintwhere |
Beta Was this translation helpful? Give feedback.
-
|
Thankyou for the info, will implementing in new versions |
Beta Was this translation helpful? Give feedback.
-
|
@feschber Added Encryption support in V0.0.2 |
Beta Was this translation helpful? Give feedback.
-
|
That was fast! I'm impressed. And it's working flawlessly as well! I updated the REAMDE accordingly |
Beta Was this translation helpful? Give feedback.
-
|
Glad to hear it's working smoothly! it's always great when everything comes together seamlessly. Let me know if there’s anything else I can help with! |
Beta Was this translation helpful? Give feedback.
-
|
@feschber do you think using Flutter for Frontend can be an option for LanMouse ? |
Beta Was this translation helpful? Give feedback.
-
|
I intentionally designed lan-mouse in a way to make it easy to create new frontends. I don't want to replace the Gtk frontend, but I certainly dont have anything against a flutter frontend. |
Beta Was this translation helpful? Give feedback.
-
|
lan-mouse-ipc is responsible for the communication, if you want to have a look |
Beta Was this translation helpful? Give feedback.
-
|
I tried writing frontend in flutter, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As discussed in this comment, here is the LanMouse Mobile Server initial version:
LanMouse Mobile GitHub Repository
While a few features are still being worked on, it’s overall functioning well. I've tested it with the following setups:
You can download the test APK from the Releases section.
Feel free to check it out!
Beta Was this translation helpful? Give feedback.
All reactions