https://github.com/marsupilami79/delphipipes
Russel Libby's named pipes for Delphi as found on Francois Piette's blog on http://francois-piette.blogspot.com/2013/04/inter-process-communication-using-pipes.html
https://github.com/marsupilami79/delphipipes
delphi named-pipes
Last synced: 7 months ago
JSON representation
Russel Libby's named pipes for Delphi as found on Francois Piette's blog on http://francois-piette.blogspot.com/2013/04/inter-process-communication-using-pipes.html
- Host: GitHub
- URL: https://github.com/marsupilami79/delphipipes
- Owner: marsupilami79
- License: other
- Created: 2021-06-24T21:27:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T08:45:49.000Z (about 2 years ago)
- Last Synced: 2025-01-22T17:46:53.018Z (9 months ago)
- Topics: delphi, named-pipes
- Language: Pascal
- Homepage:
- Size: 98.6 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Origin of this code
This code was found on http://francois-piette.blogspot.com/2013/04/inter-process-communication-using-pipes.html.# Changes
I changed the directory structure of the code, so it is more obvious where to look for certain types of files.# Licensing
On his home page Russel stated:All are welcome, and everything is free...
See https://web.archive.org/web/20100217071614/http://home.roadrunner.com/~rllibby/index.html
So I can only assume that he wanted his code to be in the public domain.
I assume something similar for for Francois-Piette's code.