This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import socket | |
import lz4.frame as lz4f | |
localIP = "127.0.0.1" | |
localPort = 14043 | |
bufferSize = 32768 | |
# Bind to address and ip | |
UDPServerSocket = socket.socket(family=socket.AF_INET, type=socket.SOCK_DGRAM) | |
UDPServerSocket.bind((localIP, localPort)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"big5s":{ | |
"big5_openness":{ | |
"person_type":"morning", | |
"highs":{ | |
"big5_conscientiousness":{ | |
"instruction":{ | |
"he":"remember to blah blah his #name", | |
"she":"remember to blah blah her #name", | |
"they":"remember to blah blah their #name", |