ECrecords / distance-vector-routing-protocols

MIT License
0 stars 1 forks source link

Initial Socket Programming #13

Closed ECrecords closed 1 year ago

ECrecords commented 1 year ago

function completed:

recv_message(state: Server_State, sock: socket.socket) handle_connection(state: Server_State, sock: socket.socket) clean_up(state: Server_State) init_listr(state: Server_State)

changes:

creation of class Server_State

menu(usr_input: str, state: Server_State)

testing:

created a bash script, test.sh that runs a few commands to test the program.

use sh test.sh to execute script

ErikuNyang commented 1 year ago

strucuture looks okay. Let's merge it.