You are browsing as a guest. Sign up (or log in) to start making projects!

2h 40m 58s logged

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

  1. I impelmented a simple interace in client, and create button controls for the Arrow Keys
  2. The client can now talk with the server and send data
  3. server recieves the data and use Enigo to 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

Below gif shows a demo

0
15

Comments 0

No comments yet. Be the first!