
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Kamerling is a lightweight server for managing a network of computation clients.
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-MMXIV Piotr Szotkowski p.szotkowski@tele.pw.edu.pl, licensed under AGPL 3 (see LICENCE)
FAQs
Unknown package
We found that kamerling demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.