issues
search
st4eve
/
QMIND-2023-QKD
QKD SSH key generation demo
https://st4eve.github.io/QMIND-2023-QKD/
MIT License
2
stars
0
forks
source link
Functions to pickle and send/recieve python objects using sockets
#13
Open
st4eve
opened
9 months ago
st4eve
commented
9 months ago
Function to send:
[ ] Accepts ip and python object
[ ] Pickles object
[ ] Opens up a socket at the specified ip address
[ ] Upon a something successfully connecting to the ip, sends the object
[ ] Returns success message
Function to recieve:
[ ] Accepts ip
[ ] Starts a socket at the specified address
[ ] Tries to receive something
[ ] Unpickles it
[ ] Returns unpickled object
Function to send:
Function to recieve: