The folder libteol0
contain source code of the teocli library
The linux
folder contain Makefile to make Linux shared library and
application.
See README in that folder to additional information.
The python
folder contain make_python.sh file to make python module.
See README in that folder to additional information.
The TeocliJS
suproject content code to connect to Teonet with websocket
from Java Script or Node.js.
See the TeocliJS project.
The teonet-client
project located at nodejs folder is native node.js
module.
See README in nodejs folder to additional information.
The TeocliAS
subproject content code to connect to Teonet from AngelScript.
See the TeocliAS project.
The win_mingw
folder contain make_exe.sh file to make Windows DLL and
tests application under Linux.
See README in that folder to additional information.
The win_vcxproj
folder contain solution and projects to make Windows DLL
and tests under Windows Visual Studio.
See README in that folder to additional information.
L0 Server: examples/teostream teo-str NULL NULL -p 9000 --l0_allow
Teonet Peer: examples/teostream teostream teo-str str -r 9000 -a 127.0.0.1
L0 client: examples/teol0cli C1 127.0.0.1 9000 teostream "Hello world!"
or
L0 client: examples/teol0cli C1 127.0.0.1 9000 teo-str "Hello world!"