the-linux-schools-project / karoshi-client

Central repository for Karoshi Client development
http://linuxschools.org.uk
5 stars 6 forks source link

Distributed computing applications #5

Open RobinMcCorkell opened 11 years ago

RobinMcCorkell commented 11 years ago

Enable distributed applications to run across a network of machines. Suggested mechanisms: Beowulf cluster, BOINC clients, or direct SSH control from server. Example application is Blender, easiest way to implement would be with direct SSH method.

RobinMcCorkell commented 11 years ago

Added a new feature branch for testing of this feature. Uses multicast to send a message to clients. Network file access still needs to be worked on.

RobinMcCorkell commented 10 years ago

Framework for listening on a multicast port is in place.