Skip to content
Thomas Schwotzer edited this page May 30, 2022 · 8 revisions

start your project and test

You plan to implement your own mobile P2P app with ASAP. Very good idea. Setup is pretty simple:

  • Create a Java project in your prefered IDE.
  • Add ASAPJava.jar to your library path.
  • Copy a testcase to your test package. Do not forget to add JUnit to your project.
  • Run this test.

Now, you are ready to implement your own app and you have already created (copied) your first test case. Now, learn more about our ASAPPeer.

Clone this wiki locally