cpp-python_socket icon indicating copy to clipboard operation
cpp-python_socket copied to clipboard

Simple socket comunication between c++ and python

Results 3 cpp-python_socket issues
Sort by recently updated
recently updated
newest added

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....

Task list to remember remaining features: - [x] Add Python Server - [x] Add C++ Client - [x] Add Image transferring capabilities - [x] Add Basic Readme - [ ]...