snwagh / falcon-public

Implementation of protocols in Falcon
90 stars 46 forks source link

Testing on distributed server #30

Closed HuangPZ closed 2 years ago

HuangPZ commented 2 years ago

Hello!

I was trying to test the code on three machines under LAN. Is changing the IP_LAN and the makefile of choosing LAN setting all I need to do? After doing so, I tried to run make zero/one/two on the three machines but after data loading, no further responses are given and it seems no data are transferred.

If I'm doing wrong would you mind telling me the right way to do so? Thanks a lot!

snwagh commented 2 years ago

Sorry for the delay. Does the network connection get established between the parties? A few things that come to mind:

Finally, just log debug the control flow and let me know what your main.cpp looks like and where the control flow gets stuck and if there is any error message printed on the terminal.

HuangPZ commented 2 years ago

Thx! I think it was the port issue in my machines