osx - Accessing a unix domain socket in Mac OS X -
i'm trying write (raw byte transfer, no fancy stuff) data unix domain socket in mac os x (10.6) terminal (bash).
socat not available , doesn not compile straight source in os x. according google versions of netcat support udss neither of these once compiled source:
http://netcat.sourceforge.net/
any ideas?
openbsd's nc supports -u
connect unix-domain sockets, , should reasonably portable. source in cvs (see anoncvs access), , debian has tarballs.
Comments
Post a Comment