# WARPnet Client<->Server Architecture # WARPnet Parameter Definitions # # Author: Siddharth Gupta #ETH_INTERFACE = 'en0' #LOCAL_MAC_ADDRESS = [0x00,0x50,0xc2,0x63,0x3f,0xee] # Ethernet Types (with or without header) ETH_HEADER = 0x9090 ETH_NO_HEADER = 0x9292 ETH_RECEIVE = 0x9191