Initial commit
This commit is contained in:
34
README.md
Normal file
34
README.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# quic_ecs_dt
|
||||
|
||||
**QUIC + ECS as Complementary Transport and Runtime Substrates
|
||||
for Industrial Digital Twins** — UCAmI 2026
|
||||
|
||||
UQAC — Valère Plantevin, Yannick Francillette
|
||||
|
||||
---
|
||||
|
||||
[](https://coder.transit-lab.dev/templates/docker-envbuilder/workspace?param_repo_url=https://git.transit-lab.dev/TRANSIT/quic_ecs_dt.git)
|
||||
|
||||
## Repo structure
|
||||
|
||||
```
|
||||
quic_ecs_dt/
|
||||
├── paper/ Quarto source folder for the paper
|
||||
├── simulator/ Sensor network simulator
|
||||
├── substrate/ Actual implemnetation of the ECS + QUIC substrate
|
||||
├── Cargo.toml Workspace manifest
|
||||
└── Makefile Top-level targets
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Getting llncs.cls and splncs04.bst
|
||||
|
||||
Springer's LNCS class files are on CTAN — do NOT commit them to the repo
|
||||
(licensing). Download once and place in `paper/`:
|
||||
|
||||
```bash
|
||||
cp paper/
|
||||
wget https://mirrors.ctan.org/macros/latex/contrib/llncs/splncs04.bst
|
||||
wget https://mirrors.ctan.org/macros/latex/contrib/llncs/lncs.cls
|
||||
```
|
||||
Reference in New Issue
Block a user