toxcore/other/apidsl
irungentoo 3a28a8c5fb
Added basic TCP server hosting to tox.h api.
TODO: tell friends we are hosting a relay and prioritize using relays
hosted by friends over bootstrap ones.
2015-05-08 22:03:24 -04:00
..
README.md fix useless use of cat 2015-04-26 09:57:50 +02:00
tox.in.h Added basic TCP server hosting to tox.h api. 2015-05-08 22:03:24 -04:00

This folder contains the input file that can be used to generate the tox.h api with: https://github.com/iphydf/apidsl

You can also use the following command if you can't install it:

curl -X POST --data-binary @- https://criticism.herokuapp.com/apidsl < tox.in.h > tox.h

Note that the output must be passed through astyle with the config in other/astyle/astylerc to generate the exact same file.