Is there any kind of firewall models and networking add-on available in simulink?

1 次查看(过去 30 天)
I am modelling a cyber-physical system. However, I want to verify the cyber properties of my system. I wonder if there is any networking add on, ethernet channel. whcih just model the networking components of my system like firewall, router etc.

回答(1 个)

Snehal
Snehal 2025-4-23
Below are two options that you can explore for modelling the networking components of your system in Simulink:
  • "SimEvents" is an add-on for Simulink that allows you to model discrete-event systems, including networks, queues, and communication channels. You can model components like routers, switches, and network delays using this. “SimEvents” does not have explicit “firewall” blocks, but you can build custom logic to simulate firewall behaviour (e.g., blocking or allowing packets based on some rules)
  • You can also create your own firewall or router models using basic Simulink blocks such as the ‘Function Blocks’
Please refer to the following documentation links for more information:
The following documentation on Modeling Cyber-Physical Systems might also be helpful:
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 SimEvents 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by