Skip to content

nicholaswile/Python-and-C-Sharp-Networking

Repository files navigation

Python-and-C-Sharp-Networking

Working on implementing TCP sockets for Inter-Process Communication (IPC) message passing between a Python server and a C# client.

Eventually planning to host a pre-trained machine learning model on the Python server, and integrate the model into a Unity VR client application.

Updates

2023-11-27

Implemented screenshot sharing between a C#/Unity client and a Python server. A Unity client sends an image to a Python server.

2023-11-27

Implemented image file transfer between a C# client and Python server. A C# client sends an image to a Python server.

2023-11-02

Implemented Unity client interface to write a custom message to the Python server, and display what the Python server sent. A Unity client connects to a Python server, now with a UI.

2023-11-02

Implemented connection between a C#/Unity client and a Python server. A Unity client connects to a Python server.

2023-11-02

Implemented image file transfer between a Python client and Python server. A Python client sends an image to a Python server from the command line.

2023-10-30

Implemented connection between a Python client and C# server. A Python client connects to a C# server from the command line.

2023-10-30

Implemented connection between a C# client and Python server. A C# client connects to a Python server from the command line.

2023-10-30

Implemented connection between a C# client and C# server. A C# client connects to a C# server from the command line.

2023-10-30

Implemented connection between a Python client and Python server. A Python client connects to a Python server from the command line.

Credits

Created by @nicholaswile.

About

Communication between Python server and C# / Unity client using TCP network sockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •