Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run falcon in the network environment #43

Open
Atbnsanw opened this issue Jun 22, 2022 · 1 comment
Open

How to run falcon in the network environment #43

Atbnsanw opened this issue Jun 22, 2022 · 1 comment

Comments

@Atbnsanw
Copy link

I want to test the falcon and found 4 four IP addresses in files/IP_localhost, and I want to know the corresponding relationship between these IP addresses and PC0, PC1, and PC2, and how to change the communication port. Can the Falcon run in the network environment just by changing the IP address in files/IP_localhost?
Thanks a lot.

@snwagh
Copy link
Owner

snwagh commented Jun 22, 2022

Yes, the IPs are in order so the first one should be the IP of PC0, second one PC1 and so on. You should be able to run it over the network by simply changing the files files/IP_* (for instance, if you modify IP_LAN then make sure you're running the right command/arguments from the makefile).

To change the communication port, you will have to carefully modify this piece of the code to ensure that they're consistent across parties, i.e., if PC0 hosts on port X, then PC1 and PC2 need to know that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants