]> git.localhorst.tv Git - blank.git/commit
add TCP based CLI
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 16 Nov 2016 15:22:58 +0000 (16:22 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 16 Nov 2016 15:22:58 +0000 (16:22 +0100)
commitb07f3c123fff221edeffb4864bab7db88d0d1f4d
tree3f7094d4905bf3f80f8b9784acce1ed558ac362d
parent20d0a76d2519c71009c3b3babec0df27529f8142
add TCP based CLI

which currently can't do anything, because the sole
command needs a player ^^
13 files changed:
doc/running
src/app/Config.hpp
src/app/runtime.cpp
src/net/tcp.cpp [new file with mode: 0644]
src/net/tcp.hpp [new file with mode: 0644]
src/server/Server.hpp
src/server/net.cpp
src/shared/CLIContext.hpp
src/shared/CommandBuffer.hpp [new file with mode: 0644]
src/shared/CommandService.hpp [new file with mode: 0644]
src/shared/cli.cpp
src/shared/net.cpp [new file with mode: 0644]
src/standalone/standalone.cpp