• 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...
  • 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...
  • Connect socket to external server.
    Hi there. This thread is related to the RL-TCPnet component using the MCB4300 board. I'm trying to connect a socket using the tcp_connect function to an external server . I can connect the...