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

Network functionality #20

Open
IAMHAADICOOL opened this issue Mar 22, 2024 · 2 comments
Open

Network functionality #20

IAMHAADICOOL opened this issue Mar 22, 2024 · 2 comments

Comments

@IAMHAADICOOL
Copy link

IAMHAADICOOL commented Mar 22, 2024

[Hey,](Screenshot from 2024-03-22 12-39-10) can you please tell how to make the Network application work?

@PatrickSteil
Copy link
Contributor

Hello, you must first compile the Network file by using the Makefile (the command in the console is make all). This will give you the executable ULTRA, Network, DelayExperiments and ULTRAPHAST. If you now want to execute a script with your commands, you must execute the corresponding file (e.g. ./Netwok) and then execute runScript FILENAME in the console of this file. Please note that not every file knows all commands. If you receive an error that a command is not known, you can use help to see which commands can be executed in the current file.
The idea behind the separation of the files Network and the other files is that Network processes the input data, i.e. loads graphs / data, processes them and saves them in such a way that the other files can work with them. This is why the file Network supports commands such as parseGTFS or loadDimacsGraph.

@IAMHAADICOOL
Copy link
Author

Yeah, I got that, thank you so much for it!

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