I receive xy data from my network and i would like to control the mouse position using linux on wayland.
I've seen many source codes using X libs or X apps but it will not work on wayland. I also have a look on libinput and evedev but i don't find any code sample about how to create/simulate mouse.
Uinput is the answer.
And update: