Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any APIs for developers to do further work? #22

Open
frank5460 opened this issue Feb 5, 2014 · 2 comments
Open

Is there any APIs for developers to do further work? #22

frank5460 opened this issue Feb 5, 2014 · 2 comments

Comments

@frank5460
Copy link

I want to develop an app based on MANET, could I take manet-manager as a black box?

@jrobble
Copy link
Member

jrobble commented Feb 5, 2014

We have the following two apps that make use of the MANET:

MANET Push-to-talk Voice Chat:
https://github.com/ProjectSPAN/android-manet-ptt

MANET Visualizer:
https://github.com/ProjectSPAN/android-manet-visualizer

You should look at the MANET Push-to-talk Voice Chat code. The MANET Visualizer is written in the Processing IDE.

Each of those apps makes use of the API compiled into libmanet.jar. The most important classes contained in that JAR are ManetHelper (for sending commands to the MANET Service) and ManetObserver (to register callbacks that get invoked when those commands are handled by the MANET Service).

@frank5460
Copy link
Author

many thanks,I will look at the code first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants