Repository of telecommunication lab and project
To run the server: 1.Generate jar file for the server project 2.copy certificate, config and db folders (in the server project) to the same directory as the server jar file 3.run the server jar file
To run the client: 1.generate jar file for the client project 2.copy config and certificate folders (in the client project) to the same directory as the client jar file 3.run the client jar
Note: tlmessenger.client cannot be run under eclipse workpace due to the using of JLine. To run the client program: You must generate a runnable jar file: choose the tlmessenger.client project -> export -> java: Runnable jar file -> select "package required libraries into jar"