From c9f13c07c8d5cc37de33316b503b561ac3a05bb9 Mon Sep 17 00:00:00 2001 From: Christos Houtouridis Date: Thu, 3 Oct 2019 15:19:33 +0300 Subject: [PATCH] Testing version --- eclipse_wifi/.cproject | 6 +- eclipse_wifi/.settings/language.settings.xml | 4 +- src/client.c | 270 +++++++++---- src/client.h | 3 +- src/core.c | 399 +++++++++++-------- src/core.h | 46 ++- src/listener.c | 134 ++++--- src/listener.h | 3 +- src/main.c | 300 ++++---------- src/msg_impl.h | 125 ++++-- 10 files changed, 695 insertions(+), 595 deletions(-) diff --git a/eclipse_wifi/.cproject b/eclipse_wifi/.cproject index 5cf7b23..aa44844 100755 --- a/eclipse_wifi/.cproject +++ b/eclipse_wifi/.cproject @@ -26,6 +26,7 @@