skyscraper8/Documentation/storage_system_ids.md
fey 4038e65c38
All checks were successful
🚀 Pack skyscraper8 / make-zip (push) Successful in 45s
Reworked the Recorded Samples test.
2026-07-24 21:54:06 +02:00

32 lines
655 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 |
| 3|Blackhole |
#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 |