skyscraper8/Documentation/storage_system_ids.md
feyris-tan 1b01ed8553
All checks were successful
🚀 Pack skyscraper8 / make-zip (push) Successful in 52s
Discriminate between multiple virtual networks.
2026-06-14 21:29:10 +02:00

31 lines
638 B
Markdown

# Data Storages
These contain tabular data, like EIT Events, Scan results, etc.
|ID|Type |
|--|----------|
| 1|In-Memory |
| 2|Filesystem|
| 3|PostgreSQL|
# Object Storages
These contain blob-like data, like Screenshots, DSM-CC Carousels, etc.
|ID|Type |
|--|----------|
| 1|MinIO |
| 2|Filesystem|
#IP Traffic handlers
These will have IP packets forwarded to.
|ID|Type |
|--|-----------|
| 1|PCAP Writer|
| 2|Discard |
#Network Types
These identify sources from which a network packet may come from.
|ID|Type |
|--|----------|
| 0|Reserved |
| 1|ATSC3 PLP |
| 2|MPEG-2 PID|
| 3|DVB MIS |
| 4|AAL5 |