3

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?

Nishant George Agrwal
  • 2,059
  • 2
  • 12
  • 14

1 Answers1

3

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

The protocol is sent over a UNIX domain stream socket

meuh
  • 11,500
  • 2
  • 29
  • 45
n. m. could be an AI
  • 112,515
  • 14
  • 128
  • 243