You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started server program, but i did not know what to do with it, all it showed was : Select...
on screen.
Convert server to Main-Menu driven and user interactive program. Do dame with client also.
How I would know what all entries are present in Server/Client routing tables. Add some show command also besides CREATE/UPDATE/DELETE on client and server sides.
The text was updated successfully, but these errors were encountered:
I see. But any suggestions on how to make the client more user interactive? I thought the client was just supposed to display the routing table after all current updates from the server have been processed. Hence why I chose to automatically display the routing table on both the server and client ends (to help with debugging).
Also, the client (current implementation) knows when all current updates have been received server when the variable 'ready_to_update' has been set to 1 by the server.
I started server program, but i did not know what to do with it, all it showed was :
Select...
on screen.
Convert server to Main-Menu driven and user interactive program. Do dame with client also.
How I would know what all entries are present in Server/Client routing tables. Add some show command also besides CREATE/UPDATE/DELETE on client and server sides.
The text was updated successfully, but these errors were encountered: