Skip to content

Instantly share code, notes, and snippets.

View mtak's full-sized avatar

Merijntje Tak mtak

View GitHub Profile
anonymous
anonymous / ampcontrol.py
Created November 7, 2015 21:27
#!/usr/bin/env python
TCP_IP = '10.0.0.7'
TCP_PORT = 50001
BUFFER_SIZE = 1024
import socket
import sys, time
def send(MESSAGE):