From 1d5c153752269428c67bda75652bcbd8cef5f3fc Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Mon, 26 Feb 2024 08:49:11 +0000 Subject: [PATCH] #2257: changelog update --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e45d2e..e96bf4a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,12 @@ SessionManager. - `AirSpace` class to simulate wireless communications, managing wireless interfaces and facilitating the transmission of frames within specified frequencies. - `AirSpaceFrequency` enum for defining standard wireless frequencies, including 2.4 GHz and 5 GHz bands, to support realistic wireless network simulations. - `WirelessRouter` class, extending the `Router` class, to incorporate wireless networking capabilities alongside traditional wired connections. This class allows the configuration of wireless access points with specific IP settings and operating frequencies. +- Configuration examples in documentation: + - Examples include how to set up PrimAITE session + - Examples include how to create nodes and install software +- Ability to add Firewall node via config +- Ability to add Router routes via config +- Ability to add Router/Firewall ACL Rules via config ### Changed