hardware: add example devices

This commit is contained in:
Johannes Kimmel 2023-02-22 22:47:34 +01:00
parent 28031bd3d7
commit 168781074b
2 changed files with 93 additions and 0 deletions

View File

@ -0,0 +1,28 @@
---
title: "Foobar"
date: 2023-02-22T22:43:36+01:00
hardware:
manufacturer: MFG
model: Model
chip: Amazing SoC
recommended: false
cores: 16
threads: 16
clock: 1000
ram: 1024
flash: 64
serial:
- rj45
interface:
- dev: eth0
type: rj45
speed: 1000
features: [ 24V, 802.3af, PD ]
- dev: eth1
type: sfp
speed: 1000
features: [ dsa ]
---
## Spezifikation
{{< detailsofhardware >}}

65
content/hardware/test.md Normal file
View File

@ -0,0 +1,65 @@
---
title: "Compafoo FantasyRouter"
date: 2023-02-22T20:44:25+01:00
hardware:
manufacturer: Compafoo
model: FantasyRouter
chip: MediaTek MT7621
recommended: true
cores: 2
threads: 4
clock: 880
ram: 252312
flash: 262144
serial:
- ttl
interface:
- dev: eth0
type: rj45
speed: 1000
features: [ 24V, dsa ]
roleL3: wan
roleNode: wan
- dev: eth1
type: rj45
speed: 1000
features: [ 24V, dsa ]
roleL3: client
roleNode: client
- dev: eth2
type: rj45
speed: 1000
features: [ 24V, dsa ]
roleL3: client
roleNode: client
- dev: eth3
type: rj45
speed: 1000
features: [ 24V, dsa ]
roleL3: client
roleNode: batman
- dev: eth4
type: rj45
speed: 1000
features: [ 24V, dsa ]
roleL3: client
roleNode: batman
- dev: eth5
type: sfp
speed: 1000
features: [ 24V, dsa ]
- dev: wifi2
type: 2ghz
speed: 150
features: [ "n", 1T, 1R ]
- dev: wifi5
type: 5ghz
speed: 866
features: [ ac, 2T, 2R ]
benchmark:
benchmark1: failed
benchmarkTunnel: "666Mbps"
---
## Spezifikation
{{< detailsofhardware >}}