Quote from nikyred on February 12, 2024, 5:59 pmHi,
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
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
Quote from victor on February 14, 2024, 1:20 pmi 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
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

Quote from Darbdenral on February 14, 2024, 2:49 pmQuote from nikyred on February 12, 2024, 5:59 pmHi,
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/yiKCr2upKZk6p63PmvKWSales page
https://tropicdesigns.net/ezpipes.html
Quote from nikyred on February 12, 2024, 5:59 pmHi,
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
Quote from nikyred on February 19, 2024, 2:22 pmQuote from Darbdenral on February 14, 2024, 2:49 pmQuote from nikyred on February 12, 2024, 5:59 pmHi,
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/yiKCr2upKZk6p63PmvKWSales page
https://tropicdesigns.net/ezpipes.html
Thank you for this suggest.
I will probably buy this plugin
Quote from Darbdenral on February 14, 2024, 2:49 pmQuote from nikyred on February 12, 2024, 5:59 pmHi,
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/yiKCr2upKZk6p63PmvKWSales page
https://tropicdesigns.net/ezpipes.html
Thank you for this suggest.
I will probably buy this plugin