Is there any kind of firewall models and networking add-on available in simulink?
Afficher commentaires plus anciens
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.
Réponses (1)
Snehal
le 23 Avr 2025
0 votes
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:
- https://www.mathworks.com/help/simevents/index.html
- https://www.mathworks.com/help/vnt/ug/simulate-ethernet-networks.html
The following documentation on Modeling Cyber-Physical Systems might also be helpful:
Hope this helps!
Catégories
En savoir plus sur Modeling dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!