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?
9 articles posted by this person
Showing 9 of 503 articles.
Currently 14 other people 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.
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.
you get 2 computers and put their ip port in the . station server e.g.
Computer1 on ip 196.62.0.2
. station-server Station1 4001 8001 196.62.0.1 8002
Computer2 on ip 196.62.0.1
. station-server Station1 4002 8002 196.62.0.2 8001
supposedly UnifiIOT shou...
ANONYMOUS wrote
3. each station server will accept queries about its timetable data from a standard web-browser (a passenger making a query from their mobile phone). The query and reply will be transmitted using the (minimum amount necessary of the) ...