glreno / rvkybard

rrvkb - Remote Retro Virtual Keyboard
Apache License 2.0
1 stars 0 forks source link

Linux keyboard driver #38

Open glreno opened 4 weeks ago

glreno commented 4 weeks ago

It's kinda silly to plug a raspberry pi into a computer that is completely capable of running a web server itself. Especially another raspberry pi.

Modify the rrvkb backend server to work with a Linux keyboard driver instead of USB.

This probably implies moving to Jetty instead of Tomcat, so that it doesn't interfere with any other servers on the system.

It definitely implies moving to a more modern version of Java. Not to mention working with the actual Linux password system.