An open API service indexing awesome lists of open source software.

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

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.