Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

SkySoft-ATM/gcp-broadcast-to-unicast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This repository has been archived. ⚠️

gcp-broadcast-to-unicast

Converts the udp broadcast publication to unicast on GCP VMs.

The application looks for the flag broadcast_ports on the GCP VM instance, this flag should contain a list of port separated by _ (underscore).

If the flag is not present the application will exit.

If the flag is present, the application will start listening on these ports and forward the UDP traffic as unicast (on the same port) to every IP address of all VMs on the same project and zone.

You can configure the maximum UDP datagram size with the flag broadcast_max_datagram_size (it defaults to 8192)

About

Converts the udp broadcast publication to unicast on GCP VMs

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages