Skip to content

LeoDJ/multiFlut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiFlut

A distributed pixelflut client to really pwn those large bandwidth pixelflut installations at chaos events.

Current Status

WIP, currently looking into improving the performance of the client as it now needs to convert pixels to pixelflut strings in real time instead of converting it beforehand like gifFlut did.

Client / Server protocol

Sender Step Protocol Port Payload Example Packet
Client Server discovery UDP BC $serverPort type {"type": "discovery"}
Server Discovery Response TCP $clientPort type, server_ip {"type": "discovery_response", "server_ip": "10.1.2.3"}
Client Heartbeat TCP $serverPort type {"type": "heartbeat"}
Client Disconnect TCP $serverPort type {"type": "disconnect"}

Currently debating how to distribute picture data to clients, WIP.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages