Project

kamerling

0.0
No release in over 3 years
Low commit activity in last 3 years
A network server for distributing computations across different clients speaking TCP or UDP.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.1.3
~> 5.0
~> 1.6
~> 0.10.0
~> 0.6.2
~> 10.1
~> 1.3
~> 0.10.0
~> 0.27.0

Runtime

~> 0.3.0
~> 0.0.9
~> 4.4
~> 1.4
~> 2.0
~> 1.3
~> 1.0
 Project Readme

Kamerling

Kamerling is a lightweight server for managing a network of computation clients.

HTTP API

Minimal docs on the HTTP API (which happens to use XHTML and so should be mostly usable through a browser):

GET / returns links to clients (at #clients [href]) and project (at #projects [href]).

GET /clients contains information on and links to clients (at #clients [data-class=client]).

GET /projects contains links to projects (at #projects [data-class=project]).

GET /projects/{uuid} contains client (at #clients [data-class=client] and task (at #tasks [data-class=task]) information on a given project.

POST /projects creates a new project (given a name and an uuid).

POST /projects/dispatch dispatches tasks to all free clients.

© MMXIII-MMXIX Piotr Szotkowski p.szotkowski@tele.pw.edu.pl, licensed under AGPL 3 (see LICENCE)