Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thilinamanamgoda/voip-app


https://github.com/thilinamanamgoda/voip-app

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

Run VOIP :
javac VOIP.java
java VOIP

Run Testcases:

Compile:

Edit permisson of junit-4.11.jar and hamcrest-core-1.3.jar

sudo chmod +x junit-4.11.jar hamcrest-core-1.3.jar


javac -cp junit-4.11.jar:hamcrest-core-1.3.jar TestRunner.java TestVoipClassMethods.java TestPacketHandler.java VoipDataPacket.java VOIP.java PacketHandler.java ErrorDetails.java

To run Tests :

java -cp .:junit-4.11.jar:hamcrest-core-1.3.jar TestRunner