Skip to content

Commit 7de2173

Browse files
pjungkampstv0g
authored andcommitted
Update VILLASnode requirements
Signed-off-by: Philipp Jungkamp <[email protected]>
1 parent 0265137 commit 7de2173

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

docs/node/development/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please follow our [contribution guide](./contributing.md) when creating pull req
1212

1313
## Programming Paradigm
1414

15-
VILLASnode is currently written in C/C++ using the ISO C11 and C++17 standards while following an object oriented programming paradigm.
15+
VILLASnode is currently written in C/C++ using the ISO C11 and C++20 standards while following an object oriented programming paradigm.
1616

1717
Main _classes_ in VILLASnode are:
1818
- [`struct villas::node::Sample`](https://github.com/VILLASframework/node/blob/master/include/villas/sample.hpp)

docs/node/installation.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ Please make sure that your system fulfills the [requirements](requirements.md) b
1919
## From sources {#source}
2020

2121
VILLASnode can be compiled from source using [CMake](http://cmake.org).
22-
This process has been tested with the following Linux distributions:
23-
24-
- Fedora 42
25-
- Debian 12 (Bookworm)
26-
- Ubuntu 24.04 (Noble Numbat)
27-
- Rocky Linux 9.3
2822

2923
### Prerequisites
3024

docs/node/requirements.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sidebar_position: 2
66

77
This page documents the requirements for running VILLASnode.
88

9+
910
## Hardware
1011

1112
We recommend a recent 64-bit Intel x86_64 Xeon server with at least 8 CPU cores in combination with a professional Intel network card providing multiple independent Ethernet ports.
@@ -32,22 +33,21 @@ VILLASnode has also been tested on various other systems:
3233
We explicitly advise against using virtualized environments for anything apart from testing and development due to unpredictable latencies and bad real-time performance.
3334
:::
3435

36+
3537
## Operating system
3638

3739
VILLASnode is regularly tested on the following operating systems:
3840

39-
- Fedora 34 (recommended)
40-
- Debian 11.2 - Bullseye
41-
- CentOS / RHEL / RockyLinux 8
42-
- Alpine 3.13
43-
- Ubuntu 20.04
41+
- Fedora 42
42+
- Debian 12 (Bookworm)
43+
- RockyLinux 9.6 (Blue Onyx)
44+
- Ubuntu 24.04 (Noble Numbat)
4445

4546
Better real-time performance can be achieved by using an optimized system configuration. Please take a look at the [Tuning](tuning.md) page for details.
4647

4748
:::caution
4849
Disable any firewall on your system or configure it accordingly to work with the protocols used by VILLASnode. An improperly configured firewall is the most common issue reported while using VILLASnode!
4950

50-
5151
E.g. on a RHEL/CentOS/RockyLinux or Fedora system:
5252
```shell
5353
systemctl disable --now firewalld

0 commit comments

Comments
 (0)