-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
37 lines (36 loc) · 1.25 KB
/
CITATION.cff
File metadata and controls
37 lines (36 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: 'DaBo, Data in a Box'
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Valerio
family-names: Signorelli
email: [email protected]
affiliation: University College London
orcid: 'https://orcid.org/0000-0002-1023-0366'
repository-code: 'https://github.com/ucl-casa-ce/dabo'
abstract: >-
DaBo is a customizable MQTT publisher written in Python,
designed to broadcast synthetic sensor data for testing,
prototyping, and demonstration purposes. It uses the
Eclipse Paho-MQTT library to publish data to an MQTT
broker and is fully containerised for easy deployment.
DaBo simulates sensor readings using randomised and
time-aware functions, making it ideal for visualising data
flows when real-world data is unavailable or impractical
to use: prototyping data pipelines; testing MQTT-based
dashboards; demonstrating real-time data visualisation;
teaching and experimentation.
keywords:
- iot
- mqtt
- synthetic data
- connected environments
- sensor data
license: MIT
version: '0.2'
date-released: '2025-10-31'