mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 06:00:42 +00:00
26 lines
472 B
ReStructuredText
26 lines
472 B
ReStructuredText
.. _protocol:
|
|
|
|
########
|
|
Protocol
|
|
########
|
|
|
|
The protocols we used can be described as two categories:
|
|
|
|
* client protocol
|
|
|
|
The protocols we used to communicate to clients. See :doc:`client/index`.
|
|
|
|
* helper protocol
|
|
|
|
The protocols we used to communicate to helper programs. See :doc:`helper/index`.
|
|
|
|
* setup guide
|
|
|
|
Guides to setup the third-party tools to work with us. See :doc:`setup/index`.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
client/index
|
|
helper/index
|
|
setup/index
|