mirror of
https://github.com/SantaSpeen/winConnect.git
synced 2026-04-11 10:26:05 +00:00
Add pypi realise
This commit is contained in:
25
README.md
25
README.md
@@ -1,5 +1,5 @@
|
||||
# winConnect (Windows Only)
|
||||
Communication Client->Daemon via NamedPipe
|
||||
Communicate Client-Server via Windows NamedPipe
|
||||
|
||||
## ToDo:
|
||||
|
||||
@@ -11,10 +11,21 @@ Communication Client->Daemon via NamedPipe
|
||||
- [ ] Add support for encryption
|
||||
- [ ] Add support for multiple clients
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
This is a simple client-server communication system for Windows. The client and server communicate via a named pipe. The client sends a message to the server, and the server responds with a message. The client and server can be run on the same machine or on different machines.
|
||||
|
||||
## Installation
|
||||
|
||||
To install the package, use the following command:
|
||||
|
||||
```bash
|
||||
|
||||
pip install winConnect
|
||||
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
You can find examples in the [examples](examples) directory.
|
||||
@@ -52,18 +63,6 @@ with connector as conn:
|
||||
print(conn.read_pipe())
|
||||
```
|
||||
|
||||
[//]: # (## Installation)
|
||||
|
||||
[//]: # ()
|
||||
[//]: # (To install the package, use the following command:)
|
||||
|
||||
[//]: # ()
|
||||
[//]: # (```bash)
|
||||
|
||||
[//]: # (pip install winConnect)
|
||||
|
||||
[//]: # (```)
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||
|
||||
Reference in New Issue
Block a user