Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
How do I ask a good question?
Showing 20 of 503 articles
Showing page 4 of 26⬅ older | newer ⮕
Currently 1 other person reading this forum.
thats all you need but if you have a website then submit that, and if your website needs any extra files submit that too.
and you should do any extra c files and the makefile if you have them.
My station server can only connect to only 1 port at the same time to get the request from client, for example port 4001 for BusportA. However, if client request route from BusportE which is on port 4009 then i cannot get the request because i have a...
To my understanding, it is that your server needs to be able to check when it's timetable file has changed while the server is still running.
So if the user does
the server will use the new timetable data in its path finding if it receives a new UDP or...
To my understanding, they cannot be hardcoded into the website but you can have a text file that has all the station names for the website(or the invocation of the website from the program) to read from.
Hi,
The sign up sheet in the CS building only has the time slots for the demo, nothing about the venue is mentioned. Where will we be presenting the demo?
Should we disregard the project brief information of returning the direct route and follow this clarification instead? The idea that the route required is just the fastest to arrive at the destination?
Thanks
Which files do I submit for the project
I know I'll have to submit the C C and Python stationserver files, but am unsure what else to submit.
Should I submit the README.md with instructions on how to run the code (and change which ip's are used)?
I be...
Hi,
I just had some questions about the project that I couldn't find an answer to elsewhere. Apologies if these have already been answered, any help at all would be much appreciated.
I was just wondering
1. Since the marking rubric has been changed ...
Hi,
Apologies if it's up already, but when will the booking sheet for the project demos be released? How are we supposed to book a time?
Thanks in advance )
Hi Is there any requirement on the UI for how the route is returned to the user. Right now my group just displays the text on an entirely unformatted white page. Is that fine so long as the route is valid, or does it need to be styled?