Operating System

Dependencies:   UnitTest wolfssh mDNS wolfcrypt wolfSSL

This is an embedded operating system for K64F. It includes a ssh server, a web-server and mDNS server. It has POST on boot. The main purpose of the OS is a router for the thing network.

Revision:
8:270a2c86866e
Parent:
6:c400a6461dd6
Child:
10:38b716b7534f
--- a/main.cpp	Wed Nov 20 13:30:16 2019 +0000
+++ b/main.cpp	Mon Nov 25 14:24:15 2019 +0000
@@ -8,7 +8,6 @@
  
 #define MAXDATASIZE (1024*4)
 
-//#define DEBUG
 //#define GRAPHICSMODE
 
 const int PORT = 8000;
@@ -164,8 +163,6 @@
         
     printf("Initializing Hardware, Stage 2\n\r");
 
-    printf("Initializing Hardware, Stage 3\n\r");
-
     #ifdef GRAPHICSMODE
         vga.SetMode(320, 200, 8);
         Window win1(&desktop, 10, 10, 20, 20, 0xA8, 0x00, 0x00);
@@ -182,8 +179,8 @@
 
     //interrupts.Activate();
 
-    UDPSocket sockUDP;
-    sockUDP.open(&interface);
+    //UDPSocket sockUDP;
+    //sockUDP.open(&interface);
     
     //TransmissionControlProtocolSocket* tcpsocket = tcp.Connect(ip2_be, 1234);
     //tcpsocket->Send((uint8_t*)"Hello TCP!", 10);