mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
7eb5966f6f
Reimplement the Linux FIFO file server and client controls on Windows by using Named Pipes. The DDNet server/client acts as a named pipe server and receives messages. Messages can be posted to the named pipe server by connecting to it as a client. The named pipe client can for instance be controlled from the command line with PowerShell. The PowerShell script `scripts/send_named_pipe.ps1` is added for this purpose. For example the PowerShell command `./send_named_pipe.ps1 "testpipe" "echo a"` sends the command `echo a` to the pipe named `testpipe`. Multiple commands can be sent at the same time by separating them with semicolons or newlines. |
||
---|---|---|
.. | ||
android | ||
compile_libs | ||
languages | ||
check_dilate.sh | ||
check_header_guards.py | ||
check_identifiers.py | ||
checksum.py | ||
darwin_strip_rpath.py | ||
extract_identifiers.py | ||
fix_style.py | ||
gen_keys.py | ||
generate_fake_curl.py | ||
generate_unicode_confusables_data.py | ||
generate_unicode_tolower.py | ||
git_revision.py | ||
hash_passwords.py | ||
import_file_score.py | ||
integration_test.sh | ||
move_sqlite.py | ||
parse_drmingw.sh | ||
SDL_scancode.h | ||
send_named_pipe.ps1 | ||
tw_api.py | ||
unicode.py | ||
wordlist.py |