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.
It's really better to do your own research for homework questions. That way you will understand what you are learning rather than just copying what other people write.
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 communication. so i am trying to explore other option for client server communication process.
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) to read and write the points.