• Webserver and TCP Socket - TCPNET
    Hello There, I am trying to implement the webserver and TCP socket implementation in a single solution. I hope that both can co-exist (built using TCPNet module). Has anyone done similar implementation...
  • TCPNet Socket Connection Issue
    Greetings, I am using the LPC2468 and TCPNet. I have created a socket like so: tcp_sock = tcp_get_sockettcp_get_sockettcp_get_socket (TCP_TYPE_CLIENT_SERVER, 0, 120, tcp_callback); if ...
  • When TCPnet supports raw socket?
    Hi,all I am using TCPnet on my board.It works well. I need to write a 'ping' tool in the board,and I found that TCPnet supports UDP socket/TCP socket/BSD socket.But BSD socket does not support raw socket...
  • Stress testing of TCPNet TCP socket application
    I have an ARM/Cortex application that uses Keil RL-ARM in order to implement RTOS tasks and communication via TCP/IP ports. Because tasks other than the task that runs TCPNet need to talk via TCP ports...
  • Keil TCPnet error "Map_Socket, No Listen Socket found"
    Hi, I'm running Keil TCPnet on a STM32F4 device via PPP. I'm getting the error message "TCP-ERR:Map_Socket, No Listen Socket found" occassionally. Has anyone seen it, and does anyone know what it means...