Recent content by Sika Shrestha

  1. S

    network programming without socket

    Hi Ijack, I also think that opc is using other method rather than socket client and server communication. Can you please explain me how can we create a simple opc server. i donot need all the functions in opc server. My objective of OPC server will be 1) to establish connection with client 2)...
  2. S

    network programming without socket

    I have researched about socket programming but couldnot find other option to send and receive packets in between client and server without using socket programming. Actually i need to create opc server and i think that opc is using other method rather than socket for client and server...
  3. S

    network programming without socket

    While browsing through internet, it is seen taht socket programming is needed for client server sending and receiving procedure. can we send and receive packet in between client and server without using socket.