Remove obsolete protocol specification
The one at https://www.github.com/SampleEnvironment/SECoP is the correct version! Change-Id: I4f8a9c3b40ea4e1f3ecea8b7b491dd96cb04d009 Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/21437 Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de> Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
8
doc/source/server/protocol/index.rst
Normal file
8
doc/source/server/protocol/index.rst
Normal file
@ -0,0 +1,8 @@
|
||||
protocol stack
|
||||
==============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
interface/index
|
||||
|
9
doc/source/server/protocol/interface/index.rst
Normal file
9
doc/source/server/protocol/interface/index.rst
Normal file
@ -0,0 +1,9 @@
|
||||
Interfaces
|
||||
==========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
tcp
|
||||
zmq
|
||||
|
6
doc/source/server/protocol/interface/tcp.rst
Normal file
6
doc/source/server/protocol/interface/tcp.rst
Normal file
@ -0,0 +1,6 @@
|
||||
TCP
|
||||
===
|
||||
|
||||
.. automodule:: secop.protocol.interface.tcp
|
||||
:members:
|
||||
|
6
doc/source/server/protocol/interface/zmq.rst
Normal file
6
doc/source/server/protocol/interface/zmq.rst
Normal file
@ -0,0 +1,6 @@
|
||||
ZMQ
|
||||
===
|
||||
|
||||
.. automodule:: secop.protocol.interface.zmq
|
||||
:members:
|
||||
|
Reference in New Issue
Block a user