import socket

pi_ip = "192.168.86.38"
machine_ip = socket.gethostbyname(socket.gethostname())

HOST = machine_ip
PORT = "5000"

