This is a Roll Call System using socket programming that written in Java.
Working steps:
-
Storing student list in "list.txt". (Theacher)
-
Compiling "Server.java" and executing "Server.class". (Theacher)
-
Getting password for the number of students in "password.txt". (Theacher)
-
Giving password to students who are present in class. (Theacher)
-
Signing in for the class using the given password. (Students)
-
Getting the absentee list in "absentee.txt". (Theacher)
For furthur information, please read "Roll Call System.pdf" which is written in Chinese.