HELP Regarding Network application
-
Hello Everyone In my project i have a modules in which sub modules are as., 1. Admin( entering the Emp Details) 2. Operator ( Entering the Visitor Details) 3. Client (Emp's) at start the login window will come and then deponding the user name and password they will login i have already created Admin and Operator and working file Admin will enter all the details of employee. Operator : when visitor comes he will enter the details of visitor like name, company number Photo (using webcam) of Visitor etc..... then this information needed to send the person whom the visitor want to meet ( Client) (Employee) through LAN. As soon as the Operator send the information and Emp will see the photo and details, he has the option of accepting or rejecting....... if accepting print the Visitor Card..... or else leave i am not getting wat to use. Socket or Remoting or WCF ? does socket support image sending? i thought about WCF but finding it diffcult to implement kindly help me Thanks in adavance
-
Hello Everyone In my project i have a modules in which sub modules are as., 1. Admin( entering the Emp Details) 2. Operator ( Entering the Visitor Details) 3. Client (Emp's) at start the login window will come and then deponding the user name and password they will login i have already created Admin and Operator and working file Admin will enter all the details of employee. Operator : when visitor comes he will enter the details of visitor like name, company number Photo (using webcam) of Visitor etc..... then this information needed to send the person whom the visitor want to meet ( Client) (Employee) through LAN. As soon as the Operator send the information and Emp will see the photo and details, he has the option of accepting or rejecting....... if accepting print the Visitor Card..... or else leave i am not getting wat to use. Socket or Remoting or WCF ? does socket support image sending? i thought about WCF but finding it diffcult to implement kindly help me Thanks in adavance
amaankhan wrote:
i am not getting wat to use. Socket or Remoting or WCF ?
Socket will be the simplest method of all.
amaankhan wrote:
does socket support image sending?
Socket won't know any difference between image and data. You can have your own protocol and add some header information to the client side application to know that the data coming is a image file. The application can then display the image and name accordingly. :thumbsup:
-
amaankhan wrote:
i am not getting wat to use. Socket or Remoting or WCF ?
Socket will be the simplest method of all.
amaankhan wrote:
does socket support image sending?
Socket won't know any difference between image and data. You can have your own protocol and add some header information to the client side application to know that the data coming is a image file. The application can then display the image and name accordingly. :thumbsup:
-
Hello Everyone In my project i have a modules in which sub modules are as., 1. Admin( entering the Emp Details) 2. Operator ( Entering the Visitor Details) 3. Client (Emp's) at start the login window will come and then deponding the user name and password they will login i have already created Admin and Operator and working file Admin will enter all the details of employee. Operator : when visitor comes he will enter the details of visitor like name, company number Photo (using webcam) of Visitor etc..... then this information needed to send the person whom the visitor want to meet ( Client) (Employee) through LAN. As soon as the Operator send the information and Emp will see the photo and details, he has the option of accepting or rejecting....... if accepting print the Visitor Card..... or else leave i am not getting wat to use. Socket or Remoting or WCF ? does socket support image sending? i thought about WCF but finding it diffcult to implement kindly help me Thanks in adavance