tox4j / deprecated-tox4j

Deprecated, see http://github.com/TokTok/jvm-toxcore-c
http://github.com/TokTok/jvm-toxcore-c
Other
42 stars 17 forks source link

Learn how to use tox protocol? #164

Open AMPBEdu opened 8 years ago

AMPBEdu commented 8 years ago

Hi, I'm a java developer, and I'm looking to build a tox based chat application. What is the best way to learn tox protocol and project setup using java?

Thanks

iphydf commented 8 years ago

Have you succeeded in building tox4j and/or setting it up in Intellij IDEA? You may want to try https://github.com/iphydf/tox4j instead of the upstream version. Other than that, join #tox-dev and talk to me (iphy).

Basic instructions can be found in the README: https://github.com/iphydf/tox4j#importing-in-idea.

On 10 April 2016 at 20:25, Andrew notifications@github.com wrote:

Hi, I'm a java developer, and I'm looking to build a tox based chat application. What is the best way to learn tox protocol and project setup using java?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/tox4j/tox4j/issues/164

AMPBEdu commented 8 years ago

@iphydf Thanks I appreciate it. I was having trouble finding resources to get started. Also is there a difference between the two repos?