polovik / notikeys

MIT License
1 stars 0 forks source link

Simplify Thunderbird plugin #29

Open polovik opened 8 years ago

polovik commented 8 years ago

is XPCOM forbidden? https://developer.mozilla.org/en-US/Add-ons/SDK/Low-Level_APIs/system_child_process

polovik commented 8 years ago

http://unix.stackexchange.com/questions/26715/how-can-i-communicate-with-a-unix-domain-socket-via-the-shell-on-debian-squeeze /tmp/NOTIKEYS_PLUGINS_SOCKET

Socat version

echo -e "GET /images/json HTTP/1.1\r\n" | socat unix-connect:/var/run/docker.sock STDIO

nc version (netcat-freebsd)

echo -e "GET /images/json HTTP/1.0\r\n" | nc -U /var/run/docker.sock