Skip to content
/ uc Public

tool to write and read data to/from unix sockets

License

Notifications You must be signed in to change notification settings

christf/uc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uc

Introduction

uc will accept one line of text on stdin and write that to a unix socket. Afterwards uc will read and print the response from this unix socket until EOF.

Besides providing this functionality it is the goal of uc to be specifically light-weight.

Examples

uc can be used like this:

echo get_clients | uc /var/run/l3roamd.sock
echo | uc /var/run/fastd.sock

Contributing

uc is free software. Please feel free to contribute.

About

tool to write and read data to/from unix sockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published