Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do Wayland clients communicate with the server?

Tags:

x11

wayland

I know that the X window system protocol was based over a network, and this is how clients communicate with the X server. Now Wayland seeks to remove this network reliance.

My question is, how are Wayland clients supposed to communicate with the compositor? What is the medium for the protocol messages?

like image 674
Nishant George Agrwal Avatar asked Oct 25 '25 04:10

Nishant George Agrwal


1 Answers

https://wayland.freedesktop.org/docs/html/ch04.html#sect-Protocol-Wire-Format

The protocol is sent over a UNIX domain stream socket

like image 78
n. 1.8e9-where's-my-share m. Avatar answered Oct 27 '25 01:10

n. 1.8e9-where's-my-share m.