Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrolcl/netcat-qt
FluidSynth network/shell interface client via netcat
https://github.com/pedrolcl/netcat-qt
fluidsynth netcat network qt qt6 shell
Last synced: 1 day ago
JSON representation
FluidSynth network/shell interface client via netcat
- Host: GitHub
- URL: https://github.com/pedrolcl/netcat-qt
- Owner: pedrolcl
- License: mit
- Created: 2024-05-26T18:26:49.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-09T20:41:36.000Z (5 months ago)
- Last Synced: 2024-10-12T01:20:54.599Z (about 1 month ago)
- Topics: fluidsynth, netcat, network, qt, qt6, shell
- Language: C++
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NetCat implementation using Qt
This is a basic `netcat` implementation ( see [nc(1)](https://linux.die.net/man/1/nc) ), using Qt6 widgets and Qt6 Network. The console window is based on [ConsoleWidget](https://github.com/pedrolcl/consolewidget).
The defaults are the same as the FluidSynth shell interface, and that is why this app has been developed. You can start the synth with a `-s` command line argument, and then use this program to connect to fluidsynth, even from another computer!
```shell
$ fluidsynth -s
``````shell
$ netcat-qt -a localhost -p 9800
```![screenshot](screenshot.png)
![windows screenshot](screenshot-win.png)Another alternative providing a GUI shell interface for the FluidSynth library is [fluidsynt-qt-gui](https://github.com/pedrolcl/fluidsynth-qt-gui).
## License
SPDX-License-Identifier: MIT
Copyright (c) 2024 Pedro López-Cabanillas