Open
Description
I compiled isaac following @FelixTUD instructions. No errors occurred during build and the isaac server could run on the compute nodes. The server listens to all three ports (...58
=tcp, ...59
=web, ...60
=sim) and they seem to work:
- using
telnet
all port react - connections from all three ports are correctly opened and closed according to the server output
- if using
telnet
on the tcp port, information is transmitted - after a simulation has connected, the tcp port provides information on that simulation thus, the sim port works fine too
- the client (
interface.htm
) clearly identifies the web port as correct while others are identified as not correct - thus this appears to work too
However, the simulation never shows up in the client - thus observation is not possible.
Doing the same with a server compiled on hypnos and port forwarding the sim port from PIConGPU to this server works flawlessly.