• 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 ...
  • 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...
  • 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...
  • 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...