cpp-python_socket
cpp-python_socket copied to clipboard
Simple socket comunication between c++ and python
Hi, I have notice an error in the Python server \_\_init__.py You have to replace **from server import Server** by **from .server import Server** to have a relative path instead...
Hello, I am trying to use the library and I don't have a CMakeList.txt file, I have a make file like the following: ################################################################################ # Copyright (c) 2017-2019, NVIDIA CORPORATION....
TODOS
Task list to remember remaining features: - [x] Add Python Server - [x] Add C++ Client - [x] Add Image transferring capabilities - [x] Add Basic Readme - [ ]...