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 |
Beta Was this translation helpful? Give feedback.
-
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.
|
Beta Was this translation helpful? Give feedback.
-
Is it possible that we use aTox on our own server ?
Can you share Library setup ?
Beta Was this translation helpful? Give feedback.
All reactions