Explorar el Código

add some logs

zhangbo hace 3 años
padre
commit
53a2572666

BIN
app/NCP81111_Config/ncp81111_cfg


BIN
app/UpdateFirmware/updateFW_app


+ 2 - 0
app/goahead-3.6.5/src/socket.c

@@ -105,6 +105,7 @@ PUBLIC int socketListen(char *ip, int port, SocketAccept accept, int flags)
     if (port > SOCKET_PORT_MAX) {
         return -1;
     }
+    printf(">>>>>ip value is \n: %s", ip);
     if ((sid = socketAlloc(ip, port, accept, flags)) < 0) {
         return -1;
     }
@@ -966,6 +967,7 @@ PUBLIC void socketFree(int sid)
  */
 WebsSocket *socketPtr(int sid)
 {
+    printf("?>>>>>>>>>>%d11\n", sid);
     if (sid < 0 || sid >= socketMax || socketList[sid] == NULL) {
         assert(NULL);
         errno = EBADF;

BIN
app/i2c_scan/i2c-scan


BIN
app/ipmitool-1.8.18/ipmitool


BIN
app/test_app/test_app