sams-ghost-node 0.1.2

SAMS Ghost-Node - Industrial sensor data generator for Industry 4.0 with microjoule energy tracking and sub-microsecond latency. Industrial Semantic Ecosystem optimized for ARM Corstone-310 and FuSA workflows.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sams-ghost-node"
version = "0.1.2"
edition = "2021"
authors = ["Stanislav Levarsky"]
description = "SAMS Ghost-Node - Industrial sensor data generator for Industry 4.0 with microjoule energy tracking and sub-microsecond latency. Industrial Semantic Ecosystem optimized for ARM Corstone-310 and FuSA workflows."
homepage = "https://www.equinibrium.eu"
repository = "https://github.com/LelloOmwei/sams-industrial-ecosystem"
readme = "README.md"
license = "MIT"

[dependencies]
ratatui = "0.26"
crossterm = "0.27"
rand = "0.8"
clap = { version = "4.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }