-
Notifications
You must be signed in to change notification settings - Fork 6
Setup
Thomas Schwotzer edited this page Aug 27, 2021
·
8 revisions
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.