Inter-Process Communication Daemon.
 
 
Go to file
Philippe PITTOLI b76453a123 Proxy: removing keepalive messages, and some code split. 2024-06-28 17:53:27 +02:00
src Proxy: removing keepalive messages, and some code split. 2024-06-28 17:53:27 +02:00
.gitignore IPCd: first commit. Basic switch. 2024-06-19 20:00:25 +02:00
README.md IPCd: first commit. Basic switch. 2024-06-19 20:00:25 +02:00
makefile ipc proxy 2024-06-27 03:46:18 +02:00
shard.yml ipc proxy 2024-06-27 03:46:18 +02:00

README.md

ipcd

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/ipcd/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors