• 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...
  • udp_get_socket listener function
    I have been using TCPnet for ST10 but I imagine my question applies cross-platform. The documentation for udp_get_socket specifies that a user-defined listener callback should be registered as below...
  • SOCKET PROGRAMMING
    i m using 2378 Ethernet module ,tested the easy web code . now i wanted to make it for sockets instead of http i.e socket programming. can u provide source code for that ??? reply if can help ??? ...
  • socket functions
    Trying to create a simple server, using the 'socket' type functions, but i get the errors: .\obj\workspace.axf: Error: L6218E: Undefined symbol bsd_NumSocks (referred from at_bsd.o). .\obj\workspace...
  • http sockets
    Hello, I'm trying to implement a TCP/IP Stack with a running web server. I took code from the http_demo project. The systems runs, I can connect and display the website on my browers. After a few refreshes...