pith. sign in

arxiv: 2606.25435 · v1 · pith:CUYIYFXQnew · submitted 2026-06-24 · 💻 cs.NI

Kom8ndor: An IEEE 802.11bn-Oriented Simulator for Wi-Fi 8 and Beyond

Pith reviewed 2026-06-25 20:27 UTC · model grok-4.3

classification 💻 cs.NI
keywords Wi-Fi 8802.11bnnetwork simulatormulti-AP coordinationKomondorUHRdiscrete-event simulationopen-source simulator
0
0 comments X

The pith

Kom8ndor extends the Komondor simulator with 802.11bn features for Wi-Fi 8 research.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper introduces Kom8ndor as an open-source extension of the Komondor Wi-Fi simulator to model the upcoming IEEE 802.11bn amendment. It adds support for multi-access point coordination mechanisms including Co-TDMA, Co-SR, and Co-BF, along with non-primary channel access and dynamic subband operation. A machine learning wrapper is also included to enable AI-based protocol experiments. The goal is to let researchers explore ultra-high reliability performance targets and prototype new Wi-Fi technologies before hardware is widely available. The simulator remains modular to support ongoing and future amendments.

Core claim

Kom8ndor is a discrete-event network simulator that extends the validated Komondor platform with 802.11bn features such as Multi-Access Point Coordination (Co-TDMA, Co-SR, Co-BF), Non-Primary Channel Access (NPCA), and Dynamic Subband Operation (DSO), plus a machine learning wrapper, to support research on Wi-Fi 8 and beyond.

What carries the argument

The Kom8ndor simulator, which adds modular implementations of 802.11bn mechanisms to the base Komondor platform.

If this is right

  • Researchers gain an open platform to test coordinated multi-AP protocols before Wi-Fi 8 devices ship.
  • Early evaluation of ultra-high reliability targets becomes feasible through the added coordination and channel access features.
  • AI-driven protocol design can be prototyped using the included machine learning wrapper.
  • The modular structure supports incremental addition of later Wi-Fi amendments.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Community contributions could expand the feature set to cover post-802.11bn ideas more quickly than closed simulators.
  • Cross-validation against ns-3 implementations of the same 802.11bn features would strengthen confidence in the new code.
  • The simulator could serve as a testbed for studying interactions between 802.11bn mechanisms and emerging spectrum-sharing rules.

Load-bearing premise

The newly added 802.11bn features correctly match the amendment specifications and integrate without errors into the base Komondor platform.

What would settle it

Running a standard multi-AP coordination scenario in Kom8ndor and comparing the resulting throughput or latency statistics against measurements from real 802.11bn testbeds or another validated simulator.

Figures

Figures reproduced from arXiv: 2606.25435 by Boris Bellalta, Francesc Wilhelmi, Sergio Barrachina-Mu\~noz.

Figure 1
Figure 1. Figure 1: Kom8ndor’s main components and simulation flow. [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 3
Figure 3. Figure 3: Two examples of frame exchange sequences. (a) DCF with RTS/CTS, (b) Co-SR/Co-BF. [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Scenario where two coordinated APs leverage Co-BF [PITH_FULL_IMAGE:figures/full_fig_p004_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: MAPC example. (a) Scenario, (b) Throughput achieved [PITH_FULL_IMAGE:figures/full_fig_p007_5.png] view at source ↗
read the original abstract

The upcoming IEEE 802.11bn amendment marks a paradigm shift in Wi-Fi, which will pose ambitious performance targets under the paradigm of Ultra-High Reliability (UHR). To understand the implications of such a new technology and to support early research and protocol design for Wi-Fi~8, we present \texttt{Kom8ndor}. This discrete-event network simulator extends the open-source Komondor platform (a simulator validated against ns-3 and other analytical tools) with 802.11bn features. Among the newly added functionalities, we highlight Multi-Access Point Coordination (MAPC) -- including Coordinated Time-Division Multiple Access (Co-TDMA), Coordinated Spatial Reuse (Co-SR), and Coordinated Beamforming (Co-BF) -- , Non-Primary Channel Access (NPCA), and Dynamic Subband Operation (DSO). Beyond Wi-Fi~8 implementations, \texttt{Kom8ndor} introduces novel functionalities (e.g., a machine learning wrapper for building AI-based protocols) and a modular design to boost the prototyping and research of future Wi-Fi technologies. \texttt{Kom8ndor} is open-source (GNU GPLv3) and available at https://github.com/wn-upf/Komondor.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

1 major / 1 minor

Summary. The paper presents Kom8ndor, a discrete-event simulator extending the validated open-source Komondor platform with IEEE 802.11bn (Wi-Fi 8) features for Ultra-High Reliability operation. The new functionalities include Multi-Access Point Coordination mechanisms (Co-TDMA, Co-SR, Co-BF), Non-Primary Channel Access (NPCA), Dynamic Subband Operation (DSO), plus a machine learning wrapper for AI-based protocols. The code is released under GNU GPLv3 at a public GitHub repository.

Significance. If the new 802.11bn implementations are shown to be correct, the work supplies a reusable, open-source platform that lowers the barrier for early protocol research on MAPC and related UHR mechanisms. The reuse of a previously cross-validated base simulator and the explicit public release constitute concrete strengths for reproducibility.

major comments (1)
  1. [Abstract; Implementation of 802.11bn features] Abstract and the sections describing the new 802.11bn components: the manuscript asserts that Co-TDMA, Co-SR, Co-BF, NPCA and DSO have been added and integrate with the base platform, yet supplies no validation results, packet-level error checks, or quantitative comparison against the 802.11bn draft or against ns-3 for any of these features. This verification step is load-bearing for the central claim that the extensions are functional and faithful to the amendment.
minor comments (1)
  1. [Novel functionalities] The modular design and ML wrapper are mentioned only at a high level; a short usage example or API sketch would clarify how researchers are expected to attach new AI policies.

Simulated Author's Rebuttal

1 responses · 0 unresolved

We thank the referee for the detailed review and the recognition of the open-source release and reuse of the validated Komondor base. We address the major comment on validation of the new 802.11bn features below.

read point-by-point responses
  1. Referee: [Abstract; Implementation of 802.11bn features] Abstract and the sections describing the new 802.11bn components: the manuscript asserts that Co-TDMA, Co-SR, Co-BF, NPCA and DSO have been added and integrate with the base platform, yet supplies no validation results, packet-level error checks, or quantitative comparison against the 802.11bn draft or against ns-3 for any of these features. This verification step is load-bearing for the central claim that the extensions are functional and faithful to the amendment.

    Authors: We agree that explicit validation strengthens the central claim. The base Komondor simulator was previously cross-validated against ns-3 and analytical models; the new modules were implemented directly from the 802.11bn draft text and inherit the same event-driven engine and channel models. Because the amendment remains in draft form, a definitive quantitative match against a finalized standard is not yet feasible. We will add, in the revised manuscript, (i) a description of the internal consistency checks performed during implementation (e.g., frame-format and timing verification against the draft), (ii) packet-level trace excerpts for each new mechanism, and (iii) a basic performance comparison against the legacy Komondor behavior under equivalent scenarios to demonstrate functional integration. These additions will be placed in a new subsection of the implementation section. revision: yes

Circularity Check

0 steps flagged

No significant circularity; simulator extension is additive and externally benchmarked

full rationale

The paper presents Kom8ndor as an extension of the authors' prior Komondor simulator, adding 802.11bn features (Co-TDMA, Co-SR, Co-BF, NPCA, DSO) plus an ML wrapper. No equations, fitted parameters, predictions, or derivations appear in the provided text. The base platform is described as already validated against ns-3 and analytical tools (external), and the new work is a factual account of implemented functionality rather than a claim that reduces to self-referential inputs or self-citation chains. This matches the default case of a self-contained tool paper with no load-bearing circular steps.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

No mathematical model, fitted parameters, or new physical entities; the contribution is a software implementation description.

pith-pipeline@v0.9.1-grok · 5771 in / 972 out tokens · 18582 ms · 2026-06-25T20:27:15.673087+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

27 extracted references · 1 linked inside Pith

  1. [1]

    Wi-Fi: 25 Years and Counting,

    G. Geraciet al., “Wi-Fi: 25 Years and Counting,”Proc. IEEE, 2026

  2. [2]

    Komondor: A wireless network simulator for next-generation high-density WLANs,

    S. Barrachina-Munozet al., “Komondor: A wireless network simulator for next-generation high-density WLANs,” inWireless Days. IEEE, 2019, pp. 1–8

  3. [3]

    The ns-3 network simulator,

    G. F. Riley and T. R. Henderson, “The ns-3 network simulator,” in Modeling and tools for network simulation. Springer, 2010, pp. 15–34

  4. [4]

    R-TWT in Wi-Fi 7 and Beyond: Enabling Bounded Latency, Energy Efficiency, and Reliability,

    E. Mozaffariahraret al., “R-TWT in Wi-Fi 7 and Beyond: Enabling Bounded Latency, Energy Efficiency, and Reliability,” inETFA. IEEE, 2025, pp. 1–8

  5. [5]

    Ns-3 meets openai gym: The playground for machine learning in networking research,

    P. Gawłowicz and A. Zubow, “Ns-3 meets openai gym: The playground for machine learning in networking research,” inMSWiM, 2019, pp. 113–120

  6. [6]

    ns3-ai: Fostering artificial intelligence algorithms for networking research,

    H. Yinet al., “ns3-ai: Fostering artificial intelligence algorithms for networking research,” inWorkshop on ns-3, 2020, pp. 57–64

  7. [7]

    An overview of the OMNeT++ simulation environment,

    A. Varga and R. Hornig, “An overview of the OMNeT++ simulation environment,” inSIMUtools, 2008, pp. 1–10

  8. [8]

    WLAN Toolbox,

    MathWorks, “WLAN Toolbox,” R2026a. [Online]. Available: https: //www.mathworks.com/products/wlan.html

  9. [9]

    An Open Source Implementation of Wi-Fi 7 Multi-Link Operation in OMNeT++,

    D. Ergenc ¸and F. Dressler, “An Open Source Implementation of Wi-Fi 7 Multi-Link Operation in OMNeT++,” inWONS. IEEE, 2025, pp. 1–4

  10. [10]

    Performance evaluation of MLO for XR streaming: Can Wi-Fi 7 meet the expectations?

    M. Carrascosa-Zamacoiset al., “Performance evaluation of MLO for XR streaming: Can Wi-Fi 7 meet the expectations?” inCAMAD. IEEE, 2024, pp. 1–6

  11. [11]

    Performance of 802.11 be Wi-Fi 7 with multi-link operation on AR applications,

    M. Alsakatiet al., “Performance of 802.11 be Wi-Fi 7 with multi-link operation on AR applications,” inWCNC. IEEE, 2023, pp. 1–6

  12. [12]

    Development steps that brought to Wi-Fi 7,

    A. Jekni ´c and E. Ko ˇcan, “Development steps that brought to Wi-Fi 7,” ETF Journal of Electrical Engineering, vol. 29, no. 1, pp. 65–79, 2023

  13. [13]

    Overview and performance evaluation of Wi-Fi 7,

    C. Chenet al., “Overview and performance evaluation of Wi-Fi 7,”IEEE Commun. Standards Mag., vol. 6, no. 2, pp. 12–18, 2022

  14. [14]

    Enabling reliable latency in Wi-Fi 8 through multi-AP joint scheduling,

    D. Nunezet al., “Enabling reliable latency in Wi-Fi 8 through multi-AP joint scheduling,”OJCOMS, 2025

  15. [15]

    Wi-Fi 8: Embracing the millimeter-wave era,

    X. Liuet al., “Wi-Fi 8: Embracing the millimeter-wave era,”IEEE Commun. Mag., vol. 63, no. 3, pp. 69–75, 2024

  16. [16]

    Spatial Reuse in IEEE 802.11 ax WLANs,

    F. Wilhelmi Rocaet al., “Spatial Reuse in IEEE 802.11 ax WLANs,” Comp. Comm. 2021, 170: 65-83, 2021

  17. [17]

    Dynamic channel bonding in spatially distributed high-density WLANs,

    S. Barrachina-Munoz, F. Wilhelmi, and B. Bellalta, “Dynamic channel bonding in spatially distributed high-density WLANs,”IEEE Trans. Mobile Comp., vol. 19, no. 4, pp. 821–835, 2019

  18. [18]

    Cost: A component-oriented discrete event simulator,

    G. Chen and B. K. Szymanski, “Cost: A component-oriented discrete event simulator,” inProc. of the Winter Simulation Conf., vol. 1. IEEE, 2002, pp. 776–782

  19. [19]

    A Tutorial on IEEE 802.11bn Multi-AP Coordination for Wi-Fi 8: From Standardization to Performance Evaluation,

    F. Wilhelmiet al., “A Tutorial on IEEE 802.11bn Multi-AP Coordination for Wi-Fi 8: From Standardization to Performance Evaluation,”arXiv preprint arXiv:2606.13759, 2026

  20. [20]

    Coordinated multi-armed bandits for improved spatial reuse in Wi-Fi,

    F. Wilhelmiet al., “Coordinated multi-armed bandits for improved spatial reuse in Wi-Fi,” inICMLCN. IEEE, 2025, pp. 1–6

  21. [21]

    Modeling the IEEE 802.11 e EDCA for MAC parameter optimization,

    B. Bellaltaet al., “Modeling the IEEE 802.11 e EDCA for MAC parameter optimization,” inHet-Nets, 2006

  22. [22]

    A Deterministic Backoff Approach for Wi-Fi and NR-U Coexistence in Shared Bands,

    I. Tinnirelloet al., “A Deterministic Backoff Approach for Wi-Fi and NR-U Coexistence in Shared Bands,”IEEE Trans. Mobile Comp., 2025

  23. [23]

    It’s Your Turn: A Novel Channel Contention Mechanism for Improving Wi-Fi’s Reliability,

    F. Wilhelmi, L. Galati-Giordano, and G. Fontanesi, “It’s Your Turn: A Novel Channel Contention Mechanism for Improving Wi-Fi’s Reliability,” inWCNC. IEEE, 2025, pp. 1–6

  24. [24]

    A high efficiency MAC protocol for WLANs: Providing fairness in dense scenarios,

    L. Sanabria-Russoet al., “A high efficiency MAC protocol for WLANs: Providing fairness in dense scenarios,”IEEE/ACM Trans. on Networking, vol. 25, no. 1, pp. 492–505, 2016

  25. [25]

    Pytorch: An imperative style, high-performance deep learning library,

    A. Paszkeet al., “Pytorch: An imperative style, high-performance deep learning library,”NeurIPS, vol. 32, 2019

  26. [26]

    Potential and pitfalls of multi-armed bandits for decentralized spatial reuse in WLANs,

    F. Wilhelmiet al., “Potential and pitfalls of multi-armed bandits for decentralized spatial reuse in WLANs,”JNCA, vol. 127, pp. 26–42, 2019

  27. [27]

    Decentralized Spatial Reuse Optimization in Wi-Fi: An Internal Regret Minimization Approach,

    F. Wilhelmiet al., “Decentralized Spatial Reuse Optimization in Wi-Fi: An Internal Regret Minimization Approach,”arXiv preprint arXiv:2602.08456, 2026. 8