super-cow-powers / Sw-Eng-G3-Src

2021/22 University Of York Electronics Software Engineering Project. Group 3
https://super-cow-powers.github.io/Sw-Eng-HTML/
0 stars 0 forks source link

Network Rx/Tx #10

Open super-cow-powers opened 2 years ago

super-cow-powers commented 2 years ago

Must be able to send and receive actions to/from the network.

zerozeta00 commented 2 years ago

Merge with Server issue? Tx/Rx will be to/from a server rather than just unspecified "network". (Client-Server system)

zerozeta00 commented 2 years ago

Progress: Local connection can be established and objects can be sent between clients and server (both ways are required to disconnect sockets properly). TODO: Event objects cannot be read properly yet due to being a non-serializable objects - need to find a way around it.

super-cow-powers commented 2 years ago

Event objects are now marshaled into and out of a wire-transfer object.