This website requires JavaScript.
Explore
Help
Sign in
archive
/
ipc-unix
Archived
Watch
1
Fork
You've already forked ipc-unix
0
Code
Releases
Packages
Activity
No description
This repository has been archived on
2023-03-26
. You can view files and clone it, but cannot push or open issues or pull requests.
7
commits
1
branch
0
tags
79
KiB
Python
95.6%
Shell
4.4%
498a871c70
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Jake Howard
498a871c70
Add basic client-server implementation
2018-12-07 20:35:34 +00:00
.circleci
Add test script
2018-12-07 14:03:19 +00:00
ipc_unix
Add basic client-server implementation
2018-12-07 20:35:34 +00:00
scripts
Add test script
2018-12-07 14:03:19 +00:00
tests
Add basic client-server implementation
2018-12-07 20:35:34 +00:00
.gitignore
Setup project
2018-12-07 13:54:46 +00:00
dev-requirements.txt
Setup project
2018-12-07 13:54:46 +00:00
README.md
Add readme
2018-12-07 14:07:35 +00:00
setup.py
Setup project
2018-12-07 13:54:46 +00:00
README.md
IPC-Unix
Simple Inter-Process Communication using unix sockets for Python.