dns resolving

This commit is contained in:
Ferdinand Schober
2022-09-16 15:43:27 +02:00
parent f2b48a38db
commit b4302c22b0
4 changed files with 564 additions and 9 deletions

View File

@@ -7,10 +7,11 @@ The protocol used for the virtual mouse driver is currently unstable and only su
Currently the mouse moves in a circle when receiving a(ny) udp packet on port 42069.
## TODOS:
## TODO
- [x] Capture the actual mouse events on the server side via a wayland client and send them to the client
- [x] Mouse grabbing
- [x] Window with absolute position (wlr\_layer\_shell?)
- [ ] DNS resolving
- [ ] Keyboard support
- [ ] Scrollwheel support
- [ ] Button support