This commit is contained in:
ackimixs
2024-03-21 21:43:43 +01:00
parent a2116fd143
commit dace7a2685
2 changed files with 58 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#include <TCPClient.hpp>
#include <TCPSocket/TCPClient.hpp>
int main() {
TCPClient client("127.0.0.1", 8082); // Replace "127.0.0.1" with the IP address of your server and 8080 with the port number