Skip to content

mxmanghi/unix_sockets

 
 

Repository files navigation

UNIX_SOCKETS

This package adds support for Unix domain sockets to Tcl.

Client

package require unix_sockets

set chan    [unix_sockets::connect /tmp/.foo]

Server

package require unix_sockets

proc accept chan {
    # As for socket channels
}

set listen  [unix_sockets::listen /tmp/.bar accept]

vwait ::forever

License

Licensed under the same terms as the Tcl Core

About

unix domain socket support for Tcl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Makefile 32.8%
  • Tcl 29.0%
  • C 21.4%
  • M4 15.5%
  • Meson 1.3%