laurivosandi / butterknife

Butterknife provisioning tool
MIT License
38 stars 3 forks source link

Serve multicast directly from server #2

Closed laurivosandi closed 9 years ago

laurivosandi commented 9 years ago

Currently HTTP connection is made to Butterknife server in order to serve snapshots over multicast. This makes perfect sense where Butterknife server is off-site. Using local Butterknife server it does not make sense anymore. We need to create butterknife-server utility which makes it possible to trigger udp-sender from Butterknife server directly.

laurivosandi commented 9 years ago

This is now implemented using butterknife multicast send ...