Add a Java client lib and update the name of the Python one

develop
lethosor 2021-03-06 17:31:27 -05:00
parent 032cd64c10
commit 6d1bd62af9
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
2 changed files with 7 additions and 1 deletions

@ -65,6 +65,8 @@ Third-party tools that use the RPC API include:
- `Armok Vision <https://github.com/RosaryMala/armok-vision>`_ (:forums:`Bay12 forums thread <146473>`)
.. _remote-client-libs:
Client libraries
----------------
@ -75,7 +77,8 @@ from other (non-C++) languages, including:
- `dfhackrpc <https://github.com/BenLubar/dfhackrpc>`_ for Go
- `dfhack-remote <https://github.com/alexchandel/dfhack-remote>`_ for JavaScript
- `dfhack-client-qt <https://github.com/cvuchener/dfhack-client-qt>`_ for C++ with Qt
- `dfhack-remote.py <https://github.com/McArcady/dfhack-remote.py>`_ for Python (adapted from :forums:`"Blendwarf" <178089>`)
- `dfhack-client-python <https://github.com/McArcady/dfhack-client-python>`_ for Python (adapted from :forums:`"Blendwarf" <178089>`)
- `dfhack-client-java <https://github.com/McArcady/dfhack-client-java>`_ for Java
Protocol description

@ -33,6 +33,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
# Future
## Documentation
- Added more client library implementations to the `remote interface docs <remote-client-libs>`
# 0.47.05-r1
## Fixes