PxPlus User Forum

Twitter Twitter Twitter

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - martinp

Pages: [1] 2 3
1
Thin Client/WindX / Re: Auto Updater
« on: December 19, 2023, 12:42:00 PM »
I see for some reason I was thinking of exploding the entire "C:\PVX Plus Technologies\WindX Plugin-64 2023 Upd 1"  and creating my own source/installer.  But I see that's just going backywards, downloading your packaged .exe and then doing what you suggest may be easier.  Let me try a few things.

I found this thread here : https://forum1.pvxplus.com/index.php?topic=98.0

I just need to disable that security question people will pick wrong one!
I saw some notes on WDXTRUST

Ok let me try a few things,

Thanks Mike :)

2
Thin Client/WindX / Re: Auto Updater
« on: December 19, 2023, 10:34:32 AM »
Thanks but the static looks like more for fixed items not really updating WindX itself?

Does anyone make their own .exe to load pxplus onto the desktops?  I used to use Installshield and make a nice installer which makes the icon everything.  I guess with everyone moving to web based this is not as popular anymore.




3
Thin Client/WindX / Auto Updater
« on: December 13, 2023, 11:09:03 AM »
Hi, Is there an actual updater that updates windx itself on a clients machine from an older windx?  or is it only custom files such as static/dynamic pictures that is used for this auto updater?

"AutoUpdater to automatically check for and install critical patches/upgrades on all client workstations"

I see nothing in the documentation how this works?  Thanks

4
Programming / Re: Future of PVX plus?
« on: December 02, 2023, 03:12:34 PM »
Thanks!  All the best to the Kings! :)

5
Programming / Future of PVX plus?
« on: November 30, 2023, 08:59:15 PM »
Hi I was just wondering what is in store for the future of PVX PLUX?  Will there still be yearly developments?

6
Programming / Re: pvxplus 2023 - ubuntu 22 openssl not working?
« on: May 24, 2023, 11:14:28 PM »
Worked!  Thank you!

7
Programming / Re: pvxplus 2023 - ubuntu 22 openssl not working?
« on: May 24, 2023, 08:00:24 PM »
Thanks Mike, Maybe my version of Ubunti 22 is not the same?

I am using Ubuntu 22.04 Server LTS

Welcome to Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-72-generic x86_64)

Linux art-orion 5.15.0-72-generic #79-Ubuntu SMP Wed Apr 19 08:22:18 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux


PxPlus-2023 Demo (Ver:20.00/UNIX-Linux-Ubuntu) Serno:2000-664-0799999
(c) Copyright 2005-2023 PVX Plus Technologies Ltd. (All rights reserved)
  Website: http://www.pvxplus.com
->open(1)"[tcp]www.pvxplus.com;443;secure"
Error #13: File access mode invalid
Last IO to [tcp]www.pvxplus.com;443;secure, channel 1
Unable to locate SSL library (libcrypto) (err/ret=2/2)

8
Hi thanks for releasing pvxplus 2023.

No luck with Ubuntu 22 and openssl still I need to assign:

export PXP_SSL_LIB=/usr/local/lib/libssl.so.1.1
export PXP_CRYPTO_LIB=/usr/local/lib/libcrypto.so.1.1

And I now am getting a new error:

Could not locate entry point 'OSSL_PROVIDER_load' in libcrypto library.
Likely an incompatible SSL Interface. (err/ret=2/2)


Do I need to install OpenSSL 3.1 for this to work?

Thanks!


9
Programming / Jonas Software
« on: April 27, 2023, 10:49:42 AM »
Read the notification from Jonas software.  So how does going with Jonas help push providex to move forward with new technology?

10
Programming / Pvxplus 2023? Coming soon? Can't wait!!
« on: April 25, 2023, 05:17:38 PM »
Pvxplus 2023? Coming soon?  Can't wait!!   :)

11
Programming / Ai future?
« on: April 12, 2023, 12:51:55 PM »
Hey Everyone.  With the Ai craze going about.  I was wondering how this can tie into anything PVX Plus related. I haven't done anything personally other than play with Chat GPT but I was wondering how we can use some of these tools in future or what not.  Just curious!  Thanks for any thoughts.

12
Programming / Re: Reading simple data from a TCP channel
« on: March 23, 2023, 03:37:34 PM »
Thank you Mike this is great.  Much appreciated!

In this case these are scanners.  What's neat is I can set the scanner to send the length of the data as part of the data stream, so I can use that as well to parse if needed. 

13
Programming / Re: Reading simple data from a TCP channel
« on: March 23, 2023, 02:11:48 PM »
Just thinking about this again.  Are you saying I should always concatenate the receiving data from [tcp] and then check for a starting/termination string in order to qualify the received data.  I see.  I was just surprised the nc data was just perfectly clean so I was not sure.

Not used to reading data directly from TCP streams so this is very helpful. 

14
Programming / Re: Reading simple data from a TCP channel
« on: March 23, 2023, 01:59:20 PM »
Let me try the NODELAY I was thinking about that as well.

I don't think the comma will work because that output you were seeing was from a separate echo to a text file which I was just logging.  I didnt want to post a bunch of messy code :)

Its clear its hitting a second READ

0100 let TEMP$="echo '"+TIME$+" "+A$+"' >> /tmp/ima2_out.txt"

Thanks for your rapid responses :)

15
Programming / Re: Reading simple data from a TCP channel
« on: March 23, 2023, 01:51:37 PM »
Let me resend with this picture I had this code with my time stamp

0040 let TCP=unt; open (TCP,bsz=4096,err=ERR_PORT)"[tcp];9004;KEEPALIVE"
0050 read record (TCP,err=ERR_READ)A$
0060 let TIME$=dte(0:%DATTIM_MSK$)
0070 print TIME$+"   Got: ",A$


Pages: [1] 2 3