FROM VisualNeo Win TO Python - Forum

Forum Navigation
You need to log in to create posts and topics.

FROM VisualNeo Win TO Python

Hi,

I would like to create an application with VisualNeo Win that exchanges information with Python.

I was thinking of creating an interface (file.txt) between the 2 programs.
Is this correct or do you recommend another method of communication?

Thank you for your suggest

i didnt find better way than text file for comunicate with visualneo - there is other way if not want use file . using api . must create web server in python then u can comunicate with internet get or post action

 

luishp has reacted to this post.
luishp
Quote from nikyred on February 12, 2024, 5:59 pm

Hi,

I would like to create an application with VisualNeo Win that exchanges information with Python.

I was thinking of creating an interface (file.txt) between the 2 programs.

Hi @nikyred
You probably could use a file between the two programs but if you want something more powerful.
I've written a plugin that can communicate from a Windows command prompt using Windows, Php or Python to VisualNeoWin using a fast memory pipe, it can even send through your local network if needed.  If your interested, here's a video of sending a simple string and a text file from Python to a VisualNeoWin app using my Python client.

Python Video Demo
https://share.tropicdesigns.net/recordings/yiKCr2upKZk6p63PmvKW

Sales page
https://tropicdesigns.net/ezpipes.html

 

luishp and Vadim have reacted to this post.
luishpVadim
Quote from Darbdenral on February 14, 2024, 2:49 pm
Quote from nikyred on February 12, 2024, 5:59 pm

Hi,

I would like to create an application with VisualNeo Win that exchanges information with Python.

I was thinking of creating an interface (file.txt) between the 2 programs.

Hi @nikyred
You probably could use a file between the two programs but if you want something more powerful.
I've written a plugin that can communicate from a Windows command prompt using Windows, Php or Python to VisualNeoWin using a fast memory pipe, it can even send through your local network if needed.  If your interested, here's a video of sending a simple string and a text file from Python to a VisualNeoWin app using my Python client.

Python Video Demo
https://share.tropicdesigns.net/recordings/yiKCr2upKZk6p63PmvKW

Sales page
https://tropicdesigns.net/ezpipes.html

 

Thank you for this suggest.

I will probably buy this plugin