Changes

m
Line 55: Line 55:  
</source>
 
</source>
 
====Robot Code for Robot/Laptop Base Communication ====
 
====Robot Code for Robot/Laptop Base Communication ====
 +
<source lang="Python">
 
import socket
 
import socket
 
serv = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
 
serv = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
Line 72: Line 73:  
     if message_from_client == "Stop the Server" : break
 
     if message_from_client == "Stop the Server" : break
 
print ('Communication protocols termintated at Server by Client')
 
print ('Communication protocols termintated at Server by Client')
 +
</source>
4,000

edits