stonesignal
The stonesignal
package provides a server for receiving and storing location
data from devices.
Features
- Accept location data from devices using a trivial JSON and/or CBOR API.
- Complete audit log; every operation that changes the state of the system is logged in an append-only log.
- Fully instrumented with OpenTelemetry.
- A small, easily auditable codebase with a heavy use of modularity for correctness.
- An extensive automated test suite with high coverage.
- Platform independence. No platform-dependent code is included in any form, and installations can largely be carried between platforms without changes.
- Extensive documentation including information on installation, a setup tutorial, a theory of operation, maintenance and monitoring information, information on security properties, and full API documentation.
- OCI-ready: Ready to run as an immutable, stateless, read-only, unprivileged container for maximum security and reliability.
- OSGi-ready.
- JPMS-ready.
- ISC license.
Usage
See the documentation.
Releases & Development Snapshots
Releases
You can subscribe to the atom feed to be notified of project releases.
The most recently released version of the package is 1.0.0-beta0001.
1.0.0-beta0001 Release (2025-04-16Z)
The compiled artifacts for the release (and all previous releases) are available on Maven Central.
Maven Modules
<dependency> <group>com.io7m.stonesignal</group> <artifactId>com.io7m.stonesignal.distribution</artifactId> <version>1.0.0-beta0001</version> </dependency><dependency> <group>com.io7m.stonesignal</group> <artifactId>com.io7m.stonesignal.documentation</artifactId> <version>1.0.0-beta0001</version> </dependency><dependency> <group>com.io7m.stonesignal</group> <artifactId>com.io7m.stonesignal.oci</artifactId> <version>1.0.0-beta0001</version> </dependency><dependency> <group>com.io7m.stonesignal</group> <artifactId>com.io7m.stonesignal.protocol.admin</artifactId> <version>1.0.0-beta0001</version> </dependency><dependency> <group>com.io7m.stonesignal</group> <artifactId>com.io7m.stonesignal.protocol.data</artifactId> <version>1.0.0-beta0001</version> </dependency><dependency> <group>com.io7m.stonesignal</group> <artifactId>com.io7m.stonesignal.protocol.device</artifactId> <version>1.0.0-beta0001</version> </dependency><dependency> <group>com.io7m.stonesignal</group> <artifactId>com.io7m.stonesignal.server</artifactId> <version>1.0.0-beta0001</version> </dependency><dependency> <group>com.io7m.stonesignal</group> <artifactId>com.io7m.stonesignal.tests</artifactId> <version>1.0.0-beta0001</version> </dependency>
Development Snapshots
At the time of writing, the current unstable development version of the package is 1.0.0-SNAPSHOT.
Development snapshots may be available in the Central Portal Snapshots repository. Snapshots are published to this repository every time the project is built by the project's continuous integration system, but snapshots do expire after around ninety days and so may or may not be available depending on when a build of the package was last triggered.
Manual
User Manual
Sources
This project uses Git to manage source code.
Repository: https://www.github.com/io7m-com/stonesignal
$ git clone --recursive https://www.github.com/io7m-com/stonesignal
Issues
This project uses GitHub Issues to track issues.
License
Copyright © 2025 Mark Raynsford <code@io7m.com> https://www.io7m.com Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.