The client server communication model has been used in remote controlling of devices. The main feature in this study is that the Internet has been used as the common media to transmit controlling data and receive information. Client server model on the Internet restricts the access to client computers and has the disadvantage of unknown platform on the client side. This problem has been solved by means of platform independent programming and Java applets. Socket interface available in application layer of TCP/IP protocol suit has been used to establish reliable connection between clients and server. Security issues have been dealt with in the server side by checking the IP addresses of requesting clients.
Cihazların uzaktan kontrolünde istemci sunucu iletişim modeli kullanılmıştır. Bu çalışmanın temeli, kontrol verilerinin transferi için internet ortamının kullanılmasına dayanmaktadır. İnternet üstündeki istemci sunucu modeli, istemci bilgisayara bağlantıyı sınırlamaktadır ve istemci tarafındaki platformun bilinmemesi bu modelin dezavantajıdır. Bu problem platform bağımsız programlama ve Java Applet'leri aracılığı ile çözülmüştür. TCP/IP protokolünün uygulama katmanında bulunan soket ara yüzü kullanılarak istemci ve sunucu arasında güvenilir bağlantı kurulmuştur. Sunucu tarafında, istekte bulunan istemci İP adreslerini kontrole dayanan bir güvenlik metodu kullanılmıştır