Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This is a simple proof of concept for a client sending controller data to a server using UDP

How to Build

zig build
zig version 0.16 must be used
All of the code is written with std.os.linux so it probably can only compile on linux.
The server exe is configured in build.zig to be for aarch64. Change line 112 in build.zig to the desired arch. For the your native arch change the line to .target = target.
The client exe is compiled for the native arch by default.

Running the program

Server:
./server

Client:
./client <destination>
This destination could either be the IP address (port not included) or an alias that is configured in ~/.ssh/config

This was only tested with a wired controller so it may or may not work with a wireless controller

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages