Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 623 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 623 Bytes

This tool is meant to improve the overall experience in the practical part of my tutorials, by enabling the students to remotely use my computers keyboard.

##Model The communication protocol is build on top of web sockets. The JS Clients send keyboard events, or strings of text, to the Haskell server, which relays them to to all Mac clients. On the Mac the messages are turned into KeyboardEvents, or just pasted.

##Test An instance of the server is ruining at ws:https://tutorremote.madge.me:9160. The Webpage can be viewed at http:https://tutorremote.madge.me/.