Rolando Islas
Rolando Islas
I have included a frame logging feature in the client. Use `-store-frames 5` as an argument to enable it. The frames should be saved as images if they are not,...
The [logs](https://github.com/rolandoislas/drc-sim/wiki/Logging) may have more information. The only system freeze I have encountered with DRC Sim was a memory issue. What is the memory usage while running DRC Sim?
Through a VM, the internal adapter will not work. Running a Linux distro natively, there is a high chance it will not work.
The problem is the internal wireless interface. It will not work in a VM and unless it supports promiscuous mode, 5GHz, and 802.11n will not work in any configuration.
I am not familiar with Docker, so I cannot comment on issues that might arise from using drc-sim in that environment. I will say that drc-sim running on OS X...
#### Windows 10 Host Result: Not Compatible Reason: The hosts' interfaces are not accessible from the Docker image even with `privileged` and `net=host` flags.
I myself run it in a VM without any issues. An image could be distributed but the drivers for the wifi adapter would need to be installed. A frozen Python...
I tested Docker running on Debian 8 there is still the issue of the drivers needing to be installed. I am not sure the best way to get around this...
There is now an [install script](https://github.com/rolandoislas/drc-sim/wiki/Install-Script).
The Docker script is working on Linux hosts and there is now [documentation on the wiki](https://github.com/rolandoislas/drc-sim/wiki/Install---Docker). The Windows and OS X versions need testing. I do not have native installs...