08-08-2016 11:06 AM
Has anyone attempted to use something like the Python Twisted library to develop a full web server for a Linux based RT system? If so, I am curious to hear your experience with it. I haven't been too thrilled with the implementation of web services in LabVIEW thus far and Twisted is now supported in Python 3.
08-08-2016 12:24 PM
cirrusio wrote:
...
I haven't been too thrilled with the implementation of web services in LabVIEW thus far
...
Could you expand on this a bit? Any feedback folks can provide as to why they do or don't like a particular feature helps improve the offering.
However, to answer your question, it seems that the 2016 feeds include python twisted web packages, ready for installation and prodding. Check them out and let us know how they work out.
08-08-2016 03:50 PM
When I get a chance, I will try out the package...
BradM wrote:
Could you expand on this a bit? Any feedback folks can provide as to why they do or don't like a particular feature helps improve the offering.
Already provided feedback a long time ago concerning the implementation but will repeat it here:
cirrus
08-08-2016 04:07 PM
I wsa unaware that you'd already given feedback as to the issues you've encountered with the VI web services, I just wanted to make sure it was captured.
08-09-2016 09:52 AM
Usually I use tornado but I think I might have tried twisted once when I was playing with websockets. Usually all of the python packages I have used work right out of the box. Sometimes I run into some weird pip issues (usually a package I need to install like python-misc or I need to update my version of pip or something), but once I have pip up and running then it's smooth sailing.
08-14-2017 09:03 AM
Hi I am engineer from China. I saw you said in this question that you used the pip in linuxRT. How can you install the pip successfully in LinuxRT? when I try to install pip in LinuxRT it generate an error. I have installed python 2.7 and 3.3 successfully in my cRIO 9037.
I hope I can hear from you soon. Thanks.