This repository was archived by the owner on May 2, 2026. It is now read-only.
Libary
#994
Replies: 2 comments
|
aTox (and Tox in general) doesn't really use servers per se, and stopping it from joining the wider peer-to-peer network can be tricky. :P If you want to build the tox4j (Toxcore) libraries, you can do as we do in CI: aTox/.github/workflows/ci.yaml Lines 77 to 82 in dd71f91 Or I just wrote a Dockerfile that also compiles tox4j. You can also control what nodes aTox uses to join the network by editing/replacing the bootstrap node json file, but if it ever speaks with any other Tox client that has joined the wider network, they'll probably start talking to each other. What's your goal with this? :P |
0 replies
|
Hello,
Thx for the email.
We have 700- 800 people working at a company that need to communicate. We looking for a chat app that can work on our server so that all data is secure.
Regards,
Ronald
Verstuurd vanaf mijn iPhone
… Op 23 feb. 2022 om 22:07 heeft Robin Lindén ***@***.***> het volgende geschreven:
aTox (and Tox in general) doesn't really use servers per se, and stopping it from joining the wider peer-to-peer network can be tricky. :P
If you want to build the tox4j (Toxcore) libraries, you can do as we do in CI:
https://github.com/evilcorpltd/aTox/blob/dd71f918498236acea4bb56e8cc7eebb138c1ca8/.github/workflows/ci.yaml#L77-L82
Or I just wrote a Dockerfile that also compiles tox4j.
You can also control what nodes aTox uses to join the network by editing/replacing the bootstrap node json file, but if it ever speaks with any other Tox client that has joined the wider network, they'll probably start talking to each other.
What's your goal with this? :P
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible that we use aTox on our own server ?
Can you share Library setup ?
All reactions