• Problems with BSD socket functions
    I have been trying to write a simple FTP client using the BSD socket functions, but find I have 2 problems: 1. When trying to use the recv() function when specifying a buffer size smaller than the...
  • 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 ??? ...
  • 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...
  • TCP multiple sockets
    I have an embedded application that needs to be able to handle several TCP sockets at the same time. It also needs to listen in on the same port number (similar to the way HTTP does) and spin off separate...