Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,12 @@ sudo ldconfig
## Notes on the performance

When running FIRASim, check the FPS in the status bar. If it is running at **60 FPS** or higher, everything is ok. Otherwise check the graphics card's driver installation and OpenGL settings.

## Notes on Linux firewall

If you have some communication issues, try to allow the UDP connection to through the firewall.
Example using UFW (Uncomplicated Firewall)
```bash
sudo ufw allow 10002/udp
sudo ufw allow from 224.0.0.1
```