FPIBG Utility
|
Variables | |
str | HOST = "0.0.0.0" |
int | PORT = 5000 |
int | BUFFER_SIZE = 4096 |
script_dir = os.path.dirname(os.path.abspath(__file__)) | |
CONFIG_PATH = os.path.join(script_dir, '..', 'doc', 'Particle.cfg') | |
server_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM) | |
conn | |
addr | |
filename = conn.recv(1024).decode() | |
exist_ok | |
data = conn.recv(BUFFER_SIZE) | |
str | command = f"python3 {os.path.join(script_dir, '..', 'shared', 'FPIBGConfig.py')} --config {CONFIG_PATH}" |
shell | |
TestFPIBGserverOLD.addr |
int TestFPIBGserverOLD.BUFFER_SIZE = 4096 |
TestFPIBGserverOLD.command = f"python3 {os.path.join(script_dir, '..', 'shared', 'FPIBGConfig.py')} --config {CONFIG_PATH}" |
TestFPIBGserverOLD.CONFIG_PATH = os.path.join(script_dir, '..', 'doc', 'Particle.cfg') |
TestFPIBGserverOLD.conn |
TestFPIBGserverOLD.data = conn.recv(BUFFER_SIZE) |
TestFPIBGserverOLD.exist_ok |
TestFPIBGserverOLD.filename = conn.recv(1024).decode() |
str TestFPIBGserverOLD.HOST = "0.0.0.0" |
int TestFPIBGserverOLD.PORT = 5000 |
TestFPIBGserverOLD.script_dir = os.path.dirname(os.path.abspath(__file__)) |
TestFPIBGserverOLD.server_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM) |
TestFPIBGserverOLD.shell |