• 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...
  • 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...
  • Wifi Sockets
    Hello, I'm trying to test wifi functionality of Network Component (v7.14) using sockets functions, not bypass mode. In standard example of WizFi360 (CMSIS Driver) I can't initialize network component...
  • Which socket TCP or BSD
    Hello, I am a bit confused as to which API I should use for communication with PC running Win7. Seems like the TCP api is more event driven whereas the BSD is the classic implementation. Does the...
  • TCP socket stuck in ListenState
    Hello, In my application I'm creating 2 TCP sockets on 2 ports. Both are placed in Listen mode (Server mode) When an active open is received on one of the ports data is send to this port. tcp_get_state...