Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
/ supercaster Public archive

Transfer UDP multicast packets to gRPC stream and vice-versa

License

Notifications You must be signed in to change notification settings

SkySoft-ATM/supercaster

Repository files navigation

supercaster

Transfer UDP multicast packets to gRPC stream and vice-versa.

Public cloud providers (such as AWS or Google Cloud Platform) do not support multicast routing. So, if an application A on a VM 1 sends UDP multicast packets, another application B running on VM 2 will not be able to receive them.

A solution may be Weave Net, but it is not available for Windows.

So, the solution is to use supercaster on both VMs:

  • launch supercaster on VM 1 in mode multicast-to-gRPC, in order to forward received UDP multicast packets to a gRPC stream,
  • launch supercaster on VM 2 in mode gRPC-to-multicast, in order to forward received gRPC messages to UDP multicast destination.

Application A on VM1 ->multicast-> supercaster on VM1 ->grpc-> supercaster on VM2 ->multicast-> application B on VM2

About

Transfer UDP multicast packets to gRPC stream and vice-versa

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages