https://github.com/delphiworlds/multicaster
A framework for developing applications that implement UDP broadcasting
https://github.com/delphiworlds/multicaster
Last synced: 4 months ago
JSON representation
A framework for developing applications that implement UDP broadcasting
- Host: GitHub
- URL: https://github.com/delphiworlds/multicaster
- Owner: DelphiWorlds
- Created: 2019-07-18T10:53:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T10:56:30.000Z (almost 7 years ago)
- Last Synced: 2025-05-29T13:53:46.240Z (about 1 year ago)
- Language: Pascal
- Size: 34.2 KB
- Stars: 8
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multicaster
A framework for developing applications that implement UDP broadcasting.
***This is a work in progress, and may be subject to major changes***
Some parts were written some time ago, and much has been learned since then, so please be forgiving :-)
Main aims:
* Cross-platform
* Support for IPv6 only networks
* Able to send/receive from/to any interface that can participate
* Respond to changes in local addresses
Requires some units from:
[Kastri Free](https://github.com/DelphiWorlds/KastriFree)
Currently can receive only on Windows platform. In the process of working out what the issues are.