joan2937 / pigpio

pigpio is a C library for the Raspberry which allows control of the General Purpose Input Outputs (GPIO).
The Unlicense
1.43k stars 403 forks source link

Add a Unix socket connection #591

Open smurfix opened 7 months ago

smurfix commented 7 months ago

Unix-domain sockets have less overhead than TCP. They also tend to work better on a system that's built without networking. ;-)

smurfix commented 7 months ago

Rebased onto develop branch.