KC5-BP / ledsDisplayCreator

0 stars 0 forks source link

TCP Socket inside Qt #2

Open KC5-BP opened 1 month ago

KC5-BP commented 1 month ago

Add a simple socket exchange management through the GUI and another program (stored in the "cli" directory)

KC5-BP commented 1 month ago

Sub-step 1: Create a server's socket with custom IP & Port

Sub-step 2: Create a client that connect to the said server

Sub-step 3: Try exchanging dumplings between programs (I decided to call my mock data "dumplings" for fun... I'm just a man, don't judge me to hard 'x) )

Sub-step 4: Implement protocol