https://github.com/aeghost/ezcast-lwt
Ez network cast library
https://github.com/aeghost/ezcast-lwt
Last synced: 11 months ago
JSON representation
Ez network cast library
- Host: GitHub
- URL: https://github.com/aeghost/ezcast-lwt
- Owner: aeghost
- License: mit
- Created: 2023-11-17T10:37:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T11:10:27.000Z (over 2 years ago)
- Last Synced: 2025-03-22T22:15:12.306Z (about 1 year ago)
- Language: OCaml
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
# EZ-CASTs with LWT
## Objectives
Cast informations easily on Network using Multicast or Broadcast protocol.
EZ to do, so it should stay EZ to use.
I used LWT because it is cool and compatible with others libs (Async/EIO)
## Usage
To write.
## Quick demo
```sh
dune exec bin/demo.exe 3000
```