https://github.com/abdeltwabmf/echo-server
Echo server using QLocalSocket, QLocalServer, and MessagePack.
https://github.com/abdeltwabmf/echo-server
cmake echo-server messagepack named-pipes qlocalsocket qt qt-widgets qt6 unix-socket
Last synced: 8 months ago
JSON representation
Echo server using QLocalSocket, QLocalServer, and MessagePack.
- Host: GitHub
- URL: https://github.com/abdeltwabmf/echo-server
- Owner: AbdeltwabMF
- License: mit
- Created: 2023-01-18T13:44:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T16:38:47.000Z (over 2 years ago)
- Last Synced: 2024-12-30T04:25:57.354Z (9 months ago)
- Topics: cmake, echo-server, messagepack, named-pipes, qlocalsocket, qt, qt-widgets, qt6, unix-socket
- Language: C++
- Homepage:
- Size: 699 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Echo Server
Echo server using [QLocalSocket](https://doc.qt.io/qt-5/qlocalsocket.html), QLocalServer, and [MessagePack](https://msgpack.org/index.html).
## Screenshot

## Development
### Dependencies
- CMake 3.5+
- Qt 6.0.4+
- C++17 compiler### Build
```bash
cmake . -B build
cmake --build build
```## Release
```bash
cmake . -B build
cmake --build build --config Release --target ALL_BUILD -j 10
```## License
Licensed under the [MIT](LICENSE) License.