cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
tc_UdpRecv.py File Reference

Go to the source code of this file.

Namespaces

 tc_UdpRecv
 

Functions

def tc_UdpRecv.udp_rx_loop (clientSock, serverSock, size, ip_da, udp_dp, count, verbose=False)
 

Variables

 tc_UdpRecv.parser = argparse.ArgumentParser(description='A script to receive UDP data from an FPGA module.')
 
 tc_UdpRecv.type
 
 tc_UdpRecv.str
 
 tc_UdpRecv.default
 
 tc_UdpRecv.help
 
 tc_UdpRecv.int
 
 tc_UdpRecv.action
 
 tc_UdpRecv.args = parser.parse_args()
 
 tc_UdpRecv.ipFpga = getFpgaIpv4(args)
 
 tc_UdpRecv.instId = getInstanceId(args)
 
 tc_UdpRecv.ipResMngr = getResourceManagerIpv4(args)
 
 tc_UdpRecv.portFpgaServer = XMIT_MODE_LSN_PORT
 
 tc_UdpRecv.portResMngr = getResourceManagerPort(args)
 
tuple tc_UdpRecv.fpgaServerAssociation = (str(ipFpga), portFpgaServer)
 
int tc_UdpRecv.dpHost = 2718
 
tuple tc_UdpRecv.fpgaClientAssociation = (str(ipFpga), dpHost)
 
 tc_UdpRecv.udpClientSock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
 
 tc_UdpRecv.udpServerSock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
 
 tc_UdpRecv.hostname = socket.gethostname()
 
 tc_UdpRecv.ipHostStr = socket.gethostbyname(hostname)
 
 tc_UdpRecv.ip4Str = ni.ifaddresses(itf)[AF_INET][0]['addr']
 
 tc_UdpRecv.ipHost = int(ipaddress.IPv4Address(ipHostStr))
 
 tc_UdpRecv.seed = args.seed
 
 tc_UdpRecv.size = args.size
 
 tc_UdpRecv.count = args.loop_count