Index: trunk/BNC/src/bncmain.cpp
===================================================================
--- trunk/BNC/src/bncmain.cpp	(revision 5844)
+++ trunk/BNC/src/bncmain.cpp	(revision 5845)
@@ -56,4 +56,5 @@
 #  include "rinex/reqcanalyze.h"
 #endif
+#include "PPP/pppMain.h"
 
 using namespace std;
@@ -203,5 +204,10 @@
     
     BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION " =========", true);
-    
+
+    // PPP Client(s) (in separate threads)
+    // -----------------------------------    
+    BNC_PPP::t_pppMain* pppMain = new BNC_PPP::t_pppMain();
+    pppMain->start();
+
     // Normal case - data from Internet
     // --------------------------------
