Giter Club home page Giter Club logo

toxins's Introduction

Toxins

The Toxins repository is a collection of small utilities, mostly written in C or C++, that use toxcore. The number of dependencies these tools have is very small, so they don't need complicated build systems.

If you have a utility you'd like to see included here, feel free to send a Pull Request.

Requirements

  • The tool must be compiled with a single compiler invocation.
  • The execution does not require much setup.
  • It must be linked statically so that the resulting binary can be easily distributed.
  • The number of source files should be small, ideally 1 or 2, but a larger number is acceptable as long as you just need a single compiler command to compile and link it.
  • The tool must have a --help or -h flag that outputs at least a minimal usage line.

If the tool has a self-test flag, you may add it to the check target of the tool's Makefile. By default, at least the --help flag is tested there.

List of toxins

  • irc_syncbot: Bot that synchronizes an IRC channel and a Tox group chat (conference).
  • minitox: Minimal but fully functional command line Tox client.
  • tox_shell: Proof of concept SSH-like server software using Tox. Testing program, not intended for actual use.
  • tox_sync: Bittorrent-sync-like software using Tox. Syncs two directories together.

External toxins

This repository also links to some external repositories with more than a few source files. We link these using git submodules, because we think they are super cool and can be considered part of the TokTok stack, but are externally maintained. These may need one or two -DSOMETHING=something flags to the compiler, but are still pretty easy to compile. They may also have a few more dependencies. Static linking is still a strict requirement. If your toxin is listed here, we guarantee that we won't make changes that break your tool and its self-test without contacting you first.

  • toxvpn: A client / server for a Tox-based VPN. Run the server on one computer, copy the public key, and run the client (with that key) on another computer, and it should Just Work™.

toxins's People

Contributors

iphydf avatar nurupo avatar yurivict avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

toxins's Issues

Link fails because of missing -ltoxmessenger

cc -O2 -pipe -fno-omit-frame-pointer  -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fno-omit-frame-pointer -isystem /usr/local/include  -fstack-protector -L/usr/local/lib  -o tox_shell tox_shell.c ../util/misc_tools.c -static -ltoxcore -lsodium -lpthread -lutil
/usr/local/lib/libtoxcore.a(tox.c.o): In function `tox_new':
toxcore/tox.c:(.text+0xc3): undefined reference to `new_messenger'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.