https://github.com/42loco42/yell
A TCP message broadcaster
https://github.com/42loco42/yell
Last synced: 3 months ago
JSON representation
A TCP message broadcaster
- Host: GitHub
- URL: https://github.com/42loco42/yell
- Owner: 42LoCo42
- License: agpl-3.0
- Created: 2021-08-09T11:37:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T10:28:46.000Z (over 3 years ago)
- Last Synced: 2025-01-13T04:29:52.470Z (4 months ago)
- Language: Zig
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yell
Everything that is received from stdin and clients is sent to stdout and all other clients, except that stdin is not send to stdout.To run:
```bash
make
./yell 0.0.0.0 37812
```
And then open as many connections as you like (e.g. with netcat)