Devlog 2
Magic
well in my last devlog in mentioned i wanted to improve code quality and modularity, but guess what its still spaghetti code.
But i did some other cool things
actully too cool
- I impelmented a simple interace in client, and create button controls for the
Arrow Keys - The client can now talk with the server and send data
- server recieves the data and use
Enigoto simulates key presses
So basically now i can contorl the keys of my laptop with phone over local network and that under 5ms latency
the flow is very simple
Client Sends data over websocket –> Rust appliaction listening to the socket recieves it –> formats the incoming data to decide the appropirate action –> uses Enigo to simulate Key presses
Next Target
- Improve code quality and modularity
- make the communication between client and rust app based on certain standards
- make more layouts for the client
- implement trackpad
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.